Shades of Purple Taupe #60475E
Tints of Purple Taupe #60475E
RGB
CMYK
RGB Variations
Color information
#60475E (or 0x60475E) is known color: Purple Taupe. HEX triplet: 60, 47 and 5E. RGB value is (96,71,94). Sum of RGB (Red+Green+Blue) = 96+71+94=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #60475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475E is #9FB8A1. Grayscale: #515151. Windows color (decimal): -10467490 or 6178656. OLE color: 6178656.
HSL color Cylindrical-coordinate representation of color #60475E: hue angle of 304.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60475E is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 94 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.62 |
| HSL | 304.8º | 0.15% | 0.33% | - |
| HSV(B) | 304.8º | 0.26% | 0.38% | - |
| XYZ | 9.1 | 7.8 | 11.62 | - |
| YUV | 81.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 94 | 0 | 0.26 | 0.02 | 0.62 | 304.8 | 0.15 | 0.33 |
| Hex | 60 | 47 | 5E | 0 | 1A | 2 | 3E | 131 | F | 21 |
| Octal | 140 | 107 | 136 | 0 | 32 | 2 | 76 | 461 | 17 | 41 |
| Binary | 1100000 | 1000111 | 1011110 | 0 | 11010 | 10 | 111110 | 100110001 | 1111 | 100001 |
Color Harmonies of #60475E
Complementary color
Monochromatic Colors of #60475E
Black with #60475E
Text Example
Text Example
White with #60475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60475E; }
p { color: rgb(96,71,94); }
H1.HeaderClassName
{
color: #60475E;
}
.AnyTagClassName
{
color: #60475E;
}
</style>
background-color css
<style>
a { background-color: #60475E; }
a { background-color: rgb(96,71,94); }
div.DivClassName
{
background-color: #60475E;
}
.BgClassName
{
background-color: #60475E;
}
</style>
border-color css
<style>
span { border-color: #60475E; }
span { border-color: rgb(96,71,94); }
td.TdClassName
{
border-color: #60475E;
}
.TagClassName
{
border-color: #60475E;
}
</style>