Shades of Purple Taupe #60405C
Tints of Purple Taupe #60405C
RGB
CMYK
RGB Variations
Color information
#60405C (or 0x60405C) is known color: Purple Taupe. HEX triplet: 60, 40 and 5C. RGB value is (96,64,92). Sum of RGB (Red+Green+Blue) = 96+64+92=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #60405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60405C is #9FBFA3. Grayscale: #4C4C4C. Windows color (decimal): -10469284 or 6045792. OLE color: 6045792.
HSL color Cylindrical-coordinate representation of color #60405C: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60405C is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 92 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.62 |
| HSL | 307.5º | 0.2% | 0.31% | - |
| HSV(B) | 307.5º | 0.33% | 0.38% | - |
| XYZ | 8.59 | 6.93 | 11.01 | - |
| YUV | 76.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 92 | 0 | 0.33 | 0.04 | 0.62 | 307.5 | 0.2 | 0.31 |
| Hex | 60 | 40 | 5C | 0 | 21 | 4 | 3E | 134 | 14 | 1F |
| Octal | 140 | 100 | 134 | 0 | 41 | 4 | 76 | 464 | 24 | 37 |
| Binary | 1100000 | 1000000 | 1011100 | 0 | 100001 | 100 | 111110 | 100110100 | 10100 | 11111 |
Color Harmonies of #60405C
Complementary color
Monochromatic Colors of #60405C
Black with #60405C
Text Example
Text Example
White with #60405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60405C; }
p { color: rgb(96,64,92); }
H1.HeaderClassName
{
color: #60405C;
}
.AnyTagClassName
{
color: #60405C;
}
</style>
background-color css
<style>
a { background-color: #60405C; }
a { background-color: rgb(96,64,92); }
div.DivClassName
{
background-color: #60405C;
}
.BgClassName
{
background-color: #60405C;
}
</style>
border-color css
<style>
span { border-color: #60405C; }
span { border-color: rgb(96,64,92); }
td.TdClassName
{
border-color: #60405C;
}
.TagClassName
{
border-color: #60405C;
}
</style>