What is the HEX code for red purple?
The CSS color red purple in HEX format is #820747. Use this value directly in CSS, SVG, and most design tools.
How do I use red purple in CSS?
To apply red purple in CSS:
- Text color: color: #820747;
- Background: background-color: #820747;
- Border: border-color: #820747;
What are all the color format values for red purple?
| Format | Value |
|---|---|
| HEX | #820747 |
| RGB | rgb(130, 7, 71) |
| HSL | hsl(328.8, 89.8%, 26.9%) |
| CMYK | cmyk(0%, 94.6%, 45.4%, 49%) |
How do I convert red purple to HEX?
Select red purple from the color name list in our color converter. The HEX value — #820747 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does red purple belong to?
red purple belongs to the pink color family. It is a dark, vivid color with HSL values: hue 328.8°, saturation 89.8%, lightness 26.9%.
How do I create lighter and darker shades of red purple?
Lighter variant (lightness 41.9%): #cb0b6f. Darker variant (lightness 11.899999999999999%): #3a031f. 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.