Shades of Purple Taupe #5F465D
Tints of Purple Taupe #5F465D
RGB
CMYK
RGB Variations
Color information
#5F465D (or 0x5F465D) is known color: Purple Taupe. HEX triplet: 5F, 46 and 5D. RGB value is (95,70,93). Sum of RGB (Red+Green+Blue) = 95+70+93=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 95 - color contains mainly: red. Hex color #5F465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F465D is #A0B9A2. Grayscale: #505050. Windows color (decimal): -10533283 or 6112863. OLE color: 6112863.
HSL color Cylindrical-coordinate representation of color #5F465D: hue angle of 304.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F465D is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 70 | 93 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.63 |
| HSL | 304.8º | 0.15% | 0.32% | - |
| HSV(B) | 304.8º | 0.26% | 0.37% | - |
| XYZ | 8.89 | 7.6 | 11.36 | - |
| YUV | 80.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 93 | 0 | 0.26 | 0.02 | 0.63 | 304.8 | 0.15 | 0.32 |
| Hex | 5F | 46 | 5D | 0 | 1A | 2 | 3F | 131 | F | 20 |
| Octal | 137 | 106 | 135 | 0 | 32 | 2 | 77 | 461 | 17 | 40 |
| Binary | 1011111 | 1000110 | 1011101 | 0 | 11010 | 10 | 111111 | 100110001 | 1111 | 100000 |
Color Harmonies of #5F465D
Complementary color
Monochromatic Colors of #5F465D
Black with #5F465D
Text Example
Text Example
White with #5F465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F465D; }
p { color: rgb(95,70,93); }
H1.HeaderClassName
{
color: #5F465D;
}
.AnyTagClassName
{
color: #5F465D;
}
</style>
background-color css
<style>
a { background-color: #5F465D; }
a { background-color: rgb(95,70,93); }
div.DivClassName
{
background-color: #5F465D;
}
.BgClassName
{
background-color: #5F465D;
}
</style>
border-color css
<style>
span { border-color: #5F465D; }
span { border-color: rgb(95,70,93); }
td.TdClassName
{
border-color: #5F465D;
}
.TagClassName
{
border-color: #5F465D;
}
</style>