Shades of Purple Taupe #60425E
Tints of Purple Taupe #60425E
RGB
CMYK
RGB Variations
Color information
#60425E (or 0x60425E) is known color: Purple Taupe. HEX triplet: 60, 42 and 5E. RGB value is (96,66,94). Sum of RGB (Red+Green+Blue) = 96+66+94=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60425E is #9FBDA1. Grayscale: #4E4E4E. Windows color (decimal): -10468770 or 6177376. OLE color: 6177376.
HSL color Cylindrical-coordinate representation of color #60425E: hue angle of 304º 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 #60425E is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 94 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.62 |
| HSL | 304º | 0.19% | 0.32% | - |
| HSV(B) | 304º | 0.31% | 0.38% | - |
| XYZ | 8.79 | 7.19 | 11.51 | - |
| YUV | 78.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 94 | 0 | 0.31 | 0.02 | 0.62 | 304 | 0.19 | 0.32 |
| Hex | 60 | 42 | 5E | 0 | 1F | 2 | 3E | 130 | 13 | 20 |
| Octal | 140 | 102 | 136 | 0 | 37 | 2 | 76 | 460 | 23 | 40 |
| Binary | 1100000 | 1000010 | 1011110 | 0 | 11111 | 10 | 111110 | 100110000 | 10011 | 100000 |
Color Harmonies of #60425E
Complementary color
Monochromatic Colors of #60425E
Black with #60425E
Text Example
Text Example
White with #60425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60425E; }
p { color: rgb(96,66,94); }
H1.HeaderClassName
{
color: #60425E;
}
.AnyTagClassName
{
color: #60425E;
}
</style>
background-color css
<style>
a { background-color: #60425E; }
a { background-color: rgb(96,66,94); }
div.DivClassName
{
background-color: #60425E;
}
.BgClassName
{
background-color: #60425E;
}
</style>
border-color css
<style>
span { border-color: #60425E; }
span { border-color: rgb(96,66,94); }
td.TdClassName
{
border-color: #60425E;
}
.TagClassName
{
border-color: #60425E;
}
</style>