Shades of Purple Taupe #60415D
Tints of Purple Taupe #60415D
RGB
CMYK
RGB Variations
Color information
#60415D (or 0x60415D) is known color: Purple Taupe. HEX triplet: 60, 41 and 5D. RGB value is (96,65,93). Sum of RGB (Red+Green+Blue) = 96+65+93=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #60415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60415D is #9FBEA2. Grayscale: #4D4D4D. Windows color (decimal): -10469027 or 6111584. OLE color: 6111584.
HSL color Cylindrical-coordinate representation of color #60415D: hue angle of 305.81º 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 #60415D is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 93 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.62 |
| HSL | 305.81º | 0.19% | 0.32% | - |
| HSV(B) | 305.81º | 0.32% | 0.38% | - |
| XYZ | 8.69 | 7.06 | 11.26 | - |
| YUV | 77.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 93 | 0 | 0.32 | 0.03 | 0.62 | 305.81 | 0.19 | 0.32 |
| Hex | 60 | 41 | 5D | 0 | 20 | 3 | 3E | 132 | 13 | 20 |
| Octal | 140 | 101 | 135 | 0 | 40 | 3 | 76 | 462 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1011101 | 0 | 100000 | 11 | 111110 | 100110010 | 10011 | 100000 |
Color Harmonies of #60415D
Complementary color
Monochromatic Colors of #60415D
Black with #60415D
Text Example
Text Example
White with #60415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60415D; }
p { color: rgb(96,65,93); }
H1.HeaderClassName
{
color: #60415D;
}
.AnyTagClassName
{
color: #60415D;
}
</style>
background-color css
<style>
a { background-color: #60415D; }
a { background-color: rgb(96,65,93); }
div.DivClassName
{
background-color: #60415D;
}
.BgClassName
{
background-color: #60415D;
}
</style>
border-color css
<style>
span { border-color: #60415D; }
span { border-color: rgb(96,65,93); }
td.TdClassName
{
border-color: #60415D;
}
.TagClassName
{
border-color: #60415D;
}
</style>