Shades of Purple Taupe #604659
Tints of Purple Taupe #604659
RGB
CMYK
RGB Variations
Color information
#604659 (or 0x604659) is known color: Purple Taupe. HEX triplet: 60, 46 and 59. RGB value is (96,70,89). Sum of RGB (Red+Green+Blue) = 96+70+89=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #604659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604659 is #9FB9A6. Grayscale: #4F4F4F. Windows color (decimal): -10467751 or 5850720. OLE color: 5850720.
HSL color Cylindrical-coordinate representation of color #604659: hue angle of 316.15º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604659 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 89 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.62 |
| HSL | 316.15º | 0.16% | 0.33% | - |
| HSV(B) | 316.15º | 0.27% | 0.38% | - |
| XYZ | 8.82 | 7.59 | 10.45 | - |
| YUV | 79.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 89 | 0 | 0.27 | 0.07 | 0.62 | 316.15 | 0.16 | 0.33 |
| Hex | 60 | 46 | 59 | 0 | 1B | 7 | 3E | 13C | 10 | 21 |
| Octal | 140 | 106 | 131 | 0 | 33 | 7 | 76 | 474 | 20 | 41 |
| Binary | 1100000 | 1000110 | 1011001 | 0 | 11011 | 111 | 111110 | 100111100 | 10000 | 100001 |
Color Harmonies of #604659
Complementary color
Monochromatic Colors of #604659
Black with #604659
Text Example
Text Example
White with #604659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604659; }
p { color: rgb(96,70,89); }
H1.HeaderClassName
{
color: #604659;
}
.AnyTagClassName
{
color: #604659;
}
</style>
background-color css
<style>
a { background-color: #604659; }
a { background-color: rgb(96,70,89); }
div.DivClassName
{
background-color: #604659;
}
.BgClassName
{
background-color: #604659;
}
</style>
border-color css
<style>
span { border-color: #604659; }
span { border-color: rgb(96,70,89); }
td.TdClassName
{
border-color: #604659;
}
.TagClassName
{
border-color: #604659;
}
</style>