Shades of Tyrian Purple #4E0547
Tints of Tyrian Purple #4E0547
RGB
CMYK
RGB Variations
Color information
#4E0547 (or 0x4E0547) is known color: Tyrian Purple. HEX triplet: 4E, 05 and 47. RGB value is (78,5,71). Sum of RGB (Red+Green+Blue) = 78+5+71=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0547 is #B1FAB8. Grayscale: #222222. Windows color (decimal): -11664057 or 4654414. OLE color: 4654414.
HSL color Cylindrical-coordinate representation of color #4E0547: hue angle of 305.75º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0547 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 71 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.69 |
| HSL | 305.75º | 0.88% | 0.16% | - |
| HSV(B) | 305.75º | 0.94% | 0.31% | - |
| XYZ | 4.33 | 2.18 | 6.15 | - |
| YUV | 34.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 71 | 0 | 0.94 | 0.09 | 0.69 | 305.75 | 0.88 | 0.16 |
| Hex | 4E | 5 | 47 | 0 | 5E | 9 | 45 | 132 | 58 | 10 |
| Octal | 116 | 5 | 107 | 0 | 136 | 11 | 105 | 462 | 130 | 20 |
| Binary | 1001110 | 101 | 1000111 | 0 | 1011110 | 1001 | 1000101 | 100110010 | 1011000 | 10000 |
Color Harmonies of #4E0547
Complementary color
Monochromatic Colors of #4E0547
Black with #4E0547
Text Example
Text Example
White with #4E0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0547; }
p { color: rgb(78,5,71); }
H1.HeaderClassName
{
color: #4E0547;
}
.AnyTagClassName
{
color: #4E0547;
}
</style>
background-color css
<style>
a { background-color: #4E0547; }
a { background-color: rgb(78,5,71); }
div.DivClassName
{
background-color: #4E0547;
}
.BgClassName
{
background-color: #4E0547;
}
</style>
border-color css
<style>
span { border-color: #4E0547; }
span { border-color: rgb(78,5,71); }
td.TdClassName
{
border-color: #4E0547;
}
.TagClassName
{
border-color: #4E0547;
}
</style>