Shades of Tyrian Purple #570949
Tints of Tyrian Purple #570949
RGB
CMYK
RGB Variations
Color information
#570949 (or 0x570949) is known color: Tyrian Purple. HEX triplet: 57, 09 and 49. RGB value is (87,9,73). Sum of RGB (Red+Green+Blue) = 87+9+73=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #570949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570949 is #A8F6B6. Grayscale: #272727. Windows color (decimal): -11073207 or 4786519. OLE color: 4786519.
HSL color Cylindrical-coordinate representation of color #570949: hue angle of 310.77º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570949 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 73 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.66 |
| HSL | 310.77º | 0.81% | 0.19% | - |
| HSV(B) | 310.77º | 0.9% | 0.34% | - |
| XYZ | 5.23 | 2.7 | 6.55 | - |
| YUV | 39.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 73 | 0 | 0.90 | 0.16 | 0.66 | 310.77 | 0.81 | 0.19 |
| Hex | 57 | 9 | 49 | 0 | 5A | 10 | 42 | 137 | 51 | 13 |
| Octal | 127 | 11 | 111 | 0 | 132 | 20 | 102 | 467 | 121 | 23 |
| Binary | 1010111 | 1001 | 1001001 | 0 | 1011010 | 10000 | 1000010 | 100110111 | 1010001 | 10011 |
Color Harmonies of #570949
Complementary color
Monochromatic Colors of #570949
Black with #570949
Text Example
Text Example
White with #570949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570949; }
p { color: rgb(87,9,73); }
H1.HeaderClassName
{
color: #570949;
}
.AnyTagClassName
{
color: #570949;
}
</style>
background-color css
<style>
a { background-color: #570949; }
a { background-color: rgb(87,9,73); }
div.DivClassName
{
background-color: #570949;
}
.BgClassName
{
background-color: #570949;
}
</style>
border-color css
<style>
span { border-color: #570949; }
span { border-color: rgb(87,9,73); }
td.TdClassName
{
border-color: #570949;
}
.TagClassName
{
border-color: #570949;
}
</style>