Shades of Tyrian Purple #570529
Tints of Tyrian Purple #570529
RGB
CMYK
RGB Variations
Color information
#570529 (or 0x570529) is known color: Tyrian Purple. HEX triplet: 57, 05 and 29. RGB value is (87,5,41). Sum of RGB (Red+Green+Blue) = 87+5+41=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #570529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570529 is #A8FAD6. Grayscale: #212121. Windows color (decimal): -11074263 or 2688343. OLE color: 2688343.
HSL color Cylindrical-coordinate representation of color #570529: hue angle of 333.66º 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 #570529 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 41 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.66 |
| HSL | 333.66º | 0.89% | 0.18% | - |
| HSV(B) | 333.66º | 0.94% | 0.34% | - |
| XYZ | 4.38 | 2.29 | 2.31 | - |
| YUV | 33.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 41 | 0 | 0.94 | 0.53 | 0.66 | 333.66 | 0.89 | 0.18 |
| Hex | 57 | 5 | 29 | 0 | 5E | 35 | 42 | 14E | 59 | 12 |
| Octal | 127 | 5 | 51 | 0 | 136 | 65 | 102 | 516 | 131 | 22 |
| Binary | 1010111 | 101 | 101001 | 0 | 1011110 | 110101 | 1000010 | 101001110 | 1011001 | 10010 |
Color Harmonies of #570529
Complementary color
Monochromatic Colors of #570529
Black with #570529
Text Example
Text Example
White with #570529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570529; }
p { color: rgb(87,5,41); }
H1.HeaderClassName
{
color: #570529;
}
.AnyTagClassName
{
color: #570529;
}
</style>
background-color css
<style>
a { background-color: #570529; }
a { background-color: rgb(87,5,41); }
div.DivClassName
{
background-color: #570529;
}
.BgClassName
{
background-color: #570529;
}
</style>
border-color css
<style>
span { border-color: #570529; }
span { border-color: rgb(87,5,41); }
td.TdClassName
{
border-color: #570529;
}
.TagClassName
{
border-color: #570529;
}
</style>