Shades of Purple Taupe #60405E
Tints of Purple Taupe #60405E
RGB
CMYK
RGB Variations
Color information
#60405E (or 0x60405E) is known color: Purple Taupe. HEX triplet: 60, 40 and 5E. RGB value is (96,64,94). Sum of RGB (Red+Green+Blue) = 96+64+94=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #60405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60405E is #9FBFA1. Grayscale: #4C4C4C. Windows color (decimal): -10469282 or 6176864. OLE color: 6176864.
HSL color Cylindrical-coordinate representation of color #60405E: hue angle of 303.75º 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 #60405E is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 94 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.62 |
| HSL | 303.75º | 0.2% | 0.31% | - |
| HSV(B) | 303.75º | 0.33% | 0.38% | - |
| XYZ | 8.68 | 6.96 | 11.48 | - |
| YUV | 76.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 94 | 0 | 0.33 | 0.02 | 0.62 | 303.75 | 0.2 | 0.31 |
| Hex | 60 | 40 | 5E | 0 | 21 | 2 | 3E | 130 | 14 | 1F |
| Octal | 140 | 100 | 136 | 0 | 41 | 2 | 76 | 460 | 24 | 37 |
| Binary | 1100000 | 1000000 | 1011110 | 0 | 100001 | 10 | 111110 | 100110000 | 10100 | 11111 |
Color Harmonies of #60405E
Complementary color
Monochromatic Colors of #60405E
Black with #60405E
Text Example
Text Example
White with #60405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60405E; }
p { color: rgb(96,64,94); }
H1.HeaderClassName
{
color: #60405E;
}
.AnyTagClassName
{
color: #60405E;
}
</style>
background-color css
<style>
a { background-color: #60405E; }
a { background-color: rgb(96,64,94); }
div.DivClassName
{
background-color: #60405E;
}
.BgClassName
{
background-color: #60405E;
}
</style>
border-color css
<style>
span { border-color: #60405E; }
span { border-color: rgb(96,64,94); }
td.TdClassName
{
border-color: #60405E;
}
.TagClassName
{
border-color: #60405E;
}
</style>