Shades of Purple Taupe #584753
Tints of Purple Taupe #584753
RGB
CMYK
RGB Variations
Color information
#584753 (or 0x584753) is known color: Purple Taupe. HEX triplet: 58, 47 and 53. RGB value is (88,71,83). Sum of RGB (Red+Green+Blue) = 88+71+83=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #584753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584753 is #A7B8AC. Grayscale: #4D4D4D. Windows color (decimal): -10991789 or 5457752. OLE color: 5457752.
HSL color Cylindrical-coordinate representation of color #584753: hue angle of 317.65º 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 #584753 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 83 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.65 |
| HSL | 317.65º | 0.11% | 0.31% | - |
| HSV(B) | 317.65º | 0.19% | 0.35% | - |
| XYZ | 7.84 | 7.21 | 9.16 | - |
| YUV | 77.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 83 | 0 | 0.19 | 0.06 | 0.65 | 317.65 | 0.11 | 0.31 |
| Hex | 58 | 47 | 53 | 0 | 13 | 6 | 41 | 13E | B | 1F |
| Octal | 130 | 107 | 123 | 0 | 23 | 6 | 101 | 476 | 13 | 37 |
| Binary | 1011000 | 1000111 | 1010011 | 0 | 10011 | 110 | 1000001 | 100111110 | 1011 | 11111 |
Color Harmonies of #584753
Complementary color
Monochromatic Colors of #584753
Black with #584753
Text Example
Text Example
White with #584753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584753; }
p { color: rgb(88,71,83); }
H1.HeaderClassName
{
color: #584753;
}
.AnyTagClassName
{
color: #584753;
}
</style>
background-color css
<style>
a { background-color: #584753; }
a { background-color: rgb(88,71,83); }
div.DivClassName
{
background-color: #584753;
}
.BgClassName
{
background-color: #584753;
}
</style>
border-color css
<style>
span { border-color: #584753; }
span { border-color: rgb(88,71,83); }
td.TdClassName
{
border-color: #584753;
}
.TagClassName
{
border-color: #584753;
}
</style>