Shades of Tyrian Purple #4E0043
Tints of Tyrian Purple #4E0043
RGB
CMYK
RGB Variations
Color information
#4E0043 (or 0x4E0043) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 43. RGB value is (78,0,67). Sum of RGB (Red+Green+Blue) = 78+0+67=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0043 is #B1FFBC. Grayscale: #1E1E1E. Windows color (decimal): -11665341 or 4390990. OLE color: 4390990.
HSL color Cylindrical-coordinate representation of color #4E0043: hue angle of 308.46º 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 #4E0043 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.14 | 0.69 |
| HSL | 308.46º | 1% | 0.15% | - |
| HSV(B) | 308.46º | 1% | 0.31% | - |
| XYZ | 4.16 | 2.02 | 5.48 | - |
| YUV | 30.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 67 | 0 | 1 | 0.14 | 0.69 | 308.46 | 1 | 0.15 |
| Hex | 4E | 0 | 43 | 0 | 64 | E | 45 | 134 | 64 | F |
| Octal | 116 | 0 | 103 | 0 | 144 | 16 | 105 | 464 | 144 | 17 |
| Binary | 1001110 | 0 | 1000011 | 0 | 1100100 | 1110 | 1000101 | 100110100 | 1100100 | 1111 |
Color Harmonies of #4E0043
Complementary color
Monochromatic Colors of #4E0043
Black with #4E0043
Text Example
Text Example
White with #4E0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0043; }
p { color: rgb(78,0,67); }
H1.HeaderClassName
{
color: #4E0043;
}
.AnyTagClassName
{
color: #4E0043;
}
</style>
background-color css
<style>
a { background-color: #4E0043; }
a { background-color: rgb(78,0,67); }
div.DivClassName
{
background-color: #4E0043;
}
.BgClassName
{
background-color: #4E0043;
}
</style>
border-color css
<style>
span { border-color: #4E0043; }
span { border-color: rgb(78,0,67); }
td.TdClassName
{
border-color: #4E0043;
}
.TagClassName
{
border-color: #4E0043;
}
</style>