Shades of Purple Taupe #5F4859
Tints of Purple Taupe #5F4859
RGB
CMYK
RGB Variations
Color information
#5F4859 (or 0x5F4859) is known color: Purple Taupe. HEX triplet: 5F, 48 and 59. RGB value is (95,72,89). Sum of RGB (Red+Green+Blue) = 95+72+89=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4859 is #A0B7A6. Grayscale: #505050. Windows color (decimal): -10532775 or 5851231. OLE color: 5851231.
HSL color Cylindrical-coordinate representation of color #5F4859: hue angle of 315.65º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F4859 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 89 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.63 |
| HSL | 315.65º | 0.14% | 0.33% | - |
| HSV(B) | 315.65º | 0.24% | 0.37% | - |
| XYZ | 8.84 | 7.79 | 10.49 | - |
| YUV | 80.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 89 | 0 | 0.24 | 0.06 | 0.63 | 315.65 | 0.14 | 0.33 |
| Hex | 5F | 48 | 59 | 0 | 18 | 6 | 3F | 13C | E | 21 |
| Octal | 137 | 110 | 131 | 0 | 30 | 6 | 77 | 474 | 16 | 41 |
| Binary | 1011111 | 1001000 | 1011001 | 0 | 11000 | 110 | 111111 | 100111100 | 1110 | 100001 |
Color Harmonies of #5F4859
Complementary color
Monochromatic Colors of #5F4859
Black with #5F4859
Text Example
Text Example
White with #5F4859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4859; }
p { color: rgb(95,72,89); }
H1.HeaderClassName
{
color: #5F4859;
}
.AnyTagClassName
{
color: #5F4859;
}
</style>
background-color css
<style>
a { background-color: #5F4859; }
a { background-color: rgb(95,72,89); }
div.DivClassName
{
background-color: #5F4859;
}
.BgClassName
{
background-color: #5F4859;
}
</style>
border-color css
<style>
span { border-color: #5F4859; }
span { border-color: rgb(95,72,89); }
td.TdClassName
{
border-color: #5F4859;
}
.TagClassName
{
border-color: #5F4859;
}
</style>