Shades of Purple Taupe #60495D
Tints of Purple Taupe #60495D
RGB
CMYK
RGB Variations
Color information
#60495D (or 0x60495D) is known color: Purple Taupe. HEX triplet: 60, 49 and 5D. RGB value is (96,73,93). Sum of RGB (Red+Green+Blue) = 96+73+93=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #60495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60495D is #9FB6A2. Grayscale: #525252. Windows color (decimal): -10466979 or 6113632. OLE color: 6113632.
HSL color Cylindrical-coordinate representation of color #60495D: hue angle of 307.83º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60495D is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 73 | 93 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.62 |
| HSL | 307.83º | 0.14% | 0.33% | - |
| HSV(B) | 307.83º | 0.24% | 0.38% | - |
| XYZ | 9.18 | 8.04 | 11.42 | - |
| YUV | 82.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 93 | 0 | 0.24 | 0.03 | 0.62 | 307.83 | 0.14 | 0.33 |
| Hex | 60 | 49 | 5D | 0 | 18 | 3 | 3E | 134 | E | 21 |
| Octal | 140 | 111 | 135 | 0 | 30 | 3 | 76 | 464 | 16 | 41 |
| Binary | 1100000 | 1001001 | 1011101 | 0 | 11000 | 11 | 111110 | 100110100 | 1110 | 100001 |
Color Harmonies of #60495D
Complementary color
Monochromatic Colors of #60495D
Black with #60495D
Text Example
Text Example
White with #60495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60495D; }
p { color: rgb(96,73,93); }
H1.HeaderClassName
{
color: #60495D;
}
.AnyTagClassName
{
color: #60495D;
}
</style>
background-color css
<style>
a { background-color: #60495D; }
a { background-color: rgb(96,73,93); }
div.DivClassName
{
background-color: #60495D;
}
.BgClassName
{
background-color: #60495D;
}
</style>
border-color css
<style>
span { border-color: #60495D; }
span { border-color: rgb(96,73,93); }
td.TdClassName
{
border-color: #60495D;
}
.TagClassName
{
border-color: #60495D;
}
</style>