Shades of Purple Taupe #584251
Tints of Purple Taupe #584251
RGB
CMYK
RGB Variations
Color information
#584251 (or 0x584251) is known color: Purple Taupe. HEX triplet: 58, 42 and 51. RGB value is (88,66,81). Sum of RGB (Red+Green+Blue) = 88+66+81=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #584251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584251 is #A7BDAE. Grayscale: #4A4A4A. Windows color (decimal): -10993071 or 5325400. OLE color: 5325400.
HSL color Cylindrical-coordinate representation of color #584251: hue angle of 319.09º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #584251 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 81 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.65 |
| HSL | 319.09º | 0.14% | 0.3% | - |
| HSV(B) | 319.09º | 0.25% | 0.35% | - |
| XYZ | 7.46 | 6.57 | 8.66 | - |
| YUV | 74.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 81 | 0 | 0.25 | 0.08 | 0.65 | 319.09 | 0.14 | 0.3 |
| Hex | 58 | 42 | 51 | 0 | 19 | 8 | 41 | 13F | E | 1E |
| Octal | 130 | 102 | 121 | 0 | 31 | 10 | 101 | 477 | 16 | 36 |
| Binary | 1011000 | 1000010 | 1010001 | 0 | 11001 | 1000 | 1000001 | 100111111 | 1110 | 11110 |
Color Harmonies of #584251
Complementary color
Monochromatic Colors of #584251
Black with #584251
Text Example
Text Example
White with #584251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584251; }
p { color: rgb(88,66,81); }
H1.HeaderClassName
{
color: #584251;
}
.AnyTagClassName
{
color: #584251;
}
</style>
background-color css
<style>
a { background-color: #584251; }
a { background-color: rgb(88,66,81); }
div.DivClassName
{
background-color: #584251;
}
.BgClassName
{
background-color: #584251;
}
</style>
border-color css
<style>
span { border-color: #584251; }
span { border-color: rgb(88,66,81); }
td.TdClassName
{
border-color: #584251;
}
.TagClassName
{
border-color: #584251;
}
</style>