Shades of Tyrian Purple #4E0440
Tints of Tyrian Purple #4E0440
RGB
CMYK
RGB Variations
Color information
#4E0440 (or 0x4E0440) is known color: Tyrian Purple. HEX triplet: 4E, 04 and 40. RGB value is (78,4,64). Sum of RGB (Red+Green+Blue) = 78+4+64=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0440 is #B1FBBF. Grayscale: #202020. Windows color (decimal): -11664320 or 4195406. OLE color: 4195406.
HSL color Cylindrical-coordinate representation of color #4E0440: hue angle of 311.35º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0440 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 4 | 64 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.69 |
| HSL | 311.35º | 0.9% | 0.16% | - |
| HSV(B) | 311.35º | 0.95% | 0.31% | - |
| XYZ | 4.11 | 2.08 | 5.03 | - |
| YUV | 32.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 64 | 0 | 0.95 | 0.18 | 0.69 | 311.35 | 0.9 | 0.16 |
| Hex | 4E | 4 | 40 | 0 | 5F | 12 | 45 | 137 | 5A | 10 |
| Octal | 116 | 4 | 100 | 0 | 137 | 22 | 105 | 467 | 132 | 20 |
| Binary | 1001110 | 100 | 1000000 | 0 | 1011111 | 10010 | 1000101 | 100110111 | 1011010 | 10000 |
Color Harmonies of #4E0440
Complementary color
Monochromatic Colors of #4E0440
Black with #4E0440
Text Example
Text Example
White with #4E0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0440; }
p { color: rgb(78,4,64); }
H1.HeaderClassName
{
color: #4E0440;
}
.AnyTagClassName
{
color: #4E0440;
}
</style>
background-color css
<style>
a { background-color: #4E0440; }
a { background-color: rgb(78,4,64); }
div.DivClassName
{
background-color: #4E0440;
}
.BgClassName
{
background-color: #4E0440;
}
</style>
border-color css
<style>
span { border-color: #4E0440; }
span { border-color: rgb(78,4,64); }
td.TdClassName
{
border-color: #4E0440;
}
.TagClassName
{
border-color: #4E0440;
}
</style>