Shades of Purple Taupe #593C51
Tints of Purple Taupe #593C51
RGB
CMYK
RGB Variations
Color information
#593C51 (or 0x593C51) is known color: Purple Taupe. HEX triplet: 59, 3C and 51. RGB value is (89,60,81). Sum of RGB (Red+Green+Blue) = 89+60+81=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #593C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593C51 is #A6C3AE. Grayscale: #474747. Windows color (decimal): -10929071 or 5323865. OLE color: 5323865.
HSL color Cylindrical-coordinate representation of color #593C51: hue angle of 316.55º 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 #593C51 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 81 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.65 |
| HSL | 316.55º | 0.19% | 0.29% | - |
| HSV(B) | 316.55º | 0.33% | 0.35% | - |
| XYZ | 7.22 | 5.95 | 8.55 | - |
| YUV | 71.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 81 | 0 | 0.33 | 0.09 | 0.65 | 316.55 | 0.19 | 0.29 |
| Hex | 59 | 3C | 51 | 0 | 21 | 9 | 41 | 13D | 13 | 1D |
| Octal | 131 | 74 | 121 | 0 | 41 | 11 | 101 | 475 | 23 | 35 |
| Binary | 1011001 | 111100 | 1010001 | 0 | 100001 | 1001 | 1000001 | 100111101 | 10011 | 11101 |
Color Harmonies of #593C51
Complementary color
Monochromatic Colors of #593C51
Black with #593C51
Text Example
Text Example
White with #593C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C51; }
p { color: rgb(89,60,81); }
H1.HeaderClassName
{
color: #593C51;
}
.AnyTagClassName
{
color: #593C51;
}
</style>
background-color css
<style>
a { background-color: #593C51; }
a { background-color: rgb(89,60,81); }
div.DivClassName
{
background-color: #593C51;
}
.BgClassName
{
background-color: #593C51;
}
</style>
border-color css
<style>
span { border-color: #593C51; }
span { border-color: rgb(89,60,81); }
td.TdClassName
{
border-color: #593C51;
}
.TagClassName
{
border-color: #593C51;
}
</style>