Shades of Tyrian Purple #4E0040
Tints of Tyrian Purple #4E0040
RGB
CMYK
RGB Variations
Color information
#4E0040 (or 0x4E0040) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 40. RGB value is (78,0,64). Sum of RGB (Red+Green+Blue) = 78+0+64=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0040 is #B1FFBF. Grayscale: #1E1E1E. Windows color (decimal): -11665344 or 4194382. OLE color: 4194382.
HSL color Cylindrical-coordinate representation of color #4E0040: hue angle of 310.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0040 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.18 | 0.69 |
| HSL | 310.77º | 1% | 0.15% | - |
| HSV(B) | 310.77º | 1% | 0.31% | - |
| XYZ | 4.07 | 1.99 | 5.02 | - |
| YUV | 30.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 64 | 0 | 1 | 0.18 | 0.69 | 310.77 | 1 | 0.15 |
| Hex | 4E | 0 | 40 | 0 | 64 | 12 | 45 | 137 | 64 | F |
| Octal | 116 | 0 | 100 | 0 | 144 | 22 | 105 | 467 | 144 | 17 |
| Binary | 1001110 | 0 | 1000000 | 0 | 1100100 | 10010 | 1000101 | 100110111 | 1100100 | 1111 |
Color Harmonies of #4E0040
Complementary color
Monochromatic Colors of #4E0040
Black with #4E0040
Text Example
Text Example
White with #4E0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0040; }
p { color: rgb(78,0,64); }
H1.HeaderClassName
{
color: #4E0040;
}
.AnyTagClassName
{
color: #4E0040;
}
</style>
background-color css
<style>
a { background-color: #4E0040; }
a { background-color: rgb(78,0,64); }
div.DivClassName
{
background-color: #4E0040;
}
.BgClassName
{
background-color: #4E0040;
}
</style>
border-color css
<style>
span { border-color: #4E0040; }
span { border-color: rgb(78,0,64); }
td.TdClassName
{
border-color: #4E0040;
}
.TagClassName
{
border-color: #4E0040;
}
</style>