Shades of Tyrian Purple #570551
Tints of Tyrian Purple #570551
RGB
CMYK
RGB Variations
Color information
#570551 (or 0x570551) is known color: Tyrian Purple. HEX triplet: 57, 05 and 51. RGB value is (87,5,81). Sum of RGB (Red+Green+Blue) = 87+5+81=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #570551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570551 is #A8FAAE. Grayscale: #252525. Windows color (decimal): -11074223 or 5309783. OLE color: 5309783.
HSL color Cylindrical-coordinate representation of color #570551: hue angle of 304.39º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570551 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 81 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.66 |
| HSL | 304.39º | 0.89% | 0.18% | - |
| HSV(B) | 304.39º | 0.94% | 0.34% | - |
| XYZ | 5.47 | 2.73 | 8.02 | - |
| YUV | 38.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 81 | 0 | 0.94 | 0.07 | 0.66 | 304.39 | 0.89 | 0.18 |
| Hex | 57 | 5 | 51 | 0 | 5E | 7 | 42 | 130 | 59 | 12 |
| Octal | 127 | 5 | 121 | 0 | 136 | 7 | 102 | 460 | 131 | 22 |
| Binary | 1010111 | 101 | 1010001 | 0 | 1011110 | 111 | 1000010 | 100110000 | 1011001 | 10010 |
Color Harmonies of #570551
Complementary color
Monochromatic Colors of #570551
Black with #570551
Text Example
Text Example
White with #570551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570551; }
p { color: rgb(87,5,81); }
H1.HeaderClassName
{
color: #570551;
}
.AnyTagClassName
{
color: #570551;
}
</style>
background-color css
<style>
a { background-color: #570551; }
a { background-color: rgb(87,5,81); }
div.DivClassName
{
background-color: #570551;
}
.BgClassName
{
background-color: #570551;
}
</style>
border-color css
<style>
span { border-color: #570551; }
span { border-color: rgb(87,5,81); }
td.TdClassName
{
border-color: #570551;
}
.TagClassName
{
border-color: #570551;
}
</style>