Shades of Purple Taupe #59374D
Tints of Purple Taupe #59374D
RGB
CMYK
RGB Variations
Color information
#59374D (or 0x59374D) is known color: Purple Taupe. HEX triplet: 59, 37 and 4D. RGB value is (89,55,77). Sum of RGB (Red+Green+Blue) = 89+55+77=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #59374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59374D is #A6C8B2. Grayscale: #434343. Windows color (decimal): -10930355 or 5060441. OLE color: 5060441.
HSL color Cylindrical-coordinate representation of color #59374D: hue angle of 321.18º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59374D is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 55 | 77 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.65 |
| HSL | 321.18º | 0.24% | 0.28% | - |
| HSV(B) | 321.18º | 0.38% | 0.35% | - |
| XYZ | 6.83 | 5.39 | 7.7 | - |
| YUV | 67.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 77 | 0 | 0.38 | 0.13 | 0.65 | 321.18 | 0.24 | 0.28 |
| Hex | 59 | 37 | 4D | 0 | 26 | D | 41 | 141 | 18 | 1C |
| Octal | 131 | 67 | 115 | 0 | 46 | 15 | 101 | 501 | 30 | 34 |
| Binary | 1011001 | 110111 | 1001101 | 0 | 100110 | 1101 | 1000001 | 101000001 | 11000 | 11100 |
Color Harmonies of #59374D
Complementary color
Monochromatic Colors of #59374D
Black with #59374D
Text Example
Text Example
White with #59374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59374D; }
p { color: rgb(89,55,77); }
H1.HeaderClassName
{
color: #59374D;
}
.AnyTagClassName
{
color: #59374D;
}
</style>
background-color css
<style>
a { background-color: #59374D; }
a { background-color: rgb(89,55,77); }
div.DivClassName
{
background-color: #59374D;
}
.BgClassName
{
background-color: #59374D;
}
</style>
border-color css
<style>
span { border-color: #59374D; }
span { border-color: rgb(89,55,77); }
td.TdClassName
{
border-color: #59374D;
}
.TagClassName
{
border-color: #59374D;
}
</style>