Shades of Tyrian Purple #4E0242
Tints of Tyrian Purple #4E0242
RGB
CMYK
RGB Variations
Color information
#4E0242 (or 0x4E0242) is known color: Tyrian Purple. HEX triplet: 4E, 02 and 42. RGB value is (78,2,66). Sum of RGB (Red+Green+Blue) = 78+2+66=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0242 is #B1FDBD. Grayscale: #1F1F1F. Windows color (decimal): -11664830 or 4325966. OLE color: 4325966.
HSL color Cylindrical-coordinate representation of color #4E0242: hue angle of 309.47º 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 #4E0242 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 66 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.69 |
| HSL | 309.47º | 0.95% | 0.16% | - |
| HSV(B) | 309.47º | 0.97% | 0.31% | - |
| XYZ | 4.15 | 2.06 | 5.33 | - |
| YUV | 32.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 66 | 0 | 0.97 | 0.15 | 0.69 | 309.47 | 0.95 | 0.16 |
| Hex | 4E | 2 | 42 | 0 | 61 | F | 45 | 135 | 5F | 10 |
| Octal | 116 | 2 | 102 | 0 | 141 | 17 | 105 | 465 | 137 | 20 |
| Binary | 1001110 | 10 | 1000010 | 0 | 1100001 | 1111 | 1000101 | 100110101 | 1011111 | 10000 |
Color Harmonies of #4E0242
Complementary color
Monochromatic Colors of #4E0242
Black with #4E0242
Text Example
Text Example
White with #4E0242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0242; }
p { color: rgb(78,2,66); }
H1.HeaderClassName
{
color: #4E0242;
}
.AnyTagClassName
{
color: #4E0242;
}
</style>
background-color css
<style>
a { background-color: #4E0242; }
a { background-color: rgb(78,2,66); }
div.DivClassName
{
background-color: #4E0242;
}
.BgClassName
{
background-color: #4E0242;
}
</style>
border-color css
<style>
span { border-color: #4E0242; }
span { border-color: rgb(78,2,66); }
td.TdClassName
{
border-color: #4E0242;
}
.TagClassName
{
border-color: #4E0242;
}
</style>