Shades of Tyrian Purple #570124
Tints of Tyrian Purple #570124
RGB
CMYK
RGB Variations
Color information
#570124 (or 0x570124) is known color: Tyrian Purple. HEX triplet: 57, 01 and 24. RGB value is (87,1,36). Sum of RGB (Red+Green+Blue) = 87+1+36=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570124 is #A8FEDB. Grayscale: #1E1E1E. Windows color (decimal): -11075292 or 2359639. OLE color: 2359639.
HSL color Cylindrical-coordinate representation of color #570124: hue angle of 335.58º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570124 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.66 |
| HSL | 335.58º | 0.98% | 0.17% | - |
| HSV(B) | 335.58º | 0.99% | 0.34% | - |
| XYZ | 4.26 | 2.18 | 1.86 | - |
| YUV | 30.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 36 | 0 | 0.99 | 0.59 | 0.66 | 335.58 | 0.98 | 0.17 |
| Hex | 57 | 1 | 24 | 0 | 63 | 3B | 42 | 150 | 62 | 11 |
| Octal | 127 | 1 | 44 | 0 | 143 | 73 | 102 | 520 | 142 | 21 |
| Binary | 1010111 | 1 | 100100 | 0 | 1100011 | 111011 | 1000010 | 101010000 | 1100010 | 10001 |
Color Harmonies of #570124
Complementary color
Monochromatic Colors of #570124
Black with #570124
Text Example
Text Example
White with #570124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570124; }
p { color: rgb(87,1,36); }
H1.HeaderClassName
{
color: #570124;
}
.AnyTagClassName
{
color: #570124;
}
</style>
background-color css
<style>
a { background-color: #570124; }
a { background-color: rgb(87,1,36); }
div.DivClassName
{
background-color: #570124;
}
.BgClassName
{
background-color: #570124;
}
</style>
border-color css
<style>
span { border-color: #570124; }
span { border-color: rgb(87,1,36); }
td.TdClassName
{
border-color: #570124;
}
.TagClassName
{
border-color: #570124;
}
</style>