Shades of Tyrian Purple #570050
Tints of Tyrian Purple #570050
RGB
CMYK
RGB Variations
Color information
#570050 (or 0x570050) is known color: Tyrian Purple. HEX triplet: 57, 00 and 50. RGB value is (87,0,80). Sum of RGB (Red+Green+Blue) = 87+0+80=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #570050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570050 is #A8FFAF. Grayscale: #222222. Windows color (decimal): -11075504 or 5242967. OLE color: 5242967.
HSL color Cylindrical-coordinate representation of color #570050: hue angle of 304.83º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570050 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.08 | 0.66 |
| HSL | 304.83º | 1% | 0.17% | - |
| HSV(B) | 304.83º | 1% | 0.34% | - |
| XYZ | 5.38 | 2.61 | 7.81 | - |
| YUV | 35.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 80 | 0 | 1 | 0.08 | 0.66 | 304.83 | 1 | 0.17 |
| Hex | 57 | 0 | 50 | 0 | 64 | 8 | 42 | 131 | 64 | 11 |
| Octal | 127 | 0 | 120 | 0 | 144 | 10 | 102 | 461 | 144 | 21 |
| Binary | 1010111 | 0 | 1010000 | 0 | 1100100 | 1000 | 1000010 | 100110001 | 1100100 | 10001 |
Color Harmonies of #570050
Complementary color
Monochromatic Colors of #570050
Black with #570050
Text Example
Text Example
White with #570050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570050; }
p { color: rgb(87,0,80); }
H1.HeaderClassName
{
color: #570050;
}
.AnyTagClassName
{
color: #570050;
}
</style>
background-color css
<style>
a { background-color: #570050; }
a { background-color: rgb(87,0,80); }
div.DivClassName
{
background-color: #570050;
}
.BgClassName
{
background-color: #570050;
}
</style>
border-color css
<style>
span { border-color: #570050; }
span { border-color: rgb(87,0,80); }
td.TdClassName
{
border-color: #570050;
}
.TagClassName
{
border-color: #570050;
}
</style>