Shades of Purple Taupe #583F51
Tints of Purple Taupe #583F51
RGB
CMYK
RGB Variations
Color information
#583F51 (or 0x583F51) is known color: Purple Taupe. HEX triplet: 58, 3F and 51. RGB value is (88,63,81). Sum of RGB (Red+Green+Blue) = 88+63+81=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #583F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583F51 is #A7C0AE. Grayscale: #484848. Windows color (decimal): -10993839 or 5324632. OLE color: 5324632.
HSL color Cylindrical-coordinate representation of color #583F51: hue angle of 316.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #583F51 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 63 | 81 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.65 |
| HSL | 316.8º | 0.17% | 0.3% | - |
| HSV(B) | 316.8º | 0.28% | 0.35% | - |
| XYZ | 7.29 | 6.22 | 8.6 | - |
| YUV | 72.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 81 | 0 | 0.28 | 0.08 | 0.65 | 316.8 | 0.17 | 0.3 |
| Hex | 58 | 3F | 51 | 0 | 1C | 8 | 41 | 13D | 11 | 1E |
| Octal | 130 | 77 | 121 | 0 | 34 | 10 | 101 | 475 | 21 | 36 |
| Binary | 1011000 | 111111 | 1010001 | 0 | 11100 | 1000 | 1000001 | 100111101 | 10001 | 11110 |
Color Harmonies of #583F51
Complementary color
Monochromatic Colors of #583F51
Black with #583F51
Text Example
Text Example
White with #583F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F51; }
p { color: rgb(88,63,81); }
H1.HeaderClassName
{
color: #583F51;
}
.AnyTagClassName
{
color: #583F51;
}
</style>
background-color css
<style>
a { background-color: #583F51; }
a { background-color: rgb(88,63,81); }
div.DivClassName
{
background-color: #583F51;
}
.BgClassName
{
background-color: #583F51;
}
</style>
border-color css
<style>
span { border-color: #583F51; }
span { border-color: rgb(88,63,81); }
td.TdClassName
{
border-color: #583F51;
}
.TagClassName
{
border-color: #583F51;
}
</style>