Shades of Purple Taupe #594352
Tints of Purple Taupe #594352
RGB
CMYK
RGB Variations
Color information
#594352 (or 0x594352) is known color: Purple Taupe. HEX triplet: 59, 43 and 52. RGB value is (89,67,82). Sum of RGB (Red+Green+Blue) = 89+67+82=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #594352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594352 is #A6BCAD. Grayscale: #4B4B4B. Windows color (decimal): -10927278 or 5391193. OLE color: 5391193.
HSL color Cylindrical-coordinate representation of color #594352: hue angle of 319.09º 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 #594352 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 67 | 82 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.65 |
| HSL | 319.09º | 0.14% | 0.31% | - |
| HSV(B) | 319.09º | 0.25% | 0.35% | - |
| XYZ | 7.65 | 6.75 | 8.88 | - |
| YUV | 75.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 67 | 82 | 0 | 0.25 | 0.08 | 0.65 | 319.09 | 0.14 | 0.31 |
| Hex | 59 | 43 | 52 | 0 | 19 | 8 | 41 | 13F | E | 1F |
| Octal | 131 | 103 | 122 | 0 | 31 | 10 | 101 | 477 | 16 | 37 |
| Binary | 1011001 | 1000011 | 1010010 | 0 | 11001 | 1000 | 1000001 | 100111111 | 1110 | 11111 |
Color Harmonies of #594352
Complementary color
Monochromatic Colors of #594352
Black with #594352
Text Example
Text Example
White with #594352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594352; }
p { color: rgb(89,67,82); }
H1.HeaderClassName
{
color: #594352;
}
.AnyTagClassName
{
color: #594352;
}
</style>
background-color css
<style>
a { background-color: #594352; }
a { background-color: rgb(89,67,82); }
div.DivClassName
{
background-color: #594352;
}
.BgClassName
{
background-color: #594352;
}
</style>
border-color css
<style>
span { border-color: #594352; }
span { border-color: rgb(89,67,82); }
td.TdClassName
{
border-color: #594352;
}
.TagClassName
{
border-color: #594352;
}
</style>