Shades of Purple Taupe #60425D
Tints of Purple Taupe #60425D
RGB
CMYK
RGB Variations
Color information
#60425D (or 0x60425D) is known color: Purple Taupe. HEX triplet: 60, 42 and 5D. RGB value is (96,66,93). Sum of RGB (Red+Green+Blue) = 96+66+93=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #60425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60425D is #9FBDA2. Grayscale: #4D4D4D. Windows color (decimal): -10468771 or 6111840. OLE color: 6111840.
HSL color Cylindrical-coordinate representation of color #60425D: hue angle of 306º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60425D is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 93 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.62 |
| HSL | 306º | 0.19% | 0.32% | - |
| HSV(B) | 306º | 0.31% | 0.38% | - |
| XYZ | 8.75 | 7.17 | 11.28 | - |
| YUV | 78.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 93 | 0 | 0.31 | 0.03 | 0.62 | 306 | 0.19 | 0.32 |
| Hex | 60 | 42 | 5D | 0 | 1F | 3 | 3E | 132 | 13 | 20 |
| Octal | 140 | 102 | 135 | 0 | 37 | 3 | 76 | 462 | 23 | 40 |
| Binary | 1100000 | 1000010 | 1011101 | 0 | 11111 | 11 | 111110 | 100110010 | 10011 | 100000 |
Color Harmonies of #60425D
Complementary color
Monochromatic Colors of #60425D
Black with #60425D
Text Example
Text Example
White with #60425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60425D; }
p { color: rgb(96,66,93); }
H1.HeaderClassName
{
color: #60425D;
}
.AnyTagClassName
{
color: #60425D;
}
</style>
background-color css
<style>
a { background-color: #60425D; }
a { background-color: rgb(96,66,93); }
div.DivClassName
{
background-color: #60425D;
}
.BgClassName
{
background-color: #60425D;
}
</style>
border-color css
<style>
span { border-color: #60425D; }
span { border-color: rgb(96,66,93); }
td.TdClassName
{
border-color: #60425D;
}
.TagClassName
{
border-color: #60425D;
}
</style>