Shades of Tyrian Purple #4E0141
Tints of Tyrian Purple #4E0141
RGB
CMYK
RGB Variations
Color information
#4E0141 (or 0x4E0141) is known color: Tyrian Purple. HEX triplet: 4E, 01 and 41. RGB value is (78,1,65). Sum of RGB (Red+Green+Blue) = 78+1+65=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0141 is #B1FEBE. Grayscale: #1F1F1F. Windows color (decimal): -11665087 or 4260174. OLE color: 4260174.
HSL color Cylindrical-coordinate representation of color #4E0141: hue angle of 310.13º 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 #4E0141 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.69 |
| HSL | 310.13º | 0.97% | 0.15% | - |
| HSV(B) | 310.13º | 0.99% | 0.31% | - |
| XYZ | 4.11 | 2.02 | 5.18 | - |
| YUV | 31.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 65 | 0 | 0.99 | 0.17 | 0.69 | 310.13 | 0.97 | 0.15 |
| Hex | 4E | 1 | 41 | 0 | 63 | 11 | 45 | 136 | 61 | F |
| Octal | 116 | 1 | 101 | 0 | 143 | 21 | 105 | 466 | 141 | 17 |
| Binary | 1001110 | 1 | 1000001 | 0 | 1100011 | 10001 | 1000101 | 100110110 | 1100001 | 1111 |
Color Harmonies of #4E0141
Complementary color
Monochromatic Colors of #4E0141
Black with #4E0141
Text Example
Text Example
White with #4E0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0141; }
p { color: rgb(78,1,65); }
H1.HeaderClassName
{
color: #4E0141;
}
.AnyTagClassName
{
color: #4E0141;
}
</style>
background-color css
<style>
a { background-color: #4E0141; }
a { background-color: rgb(78,1,65); }
div.DivClassName
{
background-color: #4E0141;
}
.BgClassName
{
background-color: #4E0141;
}
</style>
border-color css
<style>
span { border-color: #4E0141; }
span { border-color: rgb(78,1,65); }
td.TdClassName
{
border-color: #4E0141;
}
.TagClassName
{
border-color: #4E0141;
}
</style>