Shades of Purple Taupe #60485A
Tints of Purple Taupe #60485A
RGB
CMYK
RGB Variations
Color information
#60485A (or 0x60485A) is known color: Purple Taupe. HEX triplet: 60, 48 and 5A. RGB value is (96,72,90). Sum of RGB (Red+Green+Blue) = 96+72+90=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #60485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60485A is #9FB7A5. Grayscale: #515151. Windows color (decimal): -10467238 or 5916768. OLE color: 5916768.
HSL color Cylindrical-coordinate representation of color #60485A: hue angle of 315º 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 #60485A is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 90 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.62 |
| HSL | 315º | 0.14% | 0.33% | - |
| HSV(B) | 315º | 0.25% | 0.38% | - |
| XYZ | 8.99 | 7.86 | 10.72 | - |
| YUV | 81.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 90 | 0 | 0.25 | 0.06 | 0.62 | 315 | 0.14 | 0.33 |
| Hex | 60 | 48 | 5A | 0 | 19 | 6 | 3E | 13B | E | 21 |
| Octal | 140 | 110 | 132 | 0 | 31 | 6 | 76 | 473 | 16 | 41 |
| Binary | 1100000 | 1001000 | 1011010 | 0 | 11001 | 110 | 111110 | 100111011 | 1110 | 100001 |
Color Harmonies of #60485A
Complementary color
Monochromatic Colors of #60485A
Black with #60485A
Text Example
Text Example
White with #60485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60485A; }
p { color: rgb(96,72,90); }
H1.HeaderClassName
{
color: #60485A;
}
.AnyTagClassName
{
color: #60485A;
}
</style>
background-color css
<style>
a { background-color: #60485A; }
a { background-color: rgb(96,72,90); }
div.DivClassName
{
background-color: #60485A;
}
.BgClassName
{
background-color: #60485A;
}
</style>
border-color css
<style>
span { border-color: #60485A; }
span { border-color: rgb(96,72,90); }
td.TdClassName
{
border-color: #60485A;
}
.TagClassName
{
border-color: #60485A;
}
</style>