Shades of Tyrian Purple #57004E
Tints of Tyrian Purple #57004E
RGB
CMYK
RGB Variations
Color information
#57004E (or 0x57004E) is known color: Tyrian Purple. HEX triplet: 57, 00 and 4E. RGB value is (87,0,78). Sum of RGB (Red+Green+Blue) = 87+0+78=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57004E is #A8FFB1. Grayscale: #222222. Windows color (decimal): -11075506 or 5111895. OLE color: 5111895.
HSL color Cylindrical-coordinate representation of color #57004E: hue angle of 306.21º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57004E is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.10 | 0.66 |
| HSL | 306.21º | 1% | 0.17% | - |
| HSV(B) | 306.21º | 1% | 0.34% | - |
| XYZ | 5.31 | 2.58 | 7.43 | - |
| YUV | 34.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 78 | 0 | 1 | 0.10 | 0.66 | 306.21 | 1 | 0.17 |
| Hex | 57 | 0 | 4E | 0 | 64 | A | 42 | 132 | 64 | 11 |
| Octal | 127 | 0 | 116 | 0 | 144 | 12 | 102 | 462 | 144 | 21 |
| Binary | 1010111 | 0 | 1001110 | 0 | 1100100 | 1010 | 1000010 | 100110010 | 1100100 | 10001 |
Color Harmonies of #57004E
Complementary color
Monochromatic Colors of #57004E
Black with #57004E
Text Example
Text Example
White with #57004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57004E; }
p { color: rgb(87,0,78); }
H1.HeaderClassName
{
color: #57004E;
}
.AnyTagClassName
{
color: #57004E;
}
</style>
background-color css
<style>
a { background-color: #57004E; }
a { background-color: rgb(87,0,78); }
div.DivClassName
{
background-color: #57004E;
}
.BgClassName
{
background-color: #57004E;
}
</style>
border-color css
<style>
span { border-color: #57004E; }
span { border-color: rgb(87,0,78); }
td.TdClassName
{
border-color: #57004E;
}
.TagClassName
{
border-color: #57004E;
}
</style>