Shades of Purple Taupe #573A51
Tints of Purple Taupe #573A51
RGB
CMYK
RGB Variations
Color information
#573A51 (or 0x573A51) is known color: Purple Taupe. HEX triplet: 57, 3A and 51. RGB value is (87,58,81). Sum of RGB (Red+Green+Blue) = 87+58+81=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #573A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A51 is #A8C5AE. Grayscale: #454545. Windows color (decimal): -11060655 or 5323351. OLE color: 5323351.
HSL color Cylindrical-coordinate representation of color #573A51: hue angle of 312.41º 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 #573A51 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 81 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.66 |
| HSL | 312.41º | 0.2% | 0.28% | - |
| HSV(B) | 312.41º | 0.33% | 0.34% | - |
| XYZ | 6.93 | 5.65 | 8.51 | - |
| YUV | 69.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 81 | 0 | 0.33 | 0.07 | 0.66 | 312.41 | 0.2 | 0.28 |
| Hex | 57 | 3A | 51 | 0 | 21 | 7 | 42 | 138 | 14 | 1C |
| Octal | 127 | 72 | 121 | 0 | 41 | 7 | 102 | 470 | 24 | 34 |
| Binary | 1010111 | 111010 | 1010001 | 0 | 100001 | 111 | 1000010 | 100111000 | 10100 | 11100 |
Color Harmonies of #573A51
Complementary color
Monochromatic Colors of #573A51
Black with #573A51
Text Example
Text Example
White with #573A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A51; }
p { color: rgb(87,58,81); }
H1.HeaderClassName
{
color: #573A51;
}
.AnyTagClassName
{
color: #573A51;
}
</style>
background-color css
<style>
a { background-color: #573A51; }
a { background-color: rgb(87,58,81); }
div.DivClassName
{
background-color: #573A51;
}
.BgClassName
{
background-color: #573A51;
}
</style>
border-color css
<style>
span { border-color: #573A51; }
span { border-color: rgb(87,58,81); }
td.TdClassName
{
border-color: #573A51;
}
.TagClassName
{
border-color: #573A51;
}
</style>