Shades of Purple Taupe #573C4D
Tints of Purple Taupe #573C4D
RGB
CMYK
RGB Variations
Color information
#573C4D (or 0x573C4D) is known color: Purple Taupe. HEX triplet: 57, 3C and 4D. RGB value is (87,60,77). Sum of RGB (Red+Green+Blue) = 87+60+77=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #573C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573C4D is #A8C3B2. Grayscale: #454545. Windows color (decimal): -11060147 or 5061719. OLE color: 5061719.
HSL color Cylindrical-coordinate representation of color #573C4D: hue angle of 322.22º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #573C4D is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 60 | 77 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.66 |
| HSL | 322.22º | 0.18% | 0.29% | - |
| HSV(B) | 322.22º | 0.31% | 0.34% | - |
| XYZ | 6.89 | 5.79 | 7.78 | - |
| YUV | 70.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 77 | 0 | 0.31 | 0.11 | 0.66 | 322.22 | 0.18 | 0.29 |
| Hex | 57 | 3C | 4D | 0 | 1F | B | 42 | 142 | 12 | 1D |
| Octal | 127 | 74 | 115 | 0 | 37 | 13 | 102 | 502 | 22 | 35 |
| Binary | 1010111 | 111100 | 1001101 | 0 | 11111 | 1011 | 1000010 | 101000010 | 10010 | 11101 |
Color Harmonies of #573C4D
Complementary color
Monochromatic Colors of #573C4D
Black with #573C4D
Text Example
Text Example
White with #573C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C4D; }
p { color: rgb(87,60,77); }
H1.HeaderClassName
{
color: #573C4D;
}
.AnyTagClassName
{
color: #573C4D;
}
</style>
background-color css
<style>
a { background-color: #573C4D; }
a { background-color: rgb(87,60,77); }
div.DivClassName
{
background-color: #573C4D;
}
.BgClassName
{
background-color: #573C4D;
}
</style>
border-color css
<style>
span { border-color: #573C4D; }
span { border-color: rgb(87,60,77); }
td.TdClassName
{
border-color: #573C4D;
}
.TagClassName
{
border-color: #573C4D;
}
</style>