Shades of Purple Taupe #593F53
Tints of Purple Taupe #593F53
RGB
CMYK
RGB Variations
Color information
#593F53 (or 0x593F53) is known color: Purple Taupe. HEX triplet: 59, 3F and 53. RGB value is (89,63,83). Sum of RGB (Red+Green+Blue) = 89+63+83=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #593F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F53 is #A6C0AC. Grayscale: #484848. Windows color (decimal): -10928301 or 5455705. OLE color: 5455705.
HSL color Cylindrical-coordinate representation of color #593F53: hue angle of 313.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #593F53 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 83 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.65 |
| HSL | 313.85º | 0.17% | 0.3% | - |
| HSV(B) | 313.85º | 0.29% | 0.35% | - |
| XYZ | 7.46 | 6.3 | 9.01 | - |
| YUV | 73.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 83 | 0 | 0.29 | 0.07 | 0.65 | 313.85 | 0.17 | 0.3 |
| Hex | 59 | 3F | 53 | 0 | 1D | 7 | 41 | 13A | 11 | 1E |
| Octal | 131 | 77 | 123 | 0 | 35 | 7 | 101 | 472 | 21 | 36 |
| Binary | 1011001 | 111111 | 1010011 | 0 | 11101 | 111 | 1000001 | 100111010 | 10001 | 11110 |
Color Harmonies of #593F53
Complementary color
Monochromatic Colors of #593F53
Black with #593F53
Text Example
Text Example
White with #593F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F53; }
p { color: rgb(89,63,83); }
H1.HeaderClassName
{
color: #593F53;
}
.AnyTagClassName
{
color: #593F53;
}
</style>
background-color css
<style>
a { background-color: #593F53; }
a { background-color: rgb(89,63,83); }
div.DivClassName
{
background-color: #593F53;
}
.BgClassName
{
background-color: #593F53;
}
</style>
border-color css
<style>
span { border-color: #593F53; }
span { border-color: rgb(89,63,83); }
td.TdClassName
{
border-color: #593F53;
}
.TagClassName
{
border-color: #593F53;
}
</style>