Shades of Purple Taupe #584155
Tints of Purple Taupe #584155
RGB
CMYK
RGB Variations
Color information
#584155 (or 0x584155) is known color: Purple Taupe. HEX triplet: 58, 41 and 55. RGB value is (88,65,85). Sum of RGB (Red+Green+Blue) = 88+65+85=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #584155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584155 is #A7BEAA. Grayscale: #4A4A4A. Windows color (decimal): -10993323 or 5587288. OLE color: 5587288.
HSL color Cylindrical-coordinate representation of color #584155: hue angle of 307.83º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #584155 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 85 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.65 |
| HSL | 307.83º | 0.15% | 0.3% | - |
| HSV(B) | 307.83º | 0.26% | 0.35% | - |
| XYZ | 7.55 | 6.51 | 9.45 | - |
| YUV | 74.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 85 | 0 | 0.26 | 0.03 | 0.65 | 307.83 | 0.15 | 0.3 |
| Hex | 58 | 41 | 55 | 0 | 1A | 3 | 41 | 134 | F | 1E |
| Octal | 130 | 101 | 125 | 0 | 32 | 3 | 101 | 464 | 17 | 36 |
| Binary | 1011000 | 1000001 | 1010101 | 0 | 11010 | 11 | 1000001 | 100110100 | 1111 | 11110 |
Color Harmonies of #584155
Complementary color
Monochromatic Colors of #584155
Black with #584155
Text Example
Text Example
White with #584155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584155; }
p { color: rgb(88,65,85); }
H1.HeaderClassName
{
color: #584155;
}
.AnyTagClassName
{
color: #584155;
}
</style>
background-color css
<style>
a { background-color: #584155; }
a { background-color: rgb(88,65,85); }
div.DivClassName
{
background-color: #584155;
}
.BgClassName
{
background-color: #584155;
}
</style>
border-color css
<style>
span { border-color: #584155; }
span { border-color: rgb(88,65,85); }
td.TdClassName
{
border-color: #584155;
}
.TagClassName
{
border-color: #584155;
}
</style>