Shades of Purple Taupe #583F56
Tints of Purple Taupe #583F56
RGB
CMYK
RGB Variations
Color information
#583F56 (or 0x583F56) is known color: Purple Taupe. HEX triplet: 58, 3F and 56. RGB value is (88,63,86). Sum of RGB (Red+Green+Blue) = 88+63+86=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #583F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583F56 is #A7C0A9. Grayscale: #494949. Windows color (decimal): -10993834 or 5652312. OLE color: 5652312.
HSL color Cylindrical-coordinate representation of color #583F56: hue angle of 304.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 #583F56 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 63 | 86 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.65 |
| HSL | 304.8º | 0.17% | 0.3% | - |
| HSV(B) | 304.8º | 0.28% | 0.35% | - |
| XYZ | 7.48 | 6.3 | 9.63 | - |
| YUV | 73.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 86 | 0 | 0.28 | 0.02 | 0.65 | 304.8 | 0.17 | 0.3 |
| Hex | 58 | 3F | 56 | 0 | 1C | 2 | 41 | 131 | 11 | 1E |
| Octal | 130 | 77 | 126 | 0 | 34 | 2 | 101 | 461 | 21 | 36 |
| Binary | 1011000 | 111111 | 1010110 | 0 | 11100 | 10 | 1000001 | 100110001 | 10001 | 11110 |
Color Harmonies of #583F56
Complementary color
Monochromatic Colors of #583F56
Black with #583F56
Text Example
Text Example
White with #583F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F56; }
p { color: rgb(88,63,86); }
H1.HeaderClassName
{
color: #583F56;
}
.AnyTagClassName
{
color: #583F56;
}
</style>
background-color css
<style>
a { background-color: #583F56; }
a { background-color: rgb(88,63,86); }
div.DivClassName
{
background-color: #583F56;
}
.BgClassName
{
background-color: #583F56;
}
</style>
border-color css
<style>
span { border-color: #583F56; }
span { border-color: rgb(88,63,86); }
td.TdClassName
{
border-color: #583F56;
}
.TagClassName
{
border-color: #583F56;
}
</style>