Shades of Purple Taupe #5F354F
Tints of Purple Taupe #5F354F
RGB
CMYK
RGB Variations
Color information
#5F354F (or 0x5F354F) is known color: Purple Taupe. HEX triplet: 5F, 35 and 4F. RGB value is (95,53,79). Sum of RGB (Red+Green+Blue) = 95+53+79=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F354F is #A0CAB0. Grayscale: #444444. Windows color (decimal): -10537649 or 5191007. OLE color: 5191007.
HSL color Cylindrical-coordinate representation of color #5F354F: hue angle of 322.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F354F is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 79 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.63 |
| HSL | 322.86º | 0.28% | 0.29% | - |
| HSV(B) | 322.86º | 0.44% | 0.37% | - |
| XYZ | 7.4 | 5.54 | 8.08 | - |
| YUV | 68.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 79 | 0 | 0.44 | 0.17 | 0.63 | 322.86 | 0.28 | 0.29 |
| Hex | 5F | 35 | 4F | 0 | 2C | 11 | 3F | 143 | 1C | 1D |
| Octal | 137 | 65 | 117 | 0 | 54 | 21 | 77 | 503 | 34 | 35 |
| Binary | 1011111 | 110101 | 1001111 | 0 | 101100 | 10001 | 111111 | 101000011 | 11100 | 11101 |
Color Harmonies of #5F354F
Complementary color
Monochromatic Colors of #5F354F
Black with #5F354F
Text Example
Text Example
White with #5F354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F354F; }
p { color: rgb(95,53,79); }
H1.HeaderClassName
{
color: #5F354F;
}
.AnyTagClassName
{
color: #5F354F;
}
</style>
background-color css
<style>
a { background-color: #5F354F; }
a { background-color: rgb(95,53,79); }
div.DivClassName
{
background-color: #5F354F;
}
.BgClassName
{
background-color: #5F354F;
}
</style>
border-color css
<style>
span { border-color: #5F354F; }
span { border-color: rgb(95,53,79); }
td.TdClassName
{
border-color: #5F354F;
}
.TagClassName
{
border-color: #5F354F;
}
</style>