Shades of Tyrian Purple #570E46
Tints of Tyrian Purple #570E46
RGB
CMYK
RGB Variations
Color information
#570E46 (or 0x570E46) is known color: Tyrian Purple. HEX triplet: 57, 0E and 46. RGB value is (87,14,70). Sum of RGB (Red+Green+Blue) = 87+14+70=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #570E46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E46 is #A8F1B9. Grayscale: #2A2A2A. Windows color (decimal): -11071930 or 4591191. OLE color: 4591191.
HSL color Cylindrical-coordinate representation of color #570E46: hue angle of 313.97º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E46 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 70 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.66 |
| HSL | 313.97º | 0.72% | 0.2% | - |
| HSV(B) | 313.97º | 0.84% | 0.34% | - |
| XYZ | 5.19 | 2.78 | 6.06 | - |
| YUV | 42.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 70 | 0 | 0.84 | 0.20 | 0.66 | 313.97 | 0.72 | 0.2 |
| Hex | 57 | E | 46 | 0 | 54 | 14 | 42 | 13A | 48 | 14 |
| Octal | 127 | 16 | 106 | 0 | 124 | 24 | 102 | 472 | 110 | 24 |
| Binary | 1010111 | 1110 | 1000110 | 0 | 1010100 | 10100 | 1000010 | 100111010 | 1001000 | 10100 |
Color Harmonies of #570E46
Complementary color
Monochromatic Colors of #570E46
Black with #570E46
Text Example
Text Example
White with #570E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E46; }
p { color: rgb(87,14,70); }
H1.HeaderClassName
{
color: #570E46;
}
.AnyTagClassName
{
color: #570E46;
}
</style>
background-color css
<style>
a { background-color: #570E46; }
a { background-color: rgb(87,14,70); }
div.DivClassName
{
background-color: #570E46;
}
.BgClassName
{
background-color: #570E46;
}
</style>
border-color css
<style>
span { border-color: #570E46; }
span { border-color: rgb(87,14,70); }
td.TdClassName
{
border-color: #570E46;
}
.TagClassName
{
border-color: #570E46;
}
</style>