Shades of Purple Taupe #573A4C
Tints of Purple Taupe #573A4C
RGB
CMYK
RGB Variations
Color information
#573A4C (or 0x573A4C) is known color: Purple Taupe. HEX triplet: 57, 3A and 4C. RGB value is (87,58,76). Sum of RGB (Red+Green+Blue) = 87+58+76=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #573A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A4C is #A8C5B3. Grayscale: #444444. Windows color (decimal): -11060660 or 4995671. OLE color: 4995671.
HSL color Cylindrical-coordinate representation of color #573A4C: hue angle of 322.76º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #573A4C is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 76 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.66 |
| HSL | 322.76º | 0.2% | 0.28% | - |
| HSV(B) | 322.76º | 0.33% | 0.34% | - |
| XYZ | 6.75 | 5.57 | 7.56 | - |
| YUV | 68.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 76 | 0 | 0.33 | 0.13 | 0.66 | 322.76 | 0.2 | 0.28 |
| Hex | 57 | 3A | 4C | 0 | 21 | D | 42 | 143 | 14 | 1C |
| Octal | 127 | 72 | 114 | 0 | 41 | 15 | 102 | 503 | 24 | 34 |
| Binary | 1010111 | 111010 | 1001100 | 0 | 100001 | 1101 | 1000010 | 101000011 | 10100 | 11100 |
Color Harmonies of #573A4C
Complementary color
Monochromatic Colors of #573A4C
Black with #573A4C
Text Example
Text Example
White with #573A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A4C; }
p { color: rgb(87,58,76); }
H1.HeaderClassName
{
color: #573A4C;
}
.AnyTagClassName
{
color: #573A4C;
}
</style>
background-color css
<style>
a { background-color: #573A4C; }
a { background-color: rgb(87,58,76); }
div.DivClassName
{
background-color: #573A4C;
}
.BgClassName
{
background-color: #573A4C;
}
</style>
border-color css
<style>
span { border-color: #573A4C; }
span { border-color: rgb(87,58,76); }
td.TdClassName
{
border-color: #573A4C;
}
.TagClassName
{
border-color: #573A4C;
}
</style>