Shades of Purple Taupe #573750
Tints of Purple Taupe #573750
RGB
CMYK
RGB Variations
Color information
#573750 (or 0x573750) is known color: Purple Taupe. HEX triplet: 57, 37 and 50. RGB value is (87,55,80). Sum of RGB (Red+Green+Blue) = 87+55+80=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #573750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573750 is #A8C8AF. Grayscale: #434343. Windows color (decimal): -11061424 or 5257047. OLE color: 5257047.
HSL color Cylindrical-coordinate representation of color #573750: hue angle of 313.12º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #573750 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 55 | 80 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.66 |
| HSL | 313.13º | 0.23% | 0.28% | - |
| HSV(B) | 313.13º | 0.37% | 0.34% | - |
| XYZ | 6.74 | 5.34 | 8.26 | - |
| YUV | 67.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 55 | 80 | 0 | 0.37 | 0.08 | 0.66 | 313.13 | 0.23 | 0.28 |
| Hex | 57 | 37 | 50 | 0 | 25 | 8 | 42 | 139 | 17 | 1C |
| Octal | 127 | 67 | 120 | 0 | 45 | 10 | 102 | 471 | 27 | 34 |
| Binary | 1010111 | 110111 | 1010000 | 0 | 100101 | 1000 | 1000010 | 100111001 | 10111 | 11100 |
Color Harmonies of #573750
Complementary color
Monochromatic Colors of #573750
Black with #573750
Text Example
Text Example
White with #573750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573750; }
p { color: rgb(87,55,80); }
H1.HeaderClassName
{
color: #573750;
}
.AnyTagClassName
{
color: #573750;
}
</style>
background-color css
<style>
a { background-color: #573750; }
a { background-color: rgb(87,55,80); }
div.DivClassName
{
background-color: #573750;
}
.BgClassName
{
background-color: #573750;
}
</style>
border-color css
<style>
span { border-color: #573750; }
span { border-color: rgb(87,55,80); }
td.TdClassName
{
border-color: #573750;
}
.TagClassName
{
border-color: #573750;
}
</style>