What is the HEX code for purple brown?
The CSS color purple brown in HEX format is #673a3f. Use this value directly in CSS, SVG, and most design tools.
How do I use purple brown in CSS?
To apply purple brown in CSS:
- Text color: color: #673a3f;
- Background: background-color: #673a3f;
- Border: border-color: #673a3f;
What are all the color format values for purple brown?
| Format | Value |
|---|---|
| HEX | #673a3f |
| RGB | rgb(103, 58, 63) |
| HSL | hsl(353.3, 28%, 31.6%) |
| CMYK | cmyk(0%, 43.7%, 38.8%, 59.6%) |
How do I convert purple brown to HEX?
Select purple brown from the color name list in our color converter. The HEX value — #673a3f — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purple brown belong to?
purple brown belongs to the red color family. It is a medium, muted color with HSL values: hue 353.3°, saturation 28%, lightness 31.6%.
How do I create lighter and darker shades of purple brown?
Lighter variant (lightness 46.6%): #98565d. Darker variant (lightness 16.6%): #361e21. 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.