Shades of Tyrian Purple #4E004E
Tints of Tyrian Purple #4E004E
RGB
CMYK
RGB Variations
Color information
#4E004E (or 0x4E004E) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 4E. RGB value is (78,0,78). Sum of RGB (Red+Green+Blue) = 78+0+78=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: red, blue. Hex color #4E004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E004E is #B1FFB1. Grayscale: #1F1F1F. Windows color (decimal): -11665330 or 5111886. OLE color: 5111886.
HSL color Cylindrical-coordinate representation of color #4E004E: hue angle of 300º 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 #4E004E is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 78 | - |
| CMYK | 0 | 1 | 0 | 0.69 |
| HSL | 300º | 1% | 0.15% | - |
| HSV(B) | 300º | 1% | 0.31% | - |
| XYZ | 4.52 | 2.17 | 7.39 | - |
| YUV | 32.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 78 | 0 | 1 | 0 | 0.69 | 300 | 1 | 0.15 |
| Hex | 4E | 0 | 4E | 0 | 64 | 0 | 45 | 12C | 64 | F |
| Octal | 116 | 0 | 116 | 0 | 144 | 0 | 105 | 454 | 144 | 17 |
| Binary | 1001110 | 0 | 1001110 | 0 | 1100100 | 0 | 1000101 | 100101100 | 1100100 | 1111 |
Color Harmonies of #4E004E
Complementary color
Monochromatic Colors of #4E004E
Black with #4E004E
Text Example
Text Example
White with #4E004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E004E; }
p { color: rgb(78,0,78); }
H1.HeaderClassName
{
color: #4E004E;
}
.AnyTagClassName
{
color: #4E004E;
}
</style>
background-color css
<style>
a { background-color: #4E004E; }
a { background-color: rgb(78,0,78); }
div.DivClassName
{
background-color: #4E004E;
}
.BgClassName
{
background-color: #4E004E;
}
</style>
border-color css
<style>
span { border-color: #4E004E; }
span { border-color: rgb(78,0,78); }
td.TdClassName
{
border-color: #4E004E;
}
.TagClassName
{
border-color: #4E004E;
}
</style>