Shades of Purple Taupe #60485D
Tints of Purple Taupe #60485D
RGB
CMYK
RGB Variations
Color information
#60485D (or 0x60485D) is known color: Purple Taupe. HEX triplet: 60, 48 and 5D. RGB value is (96,72,93). Sum of RGB (Red+Green+Blue) = 96+72+93=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #60485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60485D is #9FB7A2. Grayscale: #515151. Windows color (decimal): -10467235 or 6113376. OLE color: 6113376.
HSL color Cylindrical-coordinate representation of color #60485D: hue angle of 307.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 #60485D is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 93 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.62 |
| HSL | 307.5º | 0.14% | 0.33% | - |
| HSV(B) | 307.5º | 0.25% | 0.38% | - |
| XYZ | 9.12 | 7.91 | 11.4 | - |
| YUV | 81.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 93 | 0 | 0.25 | 0.03 | 0.62 | 307.5 | 0.14 | 0.33 |
| Hex | 60 | 48 | 5D | 0 | 19 | 3 | 3E | 134 | E | 21 |
| Octal | 140 | 110 | 135 | 0 | 31 | 3 | 76 | 464 | 16 | 41 |
| Binary | 1100000 | 1001000 | 1011101 | 0 | 11001 | 11 | 111110 | 100110100 | 1110 | 100001 |
Color Harmonies of #60485D
Complementary color
Monochromatic Colors of #60485D
Black with #60485D
Text Example
Text Example
White with #60485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60485D; }
p { color: rgb(96,72,93); }
H1.HeaderClassName
{
color: #60485D;
}
.AnyTagClassName
{
color: #60485D;
}
</style>
background-color css
<style>
a { background-color: #60485D; }
a { background-color: rgb(96,72,93); }
div.DivClassName
{
background-color: #60485D;
}
.BgClassName
{
background-color: #60485D;
}
</style>
border-color css
<style>
span { border-color: #60485D; }
span { border-color: rgb(96,72,93); }
td.TdClassName
{
border-color: #60485D;
}
.TagClassName
{
border-color: #60485D;
}
</style>