Shades of Purple Taupe #60485B
Tints of Purple Taupe #60485B
RGB
CMYK
RGB Variations
Color information
#60485B (or 0x60485B) is known color: Purple Taupe. HEX triplet: 60, 48 and 5B. RGB value is (96,72,91). Sum of RGB (Red+Green+Blue) = 96+72+91=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #60485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60485B is #9FB7A4. Grayscale: #515151. Windows color (decimal): -10467237 or 5982304. OLE color: 5982304.
HSL color Cylindrical-coordinate representation of color #60485B: hue angle of 312.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #60485B is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 91 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.62 |
| HSL | 312.5º | 0.14% | 0.33% | - |
| HSV(B) | 312.5º | 0.25% | 0.38% | - |
| XYZ | 9.03 | 7.88 | 10.94 | - |
| YUV | 81.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 91 | 0 | 0.25 | 0.05 | 0.62 | 312.5 | 0.14 | 0.33 |
| Hex | 60 | 48 | 5B | 0 | 19 | 5 | 3E | 138 | E | 21 |
| Octal | 140 | 110 | 133 | 0 | 31 | 5 | 76 | 470 | 16 | 41 |
| Binary | 1100000 | 1001000 | 1011011 | 0 | 11001 | 101 | 111110 | 100111000 | 1110 | 100001 |
Color Harmonies of #60485B
Complementary color
Monochromatic Colors of #60485B
Black with #60485B
Text Example
Text Example
White with #60485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60485B; }
p { color: rgb(96,72,91); }
H1.HeaderClassName
{
color: #60485B;
}
.AnyTagClassName
{
color: #60485B;
}
</style>
background-color css
<style>
a { background-color: #60485B; }
a { background-color: rgb(96,72,91); }
div.DivClassName
{
background-color: #60485B;
}
.BgClassName
{
background-color: #60485B;
}
</style>
border-color css
<style>
span { border-color: #60485B; }
span { border-color: rgb(96,72,91); }
td.TdClassName
{
border-color: #60485B;
}
.TagClassName
{
border-color: #60485B;
}
</style>