Shades of Purple Taupe #593E53
Tints of Purple Taupe #593E53
RGB
CMYK
RGB Variations
Color information
#593E53 (or 0x593E53) is known color: Purple Taupe. HEX triplet: 59, 3E and 53. RGB value is (89,62,83). Sum of RGB (Red+Green+Blue) = 89+62+83=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #593E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593E53 is #A6C1AC. Grayscale: #484848. Windows color (decimal): -10928557 or 5455449. OLE color: 5455449.
HSL color Cylindrical-coordinate representation of color #593E53: hue angle of 313.33º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #593E53 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 62 | 83 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.65 |
| HSL | 313.33º | 0.18% | 0.3% | - |
| HSV(B) | 313.33º | 0.3% | 0.35% | - |
| XYZ | 7.4 | 6.19 | 8.99 | - |
| YUV | 72.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 83 | 0 | 0.30 | 0.07 | 0.65 | 313.33 | 0.18 | 0.3 |
| Hex | 59 | 3E | 53 | 0 | 1E | 7 | 41 | 139 | 12 | 1E |
| Octal | 131 | 76 | 123 | 0 | 36 | 7 | 101 | 471 | 22 | 36 |
| Binary | 1011001 | 111110 | 1010011 | 0 | 11110 | 111 | 1000001 | 100111001 | 10010 | 11110 |
Color Harmonies of #593E53
Complementary color
Monochromatic Colors of #593E53
Black with #593E53
Text Example
Text Example
White with #593E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E53; }
p { color: rgb(89,62,83); }
H1.HeaderClassName
{
color: #593E53;
}
.AnyTagClassName
{
color: #593E53;
}
</style>
background-color css
<style>
a { background-color: #593E53; }
a { background-color: rgb(89,62,83); }
div.DivClassName
{
background-color: #593E53;
}
.BgClassName
{
background-color: #593E53;
}
</style>
border-color css
<style>
span { border-color: #593E53; }
span { border-color: rgb(89,62,83); }
td.TdClassName
{
border-color: #593E53;
}
.TagClassName
{
border-color: #593E53;
}
</style>