Shades of Tyrian Purple #57022B
Tints of Tyrian Purple #57022B
RGB
CMYK
RGB Variations
Color information
#57022B (or 0x57022B) is known color: Tyrian Purple. HEX triplet: 57, 02 and 2B. RGB value is (87,2,43). Sum of RGB (Red+Green+Blue) = 87+2+43=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57022B is #A8FDD4. Grayscale: #202020. Windows color (decimal): -11075029 or 2818647. OLE color: 2818647.
HSL color Cylindrical-coordinate representation of color #57022B: hue angle of 331.06º 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 #57022B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.66 |
| HSL | 331.06º | 0.96% | 0.17% | - |
| HSV(B) | 331.06º | 0.98% | 0.34% | - |
| XYZ | 4.39 | 2.24 | 2.49 | - |
| YUV | 32.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 43 | 0 | 0.98 | 0.51 | 0.66 | 331.06 | 0.96 | 0.17 |
| Hex | 57 | 2 | 2B | 0 | 62 | 33 | 42 | 14B | 60 | 11 |
| Octal | 127 | 2 | 53 | 0 | 142 | 63 | 102 | 513 | 140 | 21 |
| Binary | 1010111 | 10 | 101011 | 0 | 1100010 | 110011 | 1000010 | 101001011 | 1100000 | 10001 |
Color Harmonies of #57022B
Complementary color
Monochromatic Colors of #57022B
Black with #57022B
Text Example
Text Example
White with #57022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57022B; }
p { color: rgb(87,2,43); }
H1.HeaderClassName
{
color: #57022B;
}
.AnyTagClassName
{
color: #57022B;
}
</style>
background-color css
<style>
a { background-color: #57022B; }
a { background-color: rgb(87,2,43); }
div.DivClassName
{
background-color: #57022B;
}
.BgClassName
{
background-color: #57022B;
}
</style>
border-color css
<style>
span { border-color: #57022B; }
span { border-color: rgb(87,2,43); }
td.TdClassName
{
border-color: #57022B;
}
.TagClassName
{
border-color: #57022B;
}
</style>