Shades of Purple Taupe #604159
Tints of Purple Taupe #604159
RGB
CMYK
RGB Variations
Color information
#604159 (or 0x604159) is known color: Purple Taupe. HEX triplet: 60, 41 and 59. RGB value is (96,65,89). Sum of RGB (Red+Green+Blue) = 96+65+89=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604159 is #9FBEA6. Grayscale: #4C4C4C. Windows color (decimal): -10469031 or 5849440. OLE color: 5849440.
HSL color Cylindrical-coordinate representation of color #604159: hue angle of 313.55º 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 #604159 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 89 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.62 |
| HSL | 313.55º | 0.19% | 0.32% | - |
| HSV(B) | 313.55º | 0.32% | 0.38% | - |
| XYZ | 8.52 | 6.99 | 10.35 | - |
| YUV | 77.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 89 | 0 | 0.32 | 0.07 | 0.62 | 313.55 | 0.19 | 0.32 |
| Hex | 60 | 41 | 59 | 0 | 20 | 7 | 3E | 13A | 13 | 20 |
| Octal | 140 | 101 | 131 | 0 | 40 | 7 | 76 | 472 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1011001 | 0 | 100000 | 111 | 111110 | 100111010 | 10011 | 100000 |
Color Harmonies of #604159
Complementary color
Monochromatic Colors of #604159
Black with #604159
Text Example
Text Example
White with #604159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604159; }
p { color: rgb(96,65,89); }
H1.HeaderClassName
{
color: #604159;
}
.AnyTagClassName
{
color: #604159;
}
</style>
background-color css
<style>
a { background-color: #604159; }
a { background-color: rgb(96,65,89); }
div.DivClassName
{
background-color: #604159;
}
.BgClassName
{
background-color: #604159;
}
</style>
border-color css
<style>
span { border-color: #604159; }
span { border-color: rgb(96,65,89); }
td.TdClassName
{
border-color: #604159;
}
.TagClassName
{
border-color: #604159;
}
</style>