Shades of Tyrian Purple #57022E
Tints of Tyrian Purple #57022E
RGB
CMYK
RGB Variations
Color information
#57022E (or 0x57022E) is known color: Tyrian Purple. HEX triplet: 57, 02 and 2E. RGB value is (87,2,46). Sum of RGB (Red+Green+Blue) = 87+2+46=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57022E is #A8FDD1. Grayscale: #202020. Windows color (decimal): -11075026 or 3015255. OLE color: 3015255.
HSL color Cylindrical-coordinate representation of color #57022E: hue angle of 328.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 #57022E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.66 |
| HSL | 328.94º | 0.96% | 0.17% | - |
| HSV(B) | 328.94º | 0.98% | 0.34% | - |
| XYZ | 4.45 | 2.27 | 2.79 | - |
| YUV | 32.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 46 | 0 | 0.98 | 0.47 | 0.66 | 328.94 | 0.96 | 0.17 |
| Hex | 57 | 2 | 2E | 0 | 62 | 2F | 42 | 149 | 60 | 11 |
| Octal | 127 | 2 | 56 | 0 | 142 | 57 | 102 | 511 | 140 | 21 |
| Binary | 1010111 | 10 | 101110 | 0 | 1100010 | 101111 | 1000010 | 101001001 | 1100000 | 10001 |
Color Harmonies of #57022E
Complementary color
Monochromatic Colors of #57022E
Black with #57022E
Text Example
Text Example
White with #57022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57022E; }
p { color: rgb(87,2,46); }
H1.HeaderClassName
{
color: #57022E;
}
.AnyTagClassName
{
color: #57022E;
}
</style>
background-color css
<style>
a { background-color: #57022E; }
a { background-color: rgb(87,2,46); }
div.DivClassName
{
background-color: #57022E;
}
.BgClassName
{
background-color: #57022E;
}
</style>
border-color css
<style>
span { border-color: #57022E; }
span { border-color: rgb(87,2,46); }
td.TdClassName
{
border-color: #57022E;
}
.TagClassName
{
border-color: #57022E;
}
</style>