Shades of Tyrian Purple #4E0240
Tints of Tyrian Purple #4E0240
RGB
CMYK
RGB Variations
Color information
#4E0240 (or 0x4E0240) is known color: Tyrian Purple. HEX triplet: 4E, 02 and 40. RGB value is (78,2,64). Sum of RGB (Red+Green+Blue) = 78+2+64=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0240 is #B1FDBF. Grayscale: #1F1F1F. Windows color (decimal): -11664832 or 4194894. OLE color: 4194894.
HSL color Cylindrical-coordinate representation of color #4E0240: hue angle of 311.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0240 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 64 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.69 |
| HSL | 311.05º | 0.95% | 0.16% | - |
| HSV(B) | 311.05º | 0.97% | 0.31% | - |
| XYZ | 4.09 | 2.03 | 5.03 | - |
| YUV | 31.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 64 | 0 | 0.97 | 0.18 | 0.69 | 311.05 | 0.95 | 0.16 |
| Hex | 4E | 2 | 40 | 0 | 61 | 12 | 45 | 137 | 5F | 10 |
| Octal | 116 | 2 | 100 | 0 | 141 | 22 | 105 | 467 | 137 | 20 |
| Binary | 1001110 | 10 | 1000000 | 0 | 1100001 | 10010 | 1000101 | 100110111 | 1011111 | 10000 |
Color Harmonies of #4E0240
Complementary color
Monochromatic Colors of #4E0240
Black with #4E0240
Text Example
Text Example
White with #4E0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0240; }
p { color: rgb(78,2,64); }
H1.HeaderClassName
{
color: #4E0240;
}
.AnyTagClassName
{
color: #4E0240;
}
</style>
background-color css
<style>
a { background-color: #4E0240; }
a { background-color: rgb(78,2,64); }
div.DivClassName
{
background-color: #4E0240;
}
.BgClassName
{
background-color: #4E0240;
}
</style>
border-color css
<style>
span { border-color: #4E0240; }
span { border-color: rgb(78,2,64); }
td.TdClassName
{
border-color: #4E0240;
}
.TagClassName
{
border-color: #4E0240;
}
</style>