Shades of Purple Taupe #593F54
Tints of Purple Taupe #593F54
RGB
CMYK
RGB Variations
Color information
#593F54 (or 0x593F54) is known color: Purple Taupe. HEX triplet: 59, 3F and 54. RGB value is (89,63,84). Sum of RGB (Red+Green+Blue) = 89+63+84=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 89 - color contains mainly: red. Hex color #593F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F54 is #A6C0AB. Grayscale: #494949. Windows color (decimal): -10928300 or 5521241. OLE color: 5521241.
HSL color Cylindrical-coordinate representation of color #593F54: hue angle of 311.54º 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 #593F54 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 84 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.65 |
| HSL | 311.54º | 0.17% | 0.3% | - |
| HSV(B) | 311.54º | 0.29% | 0.35% | - |
| XYZ | 7.5 | 6.32 | 9.21 | - |
| YUV | 73.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 84 | 0 | 0.29 | 0.06 | 0.65 | 311.54 | 0.17 | 0.3 |
| Hex | 59 | 3F | 54 | 0 | 1D | 6 | 41 | 138 | 11 | 1E |
| Octal | 131 | 77 | 124 | 0 | 35 | 6 | 101 | 470 | 21 | 36 |
| Binary | 1011001 | 111111 | 1010100 | 0 | 11101 | 110 | 1000001 | 100111000 | 10001 | 11110 |
Color Harmonies of #593F54
Complementary color
Monochromatic Colors of #593F54
Black with #593F54
Text Example
Text Example
White with #593F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F54; }
p { color: rgb(89,63,84); }
H1.HeaderClassName
{
color: #593F54;
}
.AnyTagClassName
{
color: #593F54;
}
</style>
background-color css
<style>
a { background-color: #593F54; }
a { background-color: rgb(89,63,84); }
div.DivClassName
{
background-color: #593F54;
}
.BgClassName
{
background-color: #593F54;
}
</style>
border-color css
<style>
span { border-color: #593F54; }
span { border-color: rgb(89,63,84); }
td.TdClassName
{
border-color: #593F54;
}
.TagClassName
{
border-color: #593F54;
}
</style>