Shades of Purple Taupe #60465D
Tints of Purple Taupe #60465D
RGB
CMYK
RGB Variations
Color information
#60465D (or 0x60465D) is known color: Purple Taupe. HEX triplet: 60, 46 and 5D. RGB value is (96,70,93). Sum of RGB (Red+Green+Blue) = 96+70+93=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #60465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60465D is #9FB9A2. Grayscale: #505050. Windows color (decimal): -10467747 or 6112864. OLE color: 6112864.
HSL color Cylindrical-coordinate representation of color #60465D: hue angle of 306.92º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60465D is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 93 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.62 |
| HSL | 306.92º | 0.16% | 0.33% | - |
| HSV(B) | 306.92º | 0.27% | 0.38% | - |
| XYZ | 8.99 | 7.66 | 11.36 | - |
| YUV | 80.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 93 | 0 | 0.27 | 0.03 | 0.62 | 306.92 | 0.16 | 0.33 |
| Hex | 60 | 46 | 5D | 0 | 1B | 3 | 3E | 133 | 10 | 21 |
| Octal | 140 | 106 | 135 | 0 | 33 | 3 | 76 | 463 | 20 | 41 |
| Binary | 1100000 | 1000110 | 1011101 | 0 | 11011 | 11 | 111110 | 100110011 | 10000 | 100001 |
Color Harmonies of #60465D
Complementary color
Monochromatic Colors of #60465D
Black with #60465D
Text Example
Text Example
White with #60465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60465D; }
p { color: rgb(96,70,93); }
H1.HeaderClassName
{
color: #60465D;
}
.AnyTagClassName
{
color: #60465D;
}
</style>
background-color css
<style>
a { background-color: #60465D; }
a { background-color: rgb(96,70,93); }
div.DivClassName
{
background-color: #60465D;
}
.BgClassName
{
background-color: #60465D;
}
</style>
border-color css
<style>
span { border-color: #60465D; }
span { border-color: rgb(96,70,93); }
td.TdClassName
{
border-color: #60465D;
}
.TagClassName
{
border-color: #60465D;
}
</style>