Shades of Purple Taupe #60415E
Tints of Purple Taupe #60415E
RGB
CMYK
RGB Variations
Color information
#60415E (or 0x60415E) is known color: Purple Taupe. HEX triplet: 60, 41 and 5E. RGB value is (96,65,94). Sum of RGB (Red+Green+Blue) = 96+65+94=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #60415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60415E is #9FBEA1. Grayscale: #4D4D4D. Windows color (decimal): -10469026 or 6177120. OLE color: 6177120.
HSL color Cylindrical-coordinate representation of color #60415E: hue angle of 303.87º 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 #60415E is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 94 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.62 |
| HSL | 303.87º | 0.19% | 0.32% | - |
| HSV(B) | 303.87º | 0.32% | 0.38% | - |
| XYZ | 8.73 | 7.08 | 11.5 | - |
| YUV | 77.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 94 | 0 | 0.32 | 0.02 | 0.62 | 303.87 | 0.19 | 0.32 |
| Hex | 60 | 41 | 5E | 0 | 20 | 2 | 3E | 130 | 13 | 20 |
| Octal | 140 | 101 | 136 | 0 | 40 | 2 | 76 | 460 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1011110 | 0 | 100000 | 10 | 111110 | 100110000 | 10011 | 100000 |
Color Harmonies of #60415E
Complementary color
Monochromatic Colors of #60415E
Black with #60415E
Text Example
Text Example
White with #60415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60415E; }
p { color: rgb(96,65,94); }
H1.HeaderClassName
{
color: #60415E;
}
.AnyTagClassName
{
color: #60415E;
}
</style>
background-color css
<style>
a { background-color: #60415E; }
a { background-color: rgb(96,65,94); }
div.DivClassName
{
background-color: #60415E;
}
.BgClassName
{
background-color: #60415E;
}
</style>
border-color css
<style>
span { border-color: #60415E; }
span { border-color: rgb(96,65,94); }
td.TdClassName
{
border-color: #60415E;
}
.TagClassName
{
border-color: #60415E;
}
</style>