What is the HEX code for rich purple?
The CSS color rich purple in HEX format is #720058. Use this value directly in CSS, SVG, and most design tools.
How do I use rich purple in CSS?
To apply rich purple in CSS:
- Text color: color: #720058;
- Background: background-color: #720058;
- Border: border-color: #720058;
What are all the color format values for rich purple?
| Format | Value |
|---|---|
| HEX | #720058 |
| RGB | rgb(114, 0, 88) |
| HSL | hsl(313.7, 100%, 22.4%) |
| CMYK | cmyk(0%, 100%, 22.8%, 55.3%) |
How do I convert rich purple to HEX?
Select rich purple from the color name list in our color converter. The HEX value — #720058 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does rich purple belong to?
rich purple belongs to the pink color family. It is a dark, vivid color with HSL values: hue 313.7°, saturation 100%, lightness 22.4%.
How do I create lighter and darker shades of rich purple?
Lighter variant (lightness 37.4%): #bf0093. Darker variant (lightness 7.399999999999999%): #26001d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.