Shades of Tyrian Purple #57023A
Tints of Tyrian Purple #57023A
RGB
CMYK
RGB Variations
Color information
#57023A (or 0x57023A) is known color: Tyrian Purple. HEX triplet: 57, 02 and 3A. RGB value is (87,2,58). Sum of RGB (Red+Green+Blue) = 87+2+58=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #57023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57023A is #A8FDC5. Grayscale: #212121. Windows color (decimal): -11075014 or 3801687. OLE color: 3801687.
HSL color Cylindrical-coordinate representation of color #57023A: hue angle of 320.47º 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 #57023A is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 58 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.66 |
| HSL | 320.47º | 0.96% | 0.17% | - |
| HSV(B) | 320.47º | 0.98% | 0.34% | - |
| XYZ | 4.72 | 2.38 | 4.21 | - |
| YUV | 33.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 58 | 0 | 0.98 | 0.33 | 0.66 | 320.47 | 0.96 | 0.17 |
| Hex | 57 | 2 | 3A | 0 | 62 | 21 | 42 | 140 | 60 | 11 |
| Octal | 127 | 2 | 72 | 0 | 142 | 41 | 102 | 500 | 140 | 21 |
| Binary | 1010111 | 10 | 111010 | 0 | 1100010 | 100001 | 1000010 | 101000000 | 1100000 | 10001 |
Color Harmonies of #57023A
Complementary color
Monochromatic Colors of #57023A
Black with #57023A
Text Example
Text Example
White with #57023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57023A; }
p { color: rgb(87,2,58); }
H1.HeaderClassName
{
color: #57023A;
}
.AnyTagClassName
{
color: #57023A;
}
</style>
background-color css
<style>
a { background-color: #57023A; }
a { background-color: rgb(87,2,58); }
div.DivClassName
{
background-color: #57023A;
}
.BgClassName
{
background-color: #57023A;
}
</style>
border-color css
<style>
span { border-color: #57023A; }
span { border-color: rgb(87,2,58); }
td.TdClassName
{
border-color: #57023A;
}
.TagClassName
{
border-color: #57023A;
}
</style>