Hex to RGB converter
hopi_hex_to_rgbConvert a hex colour code (3, 6 or 8 digits, with or without a leading #) to its RGB and HSL values. Source: https://hopi.co.uk/hex-to-rgb/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex | Yes | Hex colour code, e.g. #D7263D or F0C |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hsl | Yes | ||
| rgb | Yes | ||
| summary | Yes | ||
| hslString | Yes | ||
| rgbString | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) |