Shades of Purple Taupe #594358
Tints of Purple Taupe #594358
RGB
CMYK
RGB Variations
Color information
#594358 (or 0x594358) is known color: Purple Taupe. HEX triplet: 59, 43 and 58. RGB value is (89,67,88). Sum of RGB (Red+Green+Blue) = 89+67+88=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #594358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594358 is #A6BCA7. Grayscale: #4B4B4B. Windows color (decimal): -10927272 or 5784409. OLE color: 5784409.
HSL color Cylindrical-coordinate representation of color #594358: hue angle of 302.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #594358 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 67 | 88 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.65 |
| HSL | 302.73º | 0.14% | 0.31% | - |
| HSV(B) | 302.73º | 0.25% | 0.35% | - |
| XYZ | 7.89 | 6.84 | 10.14 | - |
| YUV | 75.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 67 | 88 | 0 | 0.25 | 0.01 | 0.65 | 302.73 | 0.14 | 0.31 |
| Hex | 59 | 43 | 58 | 0 | 19 | 1 | 41 | 12F | E | 1F |
| Octal | 131 | 103 | 130 | 0 | 31 | 1 | 101 | 457 | 16 | 37 |
| Binary | 1011001 | 1000011 | 1011000 | 0 | 11001 | 1 | 1000001 | 100101111 | 1110 | 11111 |
Color Harmonies of #594358
Complementary color
Monochromatic Colors of #594358
Black with #594358
Text Example
Text Example
White with #594358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594358; }
p { color: rgb(89,67,88); }
H1.HeaderClassName
{
color: #594358;
}
.AnyTagClassName
{
color: #594358;
}
</style>
background-color css
<style>
a { background-color: #594358; }
a { background-color: rgb(89,67,88); }
div.DivClassName
{
background-color: #594358;
}
.BgClassName
{
background-color: #594358;
}
</style>
border-color css
<style>
span { border-color: #594358; }
span { border-color: rgb(89,67,88); }
td.TdClassName
{
border-color: #594358;
}
.TagClassName
{
border-color: #594358;
}
</style>