Shades of Purple Taupe #60415A
Tints of Purple Taupe #60415A
RGB
CMYK
RGB Variations
Color information
#60415A (or 0x60415A) is known color: Purple Taupe. HEX triplet: 60, 41 and 5A. RGB value is (96,65,90). Sum of RGB (Red+Green+Blue) = 96+65+90=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #60415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60415A is #9FBEA5. Grayscale: #4D4D4D. Windows color (decimal): -10469030 or 5914976. OLE color: 5914976.
HSL color Cylindrical-coordinate representation of color #60415A: hue angle of 311.61º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60415A is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 90 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.62 |
| HSL | 311.61º | 0.19% | 0.32% | - |
| HSV(B) | 311.61º | 0.32% | 0.38% | - |
| XYZ | 8.56 | 7.01 | 10.57 | - |
| YUV | 77.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 90 | 0 | 0.32 | 0.06 | 0.62 | 311.61 | 0.19 | 0.32 |
| Hex | 60 | 41 | 5A | 0 | 20 | 6 | 3E | 138 | 13 | 20 |
| Octal | 140 | 101 | 132 | 0 | 40 | 6 | 76 | 470 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1011010 | 0 | 100000 | 110 | 111110 | 100111000 | 10011 | 100000 |
Color Harmonies of #60415A
Complementary color
Monochromatic Colors of #60415A
Black with #60415A
Text Example
Text Example
White with #60415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60415A; }
p { color: rgb(96,65,90); }
H1.HeaderClassName
{
color: #60415A;
}
.AnyTagClassName
{
color: #60415A;
}
</style>
background-color css
<style>
a { background-color: #60415A; }
a { background-color: rgb(96,65,90); }
div.DivClassName
{
background-color: #60415A;
}
.BgClassName
{
background-color: #60415A;
}
</style>
border-color css
<style>
span { border-color: #60415A; }
span { border-color: rgb(96,65,90); }
td.TdClassName
{
border-color: #60415A;
}
.TagClassName
{
border-color: #60415A;
}
</style>