Shades of Purple Taupe #593C52
Tints of Purple Taupe #593C52
RGB
CMYK
RGB Variations
Color information
#593C52 (or 0x593C52) is known color: Purple Taupe. HEX triplet: 59, 3C and 52. RGB value is (89,60,82). Sum of RGB (Red+Green+Blue) = 89+60+82=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #593C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593C52 is #A6C3AD. Grayscale: #474747. Windows color (decimal): -10929070 or 5389401. OLE color: 5389401.
HSL color Cylindrical-coordinate representation of color #593C52: hue angle of 314.48º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593C52 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 82 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.65 |
| HSL | 314.48º | 0.19% | 0.29% | - |
| HSV(B) | 314.48º | 0.33% | 0.35% | - |
| XYZ | 7.26 | 5.96 | 8.75 | - |
| YUV | 71.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 82 | 0 | 0.33 | 0.08 | 0.65 | 314.48 | 0.19 | 0.29 |
| Hex | 59 | 3C | 52 | 0 | 21 | 8 | 41 | 13A | 13 | 1D |
| Octal | 131 | 74 | 122 | 0 | 41 | 10 | 101 | 472 | 23 | 35 |
| Binary | 1011001 | 111100 | 1010010 | 0 | 100001 | 1000 | 1000001 | 100111010 | 10011 | 11101 |
Color Harmonies of #593C52
Complementary color
Monochromatic Colors of #593C52
Black with #593C52
Text Example
Text Example
White with #593C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C52; }
p { color: rgb(89,60,82); }
H1.HeaderClassName
{
color: #593C52;
}
.AnyTagClassName
{
color: #593C52;
}
</style>
background-color css
<style>
a { background-color: #593C52; }
a { background-color: rgb(89,60,82); }
div.DivClassName
{
background-color: #593C52;
}
.BgClassName
{
background-color: #593C52;
}
</style>
border-color css
<style>
span { border-color: #593C52; }
span { border-color: rgb(89,60,82); }
td.TdClassName
{
border-color: #593C52;
}
.TagClassName
{
border-color: #593C52;
}
</style>