Shades of Purple Taupe #594454
Tints of Purple Taupe #594454
RGB
CMYK
RGB Variations
Color information
#594454 (or 0x594454) is known color: Purple Taupe. HEX triplet: 59, 44 and 54. RGB value is (89,68,84). Sum of RGB (Red+Green+Blue) = 89+68+84=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #594454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594454 is #A6BBAB. Grayscale: #4C4C4C. Windows color (decimal): -10927020 or 5522521. OLE color: 5522521.
HSL color Cylindrical-coordinate representation of color #594454: hue angle of 314.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #594454 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 68 | 84 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.65 |
| HSL | 314.29º | 0.13% | 0.31% | - |
| HSV(B) | 314.29º | 0.24% | 0.35% | - |
| XYZ | 7.79 | 6.9 | 9.31 | - |
| YUV | 76.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 84 | 0 | 0.24 | 0.06 | 0.65 | 314.29 | 0.13 | 0.31 |
| Hex | 59 | 44 | 54 | 0 | 18 | 6 | 41 | 13A | D | 1F |
| Octal | 131 | 104 | 124 | 0 | 30 | 6 | 101 | 472 | 15 | 37 |
| Binary | 1011001 | 1000100 | 1010100 | 0 | 11000 | 110 | 1000001 | 100111010 | 1101 | 11111 |
Color Harmonies of #594454
Complementary color
Monochromatic Colors of #594454
Black with #594454
Text Example
Text Example
White with #594454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594454; }
p { color: rgb(89,68,84); }
H1.HeaderClassName
{
color: #594454;
}
.AnyTagClassName
{
color: #594454;
}
</style>
background-color css
<style>
a { background-color: #594454; }
a { background-color: rgb(89,68,84); }
div.DivClassName
{
background-color: #594454;
}
.BgClassName
{
background-color: #594454;
}
</style>
border-color css
<style>
span { border-color: #594454; }
span { border-color: rgb(89,68,84); }
td.TdClassName
{
border-color: #594454;
}
.TagClassName
{
border-color: #594454;
}
</style>