Shades of Purple Taupe #584151
Tints of Purple Taupe #584151
RGB
CMYK
RGB Variations
Color information
#584151 (or 0x584151) is known color: Purple Taupe. HEX triplet: 58, 41 and 51. RGB value is (88,65,81). Sum of RGB (Red+Green+Blue) = 88+65+81=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #584151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584151 is #A7BEAE. Grayscale: #494949. Windows color (decimal): -10993327 or 5325144. OLE color: 5325144.
HSL color Cylindrical-coordinate representation of color #584151: hue angle of 318.26º 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 #584151 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 81 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.65 |
| HSL | 318.26º | 0.15% | 0.3% | - |
| HSV(B) | 318.26º | 0.26% | 0.35% | - |
| XYZ | 7.4 | 6.45 | 8.64 | - |
| YUV | 73.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 81 | 0 | 0.26 | 0.08 | 0.65 | 318.26 | 0.15 | 0.3 |
| Hex | 58 | 41 | 51 | 0 | 1A | 8 | 41 | 13E | F | 1E |
| Octal | 130 | 101 | 121 | 0 | 32 | 10 | 101 | 476 | 17 | 36 |
| Binary | 1011000 | 1000001 | 1010001 | 0 | 11010 | 1000 | 1000001 | 100111110 | 1111 | 11110 |
Color Harmonies of #584151
Complementary color
Monochromatic Colors of #584151
Black with #584151
Text Example
Text Example
White with #584151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584151; }
p { color: rgb(88,65,81); }
H1.HeaderClassName
{
color: #584151;
}
.AnyTagClassName
{
color: #584151;
}
</style>
background-color css
<style>
a { background-color: #584151; }
a { background-color: rgb(88,65,81); }
div.DivClassName
{
background-color: #584151;
}
.BgClassName
{
background-color: #584151;
}
</style>
border-color css
<style>
span { border-color: #584151; }
span { border-color: rgb(88,65,81); }
td.TdClassName
{
border-color: #584151;
}
.TagClassName
{
border-color: #584151;
}
</style>