Shades of Tyrian Purple #4E0343
Tints of Tyrian Purple #4E0343
RGB
CMYK
RGB Variations
Color information
#4E0343 (or 0x4E0343) is known color: Tyrian Purple. HEX triplet: 4E, 03 and 43. RGB value is (78,3,67). Sum of RGB (Red+Green+Blue) = 78+3+67=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0343 is #B1FCBC. Grayscale: #202020. Windows color (decimal): -11664573 or 4391758. OLE color: 4391758.
HSL color Cylindrical-coordinate representation of color #4E0343: hue angle of 308.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0343 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 67 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.69 |
| HSL | 308.8º | 0.93% | 0.16% | - |
| HSV(B) | 308.8º | 0.96% | 0.31% | - |
| XYZ | 4.19 | 2.09 | 5.49 | - |
| YUV | 32.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 67 | 0 | 0.96 | 0.14 | 0.69 | 308.8 | 0.93 | 0.16 |
| Hex | 4E | 3 | 43 | 0 | 60 | E | 45 | 135 | 5D | 10 |
| Octal | 116 | 3 | 103 | 0 | 140 | 16 | 105 | 465 | 135 | 20 |
| Binary | 1001110 | 11 | 1000011 | 0 | 1100000 | 1110 | 1000101 | 100110101 | 1011101 | 10000 |
Color Harmonies of #4E0343
Complementary color
Monochromatic Colors of #4E0343
Black with #4E0343
Text Example
Text Example
White with #4E0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0343; }
p { color: rgb(78,3,67); }
H1.HeaderClassName
{
color: #4E0343;
}
.AnyTagClassName
{
color: #4E0343;
}
</style>
background-color css
<style>
a { background-color: #4E0343; }
a { background-color: rgb(78,3,67); }
div.DivClassName
{
background-color: #4E0343;
}
.BgClassName
{
background-color: #4E0343;
}
</style>
border-color css
<style>
span { border-color: #4E0343; }
span { border-color: rgb(78,3,67); }
td.TdClassName
{
border-color: #4E0343;
}
.TagClassName
{
border-color: #4E0343;
}
</style>