Shades of Purple Taupe #593D52
Tints of Purple Taupe #593D52
RGB
CMYK
RGB Variations
Color information
#593D52 (or 0x593D52) is known color: Purple Taupe. HEX triplet: 59, 3D and 52. RGB value is (89,61,82). Sum of RGB (Red+Green+Blue) = 89+61+82=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #593D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D52 is #A6C2AD. Grayscale: #474747. Windows color (decimal): -10928814 or 5389657. OLE color: 5389657.
HSL color Cylindrical-coordinate representation of color #593D52: hue angle of 315º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593D52 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 82 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.65 |
| HSL | 315º | 0.19% | 0.29% | - |
| HSV(B) | 315º | 0.31% | 0.35% | - |
| XYZ | 7.31 | 6.07 | 8.77 | - |
| YUV | 71.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 82 | 0 | 0.31 | 0.08 | 0.65 | 315 | 0.19 | 0.29 |
| Hex | 59 | 3D | 52 | 0 | 1F | 8 | 41 | 13B | 13 | 1D |
| Octal | 131 | 75 | 122 | 0 | 37 | 10 | 101 | 473 | 23 | 35 |
| Binary | 1011001 | 111101 | 1010010 | 0 | 11111 | 1000 | 1000001 | 100111011 | 10011 | 11101 |
Color Harmonies of #593D52
Complementary color
Monochromatic Colors of #593D52
Black with #593D52
Text Example
Text Example
White with #593D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D52; }
p { color: rgb(89,61,82); }
H1.HeaderClassName
{
color: #593D52;
}
.AnyTagClassName
{
color: #593D52;
}
</style>
background-color css
<style>
a { background-color: #593D52; }
a { background-color: rgb(89,61,82); }
div.DivClassName
{
background-color: #593D52;
}
.BgClassName
{
background-color: #593D52;
}
</style>
border-color css
<style>
span { border-color: #593D52; }
span { border-color: rgb(89,61,82); }
td.TdClassName
{
border-color: #593D52;
}
.TagClassName
{
border-color: #593D52;
}
</style>