Shades of Purple Taupe #593B4E
Tints of Purple Taupe #593B4E
RGB
CMYK
RGB Variations
Color information
#593B4E (or 0x593B4E) is known color: Purple Taupe. HEX triplet: 59, 3B and 4E. RGB value is (89,59,78). Sum of RGB (Red+Green+Blue) = 89+59+78=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #593B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593B4E is #A6C4B1. Grayscale: #464646. Windows color (decimal): -10929330 or 5127001. OLE color: 5127001.
HSL color Cylindrical-coordinate representation of color #593B4E: hue angle of 322º 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 #593B4E is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 59 | 78 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.65 |
| HSL | 322º | 0.2% | 0.29% | - |
| HSV(B) | 322º | 0.34% | 0.35% | - |
| XYZ | 7.06 | 5.8 | 7.96 | - |
| YUV | 70.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 78 | 0 | 0.34 | 0.12 | 0.65 | 322 | 0.2 | 0.29 |
| Hex | 59 | 3B | 4E | 0 | 22 | C | 41 | 142 | 14 | 1D |
| Octal | 131 | 73 | 116 | 0 | 42 | 14 | 101 | 502 | 24 | 35 |
| Binary | 1011001 | 111011 | 1001110 | 0 | 100010 | 1100 | 1000001 | 101000010 | 10100 | 11101 |
Color Harmonies of #593B4E
Complementary color
Monochromatic Colors of #593B4E
Black with #593B4E
Text Example
Text Example
White with #593B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593B4E; }
p { color: rgb(89,59,78); }
H1.HeaderClassName
{
color: #593B4E;
}
.AnyTagClassName
{
color: #593B4E;
}
</style>
background-color css
<style>
a { background-color: #593B4E; }
a { background-color: rgb(89,59,78); }
div.DivClassName
{
background-color: #593B4E;
}
.BgClassName
{
background-color: #593B4E;
}
</style>
border-color css
<style>
span { border-color: #593B4E; }
span { border-color: rgb(89,59,78); }
td.TdClassName
{
border-color: #593B4E;
}
.TagClassName
{
border-color: #593B4E;
}
</style>