Shades of Purple Taupe #584755
Tints of Purple Taupe #584755
RGB
CMYK
RGB Variations
Color information
#584755 (or 0x584755) is known color: Purple Taupe. HEX triplet: 58, 47 and 55. RGB value is (88,71,85). Sum of RGB (Red+Green+Blue) = 88+71+85=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #584755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584755 is #A7B8AA. Grayscale: #4D4D4D. Windows color (decimal): -10991787 or 5588824. OLE color: 5588824.
HSL color Cylindrical-coordinate representation of color #584755: hue angle of 310.59º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #584755 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 85 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.65 |
| HSL | 310.59º | 0.11% | 0.31% | - |
| HSV(B) | 310.59º | 0.19% | 0.35% | - |
| XYZ | 7.92 | 7.24 | 9.57 | - |
| YUV | 77.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 85 | 0 | 0.19 | 0.03 | 0.65 | 310.59 | 0.11 | 0.31 |
| Hex | 58 | 47 | 55 | 0 | 13 | 3 | 41 | 137 | B | 1F |
| Octal | 130 | 107 | 125 | 0 | 23 | 3 | 101 | 467 | 13 | 37 |
| Binary | 1011000 | 1000111 | 1010101 | 0 | 10011 | 11 | 1000001 | 100110111 | 1011 | 11111 |
Color Harmonies of #584755
Complementary color
Monochromatic Colors of #584755
Black with #584755
Text Example
Text Example
White with #584755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584755; }
p { color: rgb(88,71,85); }
H1.HeaderClassName
{
color: #584755;
}
.AnyTagClassName
{
color: #584755;
}
</style>
background-color css
<style>
a { background-color: #584755; }
a { background-color: rgb(88,71,85); }
div.DivClassName
{
background-color: #584755;
}
.BgClassName
{
background-color: #584755;
}
</style>
border-color css
<style>
span { border-color: #584755; }
span { border-color: rgb(88,71,85); }
td.TdClassName
{
border-color: #584755;
}
.TagClassName
{
border-color: #584755;
}
</style>