Shades of Tyrian Purple #4E0A46
Tints of Tyrian Purple #4E0A46
RGB
CMYK
RGB Variations
Color information
#4E0A46 (or 0x4E0A46) is known color: Tyrian Purple. HEX triplet: 4E, 0A and 46. RGB value is (78,10,70). Sum of RGB (Red+Green+Blue) = 78+10+70=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0A46 is #B1F5B9. Grayscale: #252525. Windows color (decimal): -11662778 or 4590158. OLE color: 4590158.
HSL color Cylindrical-coordinate representation of color #4E0A46: hue angle of 307.06º 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 #4E0A46 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 10 | 70 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.69 |
| HSL | 307.06º | 0.77% | 0.17% | - |
| HSV(B) | 307.06º | 0.87% | 0.31% | - |
| XYZ | 4.36 | 2.28 | 6 | - |
| YUV | 37.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 70 | 0 | 0.87 | 0.10 | 0.69 | 307.06 | 0.77 | 0.17 |
| Hex | 4E | A | 46 | 0 | 57 | A | 45 | 133 | 4D | 11 |
| Octal | 116 | 12 | 106 | 0 | 127 | 12 | 105 | 463 | 115 | 21 |
| Binary | 1001110 | 1010 | 1000110 | 0 | 1010111 | 1010 | 1000101 | 100110011 | 1001101 | 10001 |
Color Harmonies of #4E0A46
Complementary color
Monochromatic Colors of #4E0A46
Black with #4E0A46
Text Example
Text Example
White with #4E0A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0A46; }
p { color: rgb(78,10,70); }
H1.HeaderClassName
{
color: #4E0A46;
}
.AnyTagClassName
{
color: #4E0A46;
}
</style>
background-color css
<style>
a { background-color: #4E0A46; }
a { background-color: rgb(78,10,70); }
div.DivClassName
{
background-color: #4E0A46;
}
.BgClassName
{
background-color: #4E0A46;
}
</style>
border-color css
<style>
span { border-color: #4E0A46; }
span { border-color: rgb(78,10,70); }
td.TdClassName
{
border-color: #4E0A46;
}
.TagClassName
{
border-color: #4E0A46;
}
</style>