Shades of Purple Taupe #573B4E
Tints of Purple Taupe #573B4E
RGB
CMYK
RGB Variations
Color information
#573B4E (or 0x573B4E) is known color: Purple Taupe. HEX triplet: 57, 3B and 4E. RGB value is (87,59,78). Sum of RGB (Red+Green+Blue) = 87+59+78=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #573B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573B4E is #A8C4B1. Grayscale: #454545. Windows color (decimal): -11060402 or 5126999. OLE color: 5126999.
HSL color Cylindrical-coordinate representation of color #573B4E: hue angle of 319.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #573B4E is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 59 | 78 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.66 |
| HSL | 319.29º | 0.19% | 0.29% | - |
| HSV(B) | 319.29º | 0.32% | 0.34% | - |
| XYZ | 6.87 | 5.7 | 7.95 | - |
| YUV | 69.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 78 | 0 | 0.32 | 0.10 | 0.66 | 319.29 | 0.19 | 0.29 |
| Hex | 57 | 3B | 4E | 0 | 20 | A | 42 | 13F | 13 | 1D |
| Octal | 127 | 73 | 116 | 0 | 40 | 12 | 102 | 477 | 23 | 35 |
| Binary | 1010111 | 111011 | 1001110 | 0 | 100000 | 1010 | 1000010 | 100111111 | 10011 | 11101 |
Color Harmonies of #573B4E
Complementary color
Monochromatic Colors of #573B4E
Black with #573B4E
Text Example
Text Example
White with #573B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B4E; }
p { color: rgb(87,59,78); }
H1.HeaderClassName
{
color: #573B4E;
}
.AnyTagClassName
{
color: #573B4E;
}
</style>
background-color css
<style>
a { background-color: #573B4E; }
a { background-color: rgb(87,59,78); }
div.DivClassName
{
background-color: #573B4E;
}
.BgClassName
{
background-color: #573B4E;
}
</style>
border-color css
<style>
span { border-color: #573B4E; }
span { border-color: rgb(87,59,78); }
td.TdClassName
{
border-color: #573B4E;
}
.TagClassName
{
border-color: #573B4E;
}
</style>