Shades of Tyrian Purple #4E0042
Tints of Tyrian Purple #4E0042
RGB
CMYK
RGB Variations
Color information
#4E0042 (or 0x4E0042) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 42. RGB value is (78,0,66). Sum of RGB (Red+Green+Blue) = 78+0+66=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0042 is #B1FFBD. Grayscale: #1E1E1E. Windows color (decimal): -11665342 or 4325454. OLE color: 4325454.
HSL color Cylindrical-coordinate representation of color #4E0042: hue angle of 309.23º 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 #4E0042 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.15 | 0.69 |
| HSL | 309.23º | 1% | 0.15% | - |
| HSV(B) | 309.23º | 1% | 0.31% | - |
| XYZ | 4.13 | 2.01 | 5.33 | - |
| YUV | 30.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 66 | 0 | 1 | 0.15 | 0.69 | 309.23 | 1 | 0.15 |
| Hex | 4E | 0 | 42 | 0 | 64 | F | 45 | 135 | 64 | F |
| Octal | 116 | 0 | 102 | 0 | 144 | 17 | 105 | 465 | 144 | 17 |
| Binary | 1001110 | 0 | 1000010 | 0 | 1100100 | 1111 | 1000101 | 100110101 | 1100100 | 1111 |
Color Harmonies of #4E0042
Complementary color
Monochromatic Colors of #4E0042
Black with #4E0042
Text Example
Text Example
White with #4E0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0042; }
p { color: rgb(78,0,66); }
H1.HeaderClassName
{
color: #4E0042;
}
.AnyTagClassName
{
color: #4E0042;
}
</style>
background-color css
<style>
a { background-color: #4E0042; }
a { background-color: rgb(78,0,66); }
div.DivClassName
{
background-color: #4E0042;
}
.BgClassName
{
background-color: #4E0042;
}
</style>
border-color css
<style>
span { border-color: #4E0042; }
span { border-color: rgb(78,0,66); }
td.TdClassName
{
border-color: #4E0042;
}
.TagClassName
{
border-color: #4E0042;
}
</style>