Shades of Purple Taupe #594653
Tints of Purple Taupe #594653
RGB
CMYK
RGB Variations
Color information
#594653 (or 0x594653) is known color: Purple Taupe. HEX triplet: 59, 46 and 53. RGB value is (89,70,83). Sum of RGB (Red+Green+Blue) = 89+70+83=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594653 is #A6B9AC. Grayscale: #4D4D4D. Windows color (decimal): -10926509 or 5457497. OLE color: 5457497.
HSL color Cylindrical-coordinate representation of color #594653: hue angle of 318.95º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #594653 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 70 | 83 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.65 |
| HSL | 318.95º | 0.12% | 0.31% | - |
| HSV(B) | 318.95º | 0.21% | 0.35% | - |
| XYZ | 7.87 | 7.13 | 9.14 | - |
| YUV | 77.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 83 | 0 | 0.21 | 0.07 | 0.65 | 318.95 | 0.12 | 0.31 |
| Hex | 59 | 46 | 53 | 0 | 15 | 7 | 41 | 13F | C | 1F |
| Octal | 131 | 106 | 123 | 0 | 25 | 7 | 101 | 477 | 14 | 37 |
| Binary | 1011001 | 1000110 | 1010011 | 0 | 10101 | 111 | 1000001 | 100111111 | 1100 | 11111 |
Color Harmonies of #594653
Complementary color
Monochromatic Colors of #594653
Black with #594653
Text Example
Text Example
White with #594653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594653; }
p { color: rgb(89,70,83); }
H1.HeaderClassName
{
color: #594653;
}
.AnyTagClassName
{
color: #594653;
}
</style>
background-color css
<style>
a { background-color: #594653; }
a { background-color: rgb(89,70,83); }
div.DivClassName
{
background-color: #594653;
}
.BgClassName
{
background-color: #594653;
}
</style>
border-color css
<style>
span { border-color: #594653; }
span { border-color: rgb(89,70,83); }
td.TdClassName
{
border-color: #594653;
}
.TagClassName
{
border-color: #594653;
}
</style>