Shades of Purple Taupe #593B52
Tints of Purple Taupe #593B52
RGB
CMYK
RGB Variations
Color information
#593B52 (or 0x593B52) is known color: Purple Taupe. HEX triplet: 59, 3B and 52. RGB value is (89,59,82). Sum of RGB (Red+Green+Blue) = 89+59+82=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #593B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593B52 is #A6C4AD. Grayscale: #464646. Windows color (decimal): -10929326 or 5389145. OLE color: 5389145.
HSL color Cylindrical-coordinate representation of color #593B52: hue angle of 314º 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 #593B52 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 59 | 82 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.65 |
| HSL | 314º | 0.2% | 0.29% | - |
| HSV(B) | 314º | 0.34% | 0.35% | - |
| XYZ | 7.21 | 5.86 | 8.73 | - |
| YUV | 70.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 82 | 0 | 0.34 | 0.08 | 0.65 | 314 | 0.2 | 0.29 |
| Hex | 59 | 3B | 52 | 0 | 22 | 8 | 41 | 13A | 14 | 1D |
| Octal | 131 | 73 | 122 | 0 | 42 | 10 | 101 | 472 | 24 | 35 |
| Binary | 1011001 | 111011 | 1010010 | 0 | 100010 | 1000 | 1000001 | 100111010 | 10100 | 11101 |
Color Harmonies of #593B52
Complementary color
Monochromatic Colors of #593B52
Black with #593B52
Text Example
Text Example
White with #593B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593B52; }
p { color: rgb(89,59,82); }
H1.HeaderClassName
{
color: #593B52;
}
.AnyTagClassName
{
color: #593B52;
}
</style>
background-color css
<style>
a { background-color: #593B52; }
a { background-color: rgb(89,59,82); }
div.DivClassName
{
background-color: #593B52;
}
.BgClassName
{
background-color: #593B52;
}
</style>
border-color css
<style>
span { border-color: #593B52; }
span { border-color: rgb(89,59,82); }
td.TdClassName
{
border-color: #593B52;
}
.TagClassName
{
border-color: #593B52;
}
</style>