Shades of Purple Taupe #594356
Tints of Purple Taupe #594356
RGB
CMYK
RGB Variations
Color information
#594356 (or 0x594356) is known color: Purple Taupe. HEX triplet: 59, 43 and 56. RGB value is (89,67,86). Sum of RGB (Red+Green+Blue) = 89+67+86=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594356 is #A6BCA9. Grayscale: #4B4B4B. Windows color (decimal): -10927274 or 5653337. OLE color: 5653337.
HSL color Cylindrical-coordinate representation of color #594356: hue angle of 308.18º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #594356 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 67 | 86 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.65 |
| HSL | 308.18º | 0.14% | 0.31% | - |
| HSV(B) | 308.18º | 0.25% | 0.35% | - |
| XYZ | 7.81 | 6.81 | 9.71 | - |
| YUV | 75.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 67 | 86 | 0 | 0.25 | 0.03 | 0.65 | 308.18 | 0.14 | 0.31 |
| Hex | 59 | 43 | 56 | 0 | 19 | 3 | 41 | 134 | E | 1F |
| Octal | 131 | 103 | 126 | 0 | 31 | 3 | 101 | 464 | 16 | 37 |
| Binary | 1011001 | 1000011 | 1010110 | 0 | 11001 | 11 | 1000001 | 100110100 | 1110 | 11111 |
Color Harmonies of #594356
Complementary color
Monochromatic Colors of #594356
Black with #594356
Text Example
Text Example
White with #594356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594356; }
p { color: rgb(89,67,86); }
H1.HeaderClassName
{
color: #594356;
}
.AnyTagClassName
{
color: #594356;
}
</style>
background-color css
<style>
a { background-color: #594356; }
a { background-color: rgb(89,67,86); }
div.DivClassName
{
background-color: #594356;
}
.BgClassName
{
background-color: #594356;
}
</style>
border-color css
<style>
span { border-color: #594356; }
span { border-color: rgb(89,67,86); }
td.TdClassName
{
border-color: #594356;
}
.TagClassName
{
border-color: #594356;
}
</style>