Shades of Tyrian Purple #4E0A47
Tints of Tyrian Purple #4E0A47
RGB
CMYK
RGB Variations
Color information
#4E0A47 (or 0x4E0A47) is known color: Tyrian Purple. HEX triplet: 4E, 0A and 47. RGB value is (78,10,71). Sum of RGB (Red+Green+Blue) = 78+10+71=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0A47 is #B1F5B8. Grayscale: #252525. Windows color (decimal): -11662777 or 4655694. OLE color: 4655694.
HSL color Cylindrical-coordinate representation of color #4E0A47: hue angle of 306.18º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0A47 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 10 | 71 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.69 |
| HSL | 306.18º | 0.77% | 0.17% | - |
| HSV(B) | 306.18º | 0.87% | 0.31% | - |
| XYZ | 4.39 | 2.29 | 6.17 | - |
| YUV | 37.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 71 | 0 | 0.87 | 0.09 | 0.69 | 306.18 | 0.77 | 0.17 |
| Hex | 4E | A | 47 | 0 | 57 | 9 | 45 | 132 | 4D | 11 |
| Octal | 116 | 12 | 107 | 0 | 127 | 11 | 105 | 462 | 115 | 21 |
| Binary | 1001110 | 1010 | 1000111 | 0 | 1010111 | 1001 | 1000101 | 100110010 | 1001101 | 10001 |
Color Harmonies of #4E0A47
Complementary color
Monochromatic Colors of #4E0A47
Black with #4E0A47
Text Example
Text Example
White with #4E0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0A47; }
p { color: rgb(78,10,71); }
H1.HeaderClassName
{
color: #4E0A47;
}
.AnyTagClassName
{
color: #4E0A47;
}
</style>
background-color css
<style>
a { background-color: #4E0A47; }
a { background-color: rgb(78,10,71); }
div.DivClassName
{
background-color: #4E0A47;
}
.BgClassName
{
background-color: #4E0A47;
}
</style>
border-color css
<style>
span { border-color: #4E0A47; }
span { border-color: rgb(78,10,71); }
td.TdClassName
{
border-color: #4E0A47;
}
.TagClassName
{
border-color: #4E0A47;
}
</style>