Shades of Purple Taupe #593353
Tints of Purple Taupe #593353
RGB
CMYK
RGB Variations
Color information
#593353 (or 0x593353) is known color: Purple Taupe. HEX triplet: 59, 33 and 53. RGB value is (89,51,83). Sum of RGB (Red+Green+Blue) = 89+51+83=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #593353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593353 is #A6CCAC. Grayscale: #414141. Windows color (decimal): -10931373 or 5452633. OLE color: 5452633.
HSL color Cylindrical-coordinate representation of color #593353: hue angle of 309.47º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #593353 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 51 | 83 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.65 |
| HSL | 309.47º | 0.27% | 0.27% | - |
| HSV(B) | 309.47º | 0.43% | 0.35% | - |
| XYZ | 6.86 | 5.12 | 8.81 | - |
| YUV | 66.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 83 | 0 | 0.43 | 0.07 | 0.65 | 309.47 | 0.27 | 0.27 |
| Hex | 59 | 33 | 53 | 0 | 2B | 7 | 41 | 135 | 1B | 1B |
| Octal | 131 | 63 | 123 | 0 | 53 | 7 | 101 | 465 | 33 | 33 |
| Binary | 1011001 | 110011 | 1010011 | 0 | 101011 | 111 | 1000001 | 100110101 | 11011 | 11011 |
Color Harmonies of #593353
Complementary color
Monochromatic Colors of #593353
Black with #593353
Text Example
Text Example
White with #593353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593353; }
p { color: rgb(89,51,83); }
H1.HeaderClassName
{
color: #593353;
}
.AnyTagClassName
{
color: #593353;
}
</style>
background-color css
<style>
a { background-color: #593353; }
a { background-color: rgb(89,51,83); }
div.DivClassName
{
background-color: #593353;
}
.BgClassName
{
background-color: #593353;
}
</style>
border-color css
<style>
span { border-color: #593353; }
span { border-color: rgb(89,51,83); }
td.TdClassName
{
border-color: #593353;
}
.TagClassName
{
border-color: #593353;
}
</style>