Shades of Tyrian Purple #570234
Tints of Tyrian Purple #570234
RGB
CMYK
RGB Variations
Color information
#570234 (or 0x570234) is known color: Tyrian Purple. HEX triplet: 57, 02 and 34. RGB value is (87,2,52). Sum of RGB (Red+Green+Blue) = 87+2+52=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #570234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570234 is #A8FDCB. Grayscale: #212121. Windows color (decimal): -11075020 or 3408471. OLE color: 3408471.
HSL color Cylindrical-coordinate representation of color #570234: hue angle of 324.71º 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 #570234 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 52 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.66 |
| HSL | 324.71º | 0.96% | 0.17% | - |
| HSV(B) | 324.71º | 0.98% | 0.34% | - |
| XYZ | 4.57 | 2.32 | 3.46 | - |
| YUV | 33.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 52 | 0 | 0.98 | 0.40 | 0.66 | 324.71 | 0.96 | 0.17 |
| Hex | 57 | 2 | 34 | 0 | 62 | 28 | 42 | 145 | 60 | 11 |
| Octal | 127 | 2 | 64 | 0 | 142 | 50 | 102 | 505 | 140 | 21 |
| Binary | 1010111 | 10 | 110100 | 0 | 1100010 | 101000 | 1000010 | 101000101 | 1100000 | 10001 |
Color Harmonies of #570234
Complementary color
Monochromatic Colors of #570234
Black with #570234
Text Example
Text Example
White with #570234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570234; }
p { color: rgb(87,2,52); }
H1.HeaderClassName
{
color: #570234;
}
.AnyTagClassName
{
color: #570234;
}
</style>
background-color css
<style>
a { background-color: #570234; }
a { background-color: rgb(87,2,52); }
div.DivClassName
{
background-color: #570234;
}
.BgClassName
{
background-color: #570234;
}
</style>
border-color css
<style>
span { border-color: #570234; }
span { border-color: rgb(87,2,52); }
td.TdClassName
{
border-color: #570234;
}
.TagClassName
{
border-color: #570234;
}
</style>