Shades of Purple Taupe #5F4759
Tints of Purple Taupe #5F4759
RGB
CMYK
RGB Variations
Color information
#5F4759 (or 0x5F4759) is known color: Purple Taupe. HEX triplet: 5F, 47 and 59. RGB value is (95,71,89). Sum of RGB (Red+Green+Blue) = 95+71+89=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4759 is #A0B8A6. Grayscale: #505050. Windows color (decimal): -10533031 or 5850975. OLE color: 5850975.
HSL color Cylindrical-coordinate representation of color #5F4759: hue angle of 315º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F4759 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 71 | 89 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.63 |
| HSL | 315º | 0.14% | 0.33% | - |
| HSV(B) | 315º | 0.25% | 0.37% | - |
| XYZ | 8.78 | 7.66 | 10.47 | - |
| YUV | 80.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 89 | 0 | 0.25 | 0.06 | 0.63 | 315 | 0.14 | 0.33 |
| Hex | 5F | 47 | 59 | 0 | 19 | 6 | 3F | 13B | E | 21 |
| Octal | 137 | 107 | 131 | 0 | 31 | 6 | 77 | 473 | 16 | 41 |
| Binary | 1011111 | 1000111 | 1011001 | 0 | 11001 | 110 | 111111 | 100111011 | 1110 | 100001 |
Color Harmonies of #5F4759
Complementary color
Monochromatic Colors of #5F4759
Black with #5F4759
Text Example
Text Example
White with #5F4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4759; }
p { color: rgb(95,71,89); }
H1.HeaderClassName
{
color: #5F4759;
}
.AnyTagClassName
{
color: #5F4759;
}
</style>
background-color css
<style>
a { background-color: #5F4759; }
a { background-color: rgb(95,71,89); }
div.DivClassName
{
background-color: #5F4759;
}
.BgClassName
{
background-color: #5F4759;
}
</style>
border-color css
<style>
span { border-color: #5F4759; }
span { border-color: rgb(95,71,89); }
td.TdClassName
{
border-color: #5F4759;
}
.TagClassName
{
border-color: #5F4759;
}
</style>