Shades of Tyrian Purple #4E0540
Tints of Tyrian Purple #4E0540
RGB
CMYK
RGB Variations
Color information
#4E0540 (or 0x4E0540) is known color: Tyrian Purple. HEX triplet: 4E, 05 and 40. RGB value is (78,5,64). Sum of RGB (Red+Green+Blue) = 78+5+64=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0540 is #B1FABF. Grayscale: #212121. Windows color (decimal): -11664064 or 4195662. OLE color: 4195662.
HSL color Cylindrical-coordinate representation of color #4E0540: hue angle of 311.51º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0540 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 64 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.69 |
| HSL | 311.51º | 0.88% | 0.16% | - |
| HSV(B) | 311.51º | 0.94% | 0.31% | - |
| XYZ | 4.12 | 2.1 | 5.04 | - |
| YUV | 33.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 64 | 0 | 0.94 | 0.18 | 0.69 | 311.51 | 0.88 | 0.16 |
| Hex | 4E | 5 | 40 | 0 | 5E | 12 | 45 | 138 | 58 | 10 |
| Octal | 116 | 5 | 100 | 0 | 136 | 22 | 105 | 470 | 130 | 20 |
| Binary | 1001110 | 101 | 1000000 | 0 | 1011110 | 10010 | 1000101 | 100111000 | 1011000 | 10000 |
Color Harmonies of #4E0540
Complementary color
Monochromatic Colors of #4E0540
Black with #4E0540
Text Example
Text Example
White with #4E0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0540; }
p { color: rgb(78,5,64); }
H1.HeaderClassName
{
color: #4E0540;
}
.AnyTagClassName
{
color: #4E0540;
}
</style>
background-color css
<style>
a { background-color: #4E0540; }
a { background-color: rgb(78,5,64); }
div.DivClassName
{
background-color: #4E0540;
}
.BgClassName
{
background-color: #4E0540;
}
</style>
border-color css
<style>
span { border-color: #4E0540; }
span { border-color: rgb(78,5,64); }
td.TdClassName
{
border-color: #4E0540;
}
.TagClassName
{
border-color: #4E0540;
}
</style>