Shades of Tyrian Purple #570250
Tints of Tyrian Purple #570250
RGB
CMYK
RGB Variations
Color information
#570250 (or 0x570250) is known color: Tyrian Purple. HEX triplet: 57, 02 and 50. RGB value is (87,2,80). Sum of RGB (Red+Green+Blue) = 87+2+80=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #570250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570250 is #A8FDAF. Grayscale: #242424. Windows color (decimal): -11074992 or 5243479. OLE color: 5243479.
HSL color Cylindrical-coordinate representation of color #570250: hue angle of 304.94º 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 #570250 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.66 |
| HSL | 304.94º | 0.96% | 0.17% | - |
| HSV(B) | 304.94º | 0.98% | 0.34% | - |
| XYZ | 5.4 | 2.65 | 7.82 | - |
| YUV | 36.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 80 | 0 | 0.98 | 0.08 | 0.66 | 304.94 | 0.96 | 0.17 |
| Hex | 57 | 2 | 50 | 0 | 62 | 8 | 42 | 131 | 60 | 11 |
| Octal | 127 | 2 | 120 | 0 | 142 | 10 | 102 | 461 | 140 | 21 |
| Binary | 1010111 | 10 | 1010000 | 0 | 1100010 | 1000 | 1000010 | 100110001 | 1100000 | 10001 |
Color Harmonies of #570250
Complementary color
Monochromatic Colors of #570250
Black with #570250
Text Example
Text Example
White with #570250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570250; }
p { color: rgb(87,2,80); }
H1.HeaderClassName
{
color: #570250;
}
.AnyTagClassName
{
color: #570250;
}
</style>
background-color css
<style>
a { background-color: #570250; }
a { background-color: rgb(87,2,80); }
div.DivClassName
{
background-color: #570250;
}
.BgClassName
{
background-color: #570250;
}
</style>
border-color css
<style>
span { border-color: #570250; }
span { border-color: rgb(87,2,80); }
td.TdClassName
{
border-color: #570250;
}
.TagClassName
{
border-color: #570250;
}
</style>