Shades of Tyrian Purple #570055
Tints of Tyrian Purple #570055
RGB
CMYK
RGB Variations
Color information
#570055 (or 0x570055) is known color: Tyrian Purple. HEX triplet: 57, 00 and 55. RGB value is (87,0,85). Sum of RGB (Red+Green+Blue) = 87+0+85=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570055 is #A8FFAA. Grayscale: #232323. Windows color (decimal): -11075499 or 5570647. OLE color: 5570647.
HSL color Cylindrical-coordinate representation of color #570055: hue angle of 301.38º 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 #570055 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.02 | 0.66 |
| HSL | 301.38º | 1% | 0.17% | - |
| HSV(B) | 301.38º | 1% | 0.34% | - |
| XYZ | 5.57 | 2.68 | 8.82 | - |
| YUV | 35.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 85 | 0 | 1 | 0.02 | 0.66 | 301.38 | 1 | 0.17 |
| Hex | 57 | 0 | 55 | 0 | 64 | 2 | 42 | 12D | 64 | 11 |
| Octal | 127 | 0 | 125 | 0 | 144 | 2 | 102 | 455 | 144 | 21 |
| Binary | 1010111 | 0 | 1010101 | 0 | 1100100 | 10 | 1000010 | 100101101 | 1100100 | 10001 |
Color Harmonies of #570055
Complementary color
Monochromatic Colors of #570055
Black with #570055
Text Example
Text Example
White with #570055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570055; }
p { color: rgb(87,0,85); }
H1.HeaderClassName
{
color: #570055;
}
.AnyTagClassName
{
color: #570055;
}
</style>
background-color css
<style>
a { background-color: #570055; }
a { background-color: rgb(87,0,85); }
div.DivClassName
{
background-color: #570055;
}
.BgClassName
{
background-color: #570055;
}
</style>
border-color css
<style>
span { border-color: #570055; }
span { border-color: rgb(87,0,85); }
td.TdClassName
{
border-color: #570055;
}
.TagClassName
{
border-color: #570055;
}
</style>