Shades of Purple Taupe #5F495D
Tints of Purple Taupe #5F495D
RGB
CMYK
RGB Variations
Color information
#5F495D (or 0x5F495D) is known color: Purple Taupe. HEX triplet: 5F, 49 and 5D. RGB value is (95,73,93). Sum of RGB (Red+Green+Blue) = 95+73+93=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 95 - color contains mainly: red. Hex color #5F495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F495D is #A0B6A2. Grayscale: #515151. Windows color (decimal): -10532515 or 6113631. OLE color: 6113631.
HSL color Cylindrical-coordinate representation of color #5F495D: hue angle of 305.45º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F495D is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 73 | 93 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.63 |
| HSL | 305.45º | 0.13% | 0.33% | - |
| HSV(B) | 305.45º | 0.23% | 0.37% | - |
| XYZ | 9.08 | 7.99 | 11.42 | - |
| YUV | 81.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 93 | 0 | 0.23 | 0.02 | 0.63 | 305.45 | 0.13 | 0.33 |
| Hex | 5F | 49 | 5D | 0 | 17 | 2 | 3F | 131 | D | 21 |
| Octal | 137 | 111 | 135 | 0 | 27 | 2 | 77 | 461 | 15 | 41 |
| Binary | 1011111 | 1001001 | 1011101 | 0 | 10111 | 10 | 111111 | 100110001 | 1101 | 100001 |
Color Harmonies of #5F495D
Complementary color
Monochromatic Colors of #5F495D
Black with #5F495D
Text Example
Text Example
White with #5F495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F495D; }
p { color: rgb(95,73,93); }
H1.HeaderClassName
{
color: #5F495D;
}
.AnyTagClassName
{
color: #5F495D;
}
</style>
background-color css
<style>
a { background-color: #5F495D; }
a { background-color: rgb(95,73,93); }
div.DivClassName
{
background-color: #5F495D;
}
.BgClassName
{
background-color: #5F495D;
}
</style>
border-color css
<style>
span { border-color: #5F495D; }
span { border-color: rgb(95,73,93); }
td.TdClassName
{
border-color: #5F495D;
}
.TagClassName
{
border-color: #5F495D;
}
</style>