Shades of Purple Taupe #604059
Tints of Purple Taupe #604059
RGB
CMYK
RGB Variations
Color information
#604059 (or 0x604059) is known color: Purple Taupe. HEX triplet: 60, 40 and 59. RGB value is (96,64,89). Sum of RGB (Red+Green+Blue) = 96+64+89=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604059 is #9FBFA6. Grayscale: #4C4C4C. Windows color (decimal): -10469287 or 5849184. OLE color: 5849184.
HSL color Cylindrical-coordinate representation of color #604059: hue angle of 313.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604059 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 89 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.62 |
| HSL | 313.13º | 0.2% | 0.31% | - |
| HSV(B) | 313.13º | 0.33% | 0.38% | - |
| XYZ | 8.46 | 6.87 | 10.33 | - |
| YUV | 76.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 89 | 0 | 0.33 | 0.07 | 0.62 | 313.13 | 0.2 | 0.31 |
| Hex | 60 | 40 | 59 | 0 | 21 | 7 | 3E | 139 | 14 | 1F |
| Octal | 140 | 100 | 131 | 0 | 41 | 7 | 76 | 471 | 24 | 37 |
| Binary | 1100000 | 1000000 | 1011001 | 0 | 100001 | 111 | 111110 | 100111001 | 10100 | 11111 |
Color Harmonies of #604059
Complementary color
Monochromatic Colors of #604059
Black with #604059
Text Example
Text Example
White with #604059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604059; }
p { color: rgb(96,64,89); }
H1.HeaderClassName
{
color: #604059;
}
.AnyTagClassName
{
color: #604059;
}
</style>
background-color css
<style>
a { background-color: #604059; }
a { background-color: rgb(96,64,89); }
div.DivClassName
{
background-color: #604059;
}
.BgClassName
{
background-color: #604059;
}
</style>
border-color css
<style>
span { border-color: #604059; }
span { border-color: rgb(96,64,89); }
td.TdClassName
{
border-color: #604059;
}
.TagClassName
{
border-color: #604059;
}
</style>