What is the HEX code for purple red?
The CSS color purple red in HEX format is #990147. Use this value directly in CSS, SVG, and most design tools.
How do I use purple red in CSS?
To apply purple red in CSS:
- Text color: color: #990147;
- Background: background-color: #990147;
- Border: border-color: #990147;
What are all the color format values for purple red?
| Format | Value |
|---|---|
| HEX | #990147 |
| RGB | rgb(153, 1, 71) |
| HSL | hsl(332.4, 98.7%, 30.2%) |
| CMYK | cmyk(0%, 99.3%, 53.6%, 40%) |
How do I convert purple red to HEX?
Select purple red from the color name list in our color converter. The HEX value — #990147 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purple red belong to?
purple red belongs to the pink color family. It is a medium, vivid color with HSL values: hue 332.4°, saturation 98.7%, lightness 30.2%.
How do I create lighter and darker shades of purple red?
Lighter variant (lightness 45.2%): #e5016a. Darker variant (lightness 15.2%): #4d0124. 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.