Shades of Tyrian Purple #570223
Tints of Tyrian Purple #570223
RGB
CMYK
RGB Variations
Color information
#570223 (or 0x570223) is known color: Tyrian Purple. HEX triplet: 57, 02 and 23. RGB value is (87,2,35). Sum of RGB (Red+Green+Blue) = 87+2+35=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570223 is #A8FDDC. Grayscale: #1F1F1F. Windows color (decimal): -11075037 or 2294359. OLE color: 2294359.
HSL color Cylindrical-coordinate representation of color #570223: hue angle of 336.71º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570223 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 35 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.66 |
| HSL | 336.71º | 0.96% | 0.17% | - |
| HSV(B) | 336.71º | 0.98% | 0.34% | - |
| XYZ | 4.26 | 2.19 | 1.79 | - |
| YUV | 31.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 35 | 0 | 0.98 | 0.60 | 0.66 | 336.71 | 0.96 | 0.17 |
| Hex | 57 | 2 | 23 | 0 | 62 | 3C | 42 | 151 | 60 | 11 |
| Octal | 127 | 2 | 43 | 0 | 142 | 74 | 102 | 521 | 140 | 21 |
| Binary | 1010111 | 10 | 100011 | 0 | 1100010 | 111100 | 1000010 | 101010001 | 1100000 | 10001 |
Color Harmonies of #570223
Complementary color
Monochromatic Colors of #570223
Black with #570223
Text Example
Text Example
White with #570223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570223; }
p { color: rgb(87,2,35); }
H1.HeaderClassName
{
color: #570223;
}
.AnyTagClassName
{
color: #570223;
}
</style>
background-color css
<style>
a { background-color: #570223; }
a { background-color: rgb(87,2,35); }
div.DivClassName
{
background-color: #570223;
}
.BgClassName
{
background-color: #570223;
}
</style>
border-color css
<style>
span { border-color: #570223; }
span { border-color: rgb(87,2,35); }
td.TdClassName
{
border-color: #570223;
}
.TagClassName
{
border-color: #570223;
}
</style>