What is the HEX code for dirty purple?
The CSS color dirty purple in HEX format is #734a65. Use this value directly in CSS, SVG, and most design tools.
How do I use dirty purple in CSS?
To apply dirty purple in CSS:
- Text color: color: #734a65;
- Background: background-color: #734a65;
- Border: border-color: #734a65;
What are all the color format values for dirty purple?
| Format | Value |
|---|---|
| HEX | #734a65 |
| RGB | rgb(115, 74, 101) |
| HSL | hsl(320.5, 21.7%, 37.1%) |
| CMYK | cmyk(0%, 35.7%, 12.2%, 54.9%) |
How do I convert dirty purple to HEX?
Select dirty purple from the color name list in our color converter. The HEX value — #734a65 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dirty purple belong to?
dirty purple belongs to the pink color family. It is a medium, muted color with HSL values: hue 320.5°, saturation 21.7%, lightness 37.1%.
How do I create lighter and darker shades of dirty purple?
Lighter variant (lightness 52.1%): #9f6a8d. Darker variant (lightness 22.1%): #452c3c. 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.