Shades of Purple Taupe #593C50
Tints of Purple Taupe #593C50
RGB
CMYK
RGB Variations
Color information
#593C50 (or 0x593C50) is known color: Purple Taupe. HEX triplet: 59, 3C and 50. RGB value is (89,60,80). Sum of RGB (Red+Green+Blue) = 89+60+80=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #593C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593C50 is #A6C3AF. Grayscale: #464646. Windows color (decimal): -10929072 or 5258329. OLE color: 5258329.
HSL color Cylindrical-coordinate representation of color #593C50: hue angle of 318.62º 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 #593C50 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 80 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.65 |
| HSL | 318.62º | 0.19% | 0.29% | - |
| HSV(B) | 318.62º | 0.33% | 0.35% | - |
| XYZ | 7.18 | 5.93 | 8.36 | - |
| YUV | 70.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 80 | 0 | 0.33 | 0.10 | 0.65 | 318.62 | 0.19 | 0.29 |
| Hex | 59 | 3C | 50 | 0 | 21 | A | 41 | 13F | 13 | 1D |
| Octal | 131 | 74 | 120 | 0 | 41 | 12 | 101 | 477 | 23 | 35 |
| Binary | 1011001 | 111100 | 1010000 | 0 | 100001 | 1010 | 1000001 | 100111111 | 10011 | 11101 |
Color Harmonies of #593C50
Complementary color
Monochromatic Colors of #593C50
Black with #593C50
Text Example
Text Example
White with #593C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C50; }
p { color: rgb(89,60,80); }
H1.HeaderClassName
{
color: #593C50;
}
.AnyTagClassName
{
color: #593C50;
}
</style>
background-color css
<style>
a { background-color: #593C50; }
a { background-color: rgb(89,60,80); }
div.DivClassName
{
background-color: #593C50;
}
.BgClassName
{
background-color: #593C50;
}
</style>
border-color css
<style>
span { border-color: #593C50; }
span { border-color: rgb(89,60,80); }
td.TdClassName
{
border-color: #593C50;
}
.TagClassName
{
border-color: #593C50;
}
</style>