Shades of Tyrian Purple #570A49
Tints of Tyrian Purple #570A49
RGB
CMYK
RGB Variations
Color information
#570A49 (or 0x570A49) is known color: Tyrian Purple. HEX triplet: 57, 0A and 49. RGB value is (87,10,73). Sum of RGB (Red+Green+Blue) = 87+10+73=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #570A49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A49 is #A8F5B6. Grayscale: #282828. Windows color (decimal): -11072951 or 4786775. OLE color: 4786775.
HSL color Cylindrical-coordinate representation of color #570A49: hue angle of 310.91º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A49 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 10 | 73 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.66 |
| HSL | 310.91º | 0.79% | 0.19% | - |
| HSV(B) | 310.91º | 0.89% | 0.34% | - |
| XYZ | 5.24 | 2.72 | 6.55 | - |
| YUV | 40.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 73 | 0 | 0.89 | 0.16 | 0.66 | 310.91 | 0.79 | 0.19 |
| Hex | 57 | A | 49 | 0 | 59 | 10 | 42 | 137 | 4F | 13 |
| Octal | 127 | 12 | 111 | 0 | 131 | 20 | 102 | 467 | 117 | 23 |
| Binary | 1010111 | 1010 | 1001001 | 0 | 1011001 | 10000 | 1000010 | 100110111 | 1001111 | 10011 |
Color Harmonies of #570A49
Complementary color
Monochromatic Colors of #570A49
Black with #570A49
Text Example
Text Example
White with #570A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A49; }
p { color: rgb(87,10,73); }
H1.HeaderClassName
{
color: #570A49;
}
.AnyTagClassName
{
color: #570A49;
}
</style>
background-color css
<style>
a { background-color: #570A49; }
a { background-color: rgb(87,10,73); }
div.DivClassName
{
background-color: #570A49;
}
.BgClassName
{
background-color: #570A49;
}
</style>
border-color css
<style>
span { border-color: #570A49; }
span { border-color: rgb(87,10,73); }
td.TdClassName
{
border-color: #570A49;
}
.TagClassName
{
border-color: #570A49;
}
</style>