Shades of Tyrian Purple #570224
Tints of Tyrian Purple #570224
RGB
CMYK
RGB Variations
Color information
#570224 (or 0x570224) is known color: Tyrian Purple. HEX triplet: 57, 02 and 24. RGB value is (87,2,36). Sum of RGB (Red+Green+Blue) = 87+2+36=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #570224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570224 is #A8FDDB. Grayscale: #1F1F1F. Windows color (decimal): -11075036 or 2359895. OLE color: 2359895.
HSL color Cylindrical-coordinate representation of color #570224: hue angle of 336º 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 #570224 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.66 |
| HSL | 336º | 0.96% | 0.17% | - |
| HSV(B) | 336º | 0.98% | 0.34% | - |
| XYZ | 4.27 | 2.2 | 1.87 | - |
| YUV | 31.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 36 | 0 | 0.98 | 0.59 | 0.66 | 336 | 0.96 | 0.17 |
| Hex | 57 | 2 | 24 | 0 | 62 | 3B | 42 | 150 | 60 | 11 |
| Octal | 127 | 2 | 44 | 0 | 142 | 73 | 102 | 520 | 140 | 21 |
| Binary | 1010111 | 10 | 100100 | 0 | 1100010 | 111011 | 1000010 | 101010000 | 1100000 | 10001 |
Color Harmonies of #570224
Complementary color
Monochromatic Colors of #570224
Black with #570224
Text Example
Text Example
White with #570224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570224; }
p { color: rgb(87,2,36); }
H1.HeaderClassName
{
color: #570224;
}
.AnyTagClassName
{
color: #570224;
}
</style>
background-color css
<style>
a { background-color: #570224; }
a { background-color: rgb(87,2,36); }
div.DivClassName
{
background-color: #570224;
}
.BgClassName
{
background-color: #570224;
}
</style>
border-color css
<style>
span { border-color: #570224; }
span { border-color: rgb(87,2,36); }
td.TdClassName
{
border-color: #570224;
}
.TagClassName
{
border-color: #570224;
}
</style>