Shades of Purple Taupe #593B51
Tints of Purple Taupe #593B51
RGB
CMYK
RGB Variations
Color information
#593B51 (or 0x593B51) is known color: Purple Taupe. HEX triplet: 59, 3B and 51. RGB value is (89,59,81). Sum of RGB (Red+Green+Blue) = 89+59+81=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #593B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593B51 is #A6C4AE. Grayscale: #464646. Windows color (decimal): -10929327 or 5323609. OLE color: 5323609.
HSL color Cylindrical-coordinate representation of color #593B51: hue angle of 316º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #593B51 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 59 | 81 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.65 |
| HSL | 316º | 0.2% | 0.29% | - |
| HSV(B) | 316º | 0.34% | 0.35% | - |
| XYZ | 7.17 | 5.85 | 8.54 | - |
| YUV | 70.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 81 | 0 | 0.34 | 0.09 | 0.65 | 316 | 0.2 | 0.29 |
| Hex | 59 | 3B | 51 | 0 | 22 | 9 | 41 | 13C | 14 | 1D |
| Octal | 131 | 73 | 121 | 0 | 42 | 11 | 101 | 474 | 24 | 35 |
| Binary | 1011001 | 111011 | 1010001 | 0 | 100010 | 1001 | 1000001 | 100111100 | 10100 | 11101 |
Color Harmonies of #593B51
Complementary color
Monochromatic Colors of #593B51
Black with #593B51
Text Example
Text Example
White with #593B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593B51; }
p { color: rgb(89,59,81); }
H1.HeaderClassName
{
color: #593B51;
}
.AnyTagClassName
{
color: #593B51;
}
</style>
background-color css
<style>
a { background-color: #593B51; }
a { background-color: rgb(89,59,81); }
div.DivClassName
{
background-color: #593B51;
}
.BgClassName
{
background-color: #593B51;
}
</style>
border-color css
<style>
span { border-color: #593B51; }
span { border-color: rgb(89,59,81); }
td.TdClassName
{
border-color: #593B51;
}
.TagClassName
{
border-color: #593B51;
}
</style>