Shades of Purple Taupe #584053
Tints of Purple Taupe #584053
RGB
CMYK
RGB Variations
Color information
#584053 (or 0x584053) is known color: Purple Taupe. HEX triplet: 58, 40 and 53. RGB value is (88,64,83). Sum of RGB (Red+Green+Blue) = 88+64+83=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #584053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584053 is #A7BFAC. Grayscale: #494949. Windows color (decimal): -10993581 or 5455960. OLE color: 5455960.
HSL color Cylindrical-coordinate representation of color #584053: hue angle of 312.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584053 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 83 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.65 |
| HSL | 312.5º | 0.16% | 0.3% | - |
| HSV(B) | 312.5º | 0.27% | 0.35% | - |
| XYZ | 7.42 | 6.37 | 9.02 | - |
| YUV | 73.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 83 | 0 | 0.27 | 0.06 | 0.65 | 312.5 | 0.16 | 0.3 |
| Hex | 58 | 40 | 53 | 0 | 1B | 6 | 41 | 138 | 10 | 1E |
| Octal | 130 | 100 | 123 | 0 | 33 | 6 | 101 | 470 | 20 | 36 |
| Binary | 1011000 | 1000000 | 1010011 | 0 | 11011 | 110 | 1000001 | 100111000 | 10000 | 11110 |
Color Harmonies of #584053
Complementary color
Monochromatic Colors of #584053
Black with #584053
Text Example
Text Example
White with #584053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584053; }
p { color: rgb(88,64,83); }
H1.HeaderClassName
{
color: #584053;
}
.AnyTagClassName
{
color: #584053;
}
</style>
background-color css
<style>
a { background-color: #584053; }
a { background-color: rgb(88,64,83); }
div.DivClassName
{
background-color: #584053;
}
.BgClassName
{
background-color: #584053;
}
</style>
border-color css
<style>
span { border-color: #584053; }
span { border-color: rgb(88,64,83); }
td.TdClassName
{
border-color: #584053;
}
.TagClassName
{
border-color: #584053;
}
</style>