Shades of Tyrian Purple #4E014E
Tints of Tyrian Purple #4E014E
RGB
CMYK
RGB Variations
Color information
#4E014E (or 0x4E014E) is known color: Tyrian Purple. HEX triplet: 4E, 01 and 4E. RGB value is (78,1,78). Sum of RGB (Red+Green+Blue) = 78+1+78=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: red, blue. Hex color #4E014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E014E is #B1FEB1. Grayscale: #202020. Windows color (decimal): -11665074 or 5112142. OLE color: 5112142.
HSL color Cylindrical-coordinate representation of color #4E014E: hue angle of 300º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E014E is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0 | 0.69 |
| HSL | 300º | 0.97% | 0.15% | - |
| HSV(B) | 300º | 0.99% | 0.31% | - |
| XYZ | 4.53 | 2.19 | 7.39 | - |
| YUV | 32.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 78 | 0 | 0.99 | 0 | 0.69 | 300 | 0.97 | 0.15 |
| Hex | 4E | 1 | 4E | 0 | 63 | 0 | 45 | 12C | 61 | F |
| Octal | 116 | 1 | 116 | 0 | 143 | 0 | 105 | 454 | 141 | 17 |
| Binary | 1001110 | 1 | 1001110 | 0 | 1100011 | 0 | 1000101 | 100101100 | 1100001 | 1111 |
Color Harmonies of #4E014E
Complementary color
Monochromatic Colors of #4E014E
Black with #4E014E
Text Example
Text Example
White with #4E014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E014E; }
p { color: rgb(78,1,78); }
H1.HeaderClassName
{
color: #4E014E;
}
.AnyTagClassName
{
color: #4E014E;
}
</style>
background-color css
<style>
a { background-color: #4E014E; }
a { background-color: rgb(78,1,78); }
div.DivClassName
{
background-color: #4E014E;
}
.BgClassName
{
background-color: #4E014E;
}
</style>
border-color css
<style>
span { border-color: #4E014E; }
span { border-color: rgb(78,1,78); }
td.TdClassName
{
border-color: #4E014E;
}
.TagClassName
{
border-color: #4E014E;
}
</style>