Shades of Purple Taupe #584254
Tints of Purple Taupe #584254
RGB
CMYK
RGB Variations
Color information
#584254 (or 0x584254) is known color: Purple Taupe. HEX triplet: 58, 42 and 54. RGB value is (88,66,84). Sum of RGB (Red+Green+Blue) = 88+66+84=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #584254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584254 is #A7BDAB. Grayscale: #4A4A4A. Windows color (decimal): -10993068 or 5522008. OLE color: 5522008.
HSL color Cylindrical-coordinate representation of color #584254: hue angle of 310.91º 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 #584254 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 84 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.65 |
| HSL | 310.91º | 0.14% | 0.3% | - |
| HSV(B) | 310.91º | 0.25% | 0.35% | - |
| XYZ | 7.57 | 6.61 | 9.26 | - |
| YUV | 74.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 84 | 0 | 0.25 | 0.05 | 0.65 | 310.91 | 0.14 | 0.3 |
| Hex | 58 | 42 | 54 | 0 | 19 | 5 | 41 | 137 | E | 1E |
| Octal | 130 | 102 | 124 | 0 | 31 | 5 | 101 | 467 | 16 | 36 |
| Binary | 1011000 | 1000010 | 1010100 | 0 | 11001 | 101 | 1000001 | 100110111 | 1110 | 11110 |
Color Harmonies of #584254
Complementary color
Monochromatic Colors of #584254
Black with #584254
Text Example
Text Example
White with #584254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584254; }
p { color: rgb(88,66,84); }
H1.HeaderClassName
{
color: #584254;
}
.AnyTagClassName
{
color: #584254;
}
</style>
background-color css
<style>
a { background-color: #584254; }
a { background-color: rgb(88,66,84); }
div.DivClassName
{
background-color: #584254;
}
.BgClassName
{
background-color: #584254;
}
</style>
border-color css
<style>
span { border-color: #584254; }
span { border-color: rgb(88,66,84); }
td.TdClassName
{
border-color: #584254;
}
.TagClassName
{
border-color: #584254;
}
</style>