Shades of Purple Taupe #573A52
Tints of Purple Taupe #573A52
RGB
CMYK
RGB Variations
Color information
#573A52 (or 0x573A52) is known color: Purple Taupe. HEX triplet: 57, 3A and 52. RGB value is (87,58,82). Sum of RGB (Red+Green+Blue) = 87+58+82=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #573A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A52 is #A8C5AD. Grayscale: #454545. Windows color (decimal): -11060654 or 5388887. OLE color: 5388887.
HSL color Cylindrical-coordinate representation of color #573A52: hue angle of 310.34º 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 #573A52 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 82 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.66 |
| HSL | 310.34º | 0.2% | 0.28% | - |
| HSV(B) | 310.34º | 0.33% | 0.34% | - |
| XYZ | 6.97 | 5.66 | 8.71 | - |
| YUV | 69.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 82 | 0 | 0.33 | 0.06 | 0.66 | 310.34 | 0.2 | 0.28 |
| Hex | 57 | 3A | 52 | 0 | 21 | 6 | 42 | 136 | 14 | 1C |
| Octal | 127 | 72 | 122 | 0 | 41 | 6 | 102 | 466 | 24 | 34 |
| Binary | 1010111 | 111010 | 1010010 | 0 | 100001 | 110 | 1000010 | 100110110 | 10100 | 11100 |
Color Harmonies of #573A52
Complementary color
Monochromatic Colors of #573A52
Black with #573A52
Text Example
Text Example
White with #573A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A52; }
p { color: rgb(87,58,82); }
H1.HeaderClassName
{
color: #573A52;
}
.AnyTagClassName
{
color: #573A52;
}
</style>
background-color css
<style>
a { background-color: #573A52; }
a { background-color: rgb(87,58,82); }
div.DivClassName
{
background-color: #573A52;
}
.BgClassName
{
background-color: #573A52;
}
</style>
border-color css
<style>
span { border-color: #573A52; }
span { border-color: rgb(87,58,82); }
td.TdClassName
{
border-color: #573A52;
}
.TagClassName
{
border-color: #573A52;
}
</style>