Shades of Purple Taupe #583E57
Tints of Purple Taupe #583E57
RGB
CMYK
RGB Variations
Color information
#583E57 (or 0x583E57) is known color: Purple Taupe. HEX triplet: 58, 3E and 57. RGB value is (88,62,87). Sum of RGB (Red+Green+Blue) = 88+62+87=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #583E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583E57 is #A7C1A8. Grayscale: #484848. Windows color (decimal): -10994089 or 5717592. OLE color: 5717592.
HSL color Cylindrical-coordinate representation of color #583E57: hue angle of 302.31º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #583E57 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 62 | 87 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.65 |
| HSL | 302.31º | 0.17% | 0.29% | - |
| HSV(B) | 302.31º | 0.3% | 0.35% | - |
| XYZ | 7.47 | 6.21 | 9.82 | - |
| YUV | 72.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 87 | 0 | 0.30 | 0.01 | 0.65 | 302.31 | 0.17 | 0.29 |
| Hex | 58 | 3E | 57 | 0 | 1E | 1 | 41 | 12E | 11 | 1D |
| Octal | 130 | 76 | 127 | 0 | 36 | 1 | 101 | 456 | 21 | 35 |
| Binary | 1011000 | 111110 | 1010111 | 0 | 11110 | 1 | 1000001 | 100101110 | 10001 | 11101 |
Color Harmonies of #583E57
Complementary color
Monochromatic Colors of #583E57
Black with #583E57
Text Example
Text Example
White with #583E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E57; }
p { color: rgb(88,62,87); }
H1.HeaderClassName
{
color: #583E57;
}
.AnyTagClassName
{
color: #583E57;
}
</style>
background-color css
<style>
a { background-color: #583E57; }
a { background-color: rgb(88,62,87); }
div.DivClassName
{
background-color: #583E57;
}
.BgClassName
{
background-color: #583E57;
}
</style>
border-color css
<style>
span { border-color: #583E57; }
span { border-color: rgb(88,62,87); }
td.TdClassName
{
border-color: #583E57;
}
.TagClassName
{
border-color: #583E57;
}
</style>