What is the HEX code for darkish purple?
The CSS color darkish purple in HEX format is #751973. Use this value directly in CSS, SVG, and most design tools.
How do I use darkish purple in CSS?
To apply darkish purple in CSS:
- Text color: color: #751973;
- Background: background-color: #751973;
- Border: border-color: #751973;
What are all the color format values for darkish purple?
| Format | Value |
|---|---|
| HEX | #751973 |
| RGB | rgb(117, 25, 115) |
| HSL | hsl(301.3, 64.8%, 27.8%) |
| CMYK | cmyk(0%, 78.6%, 1.7%, 54.1%) |
How do I convert darkish purple to HEX?
Select darkish purple from the color name list in our color converter. The HEX value — #751973 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkish purple belong to?
darkish purple belongs to the pink color family. It is a dark, moderately saturated color with HSL values: hue 301.3°, saturation 64.8%, lightness 27.8%.
How do I create lighter and darker shades of darkish purple?
Lighter variant (lightness 42.8%): #b426b1. Darker variant (lightness 12.8%): #360b35. 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.