Shades of Tyrian Purple #4E024A
Tints of Tyrian Purple #4E024A
RGB
CMYK
RGB Variations
Color information
#4E024A (or 0x4E024A) is known color: Tyrian Purple. HEX triplet: 4E, 02 and 4A. RGB value is (78,2,74). Sum of RGB (Red+Green+Blue) = 78+2+74=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E024A is #B1FDB5. Grayscale: #202020. Windows color (decimal): -11664822 or 4850254. OLE color: 4850254.
HSL color Cylindrical-coordinate representation of color #4E024A: hue angle of 303.16º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E024A is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 74 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.69 |
| HSL | 303.16º | 0.95% | 0.16% | - |
| HSV(B) | 303.16º | 0.97% | 0.31% | - |
| XYZ | 4.4 | 2.16 | 6.66 | - |
| YUV | 32.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 74 | 0 | 0.97 | 0.05 | 0.69 | 303.16 | 0.95 | 0.16 |
| Hex | 4E | 2 | 4A | 0 | 61 | 5 | 45 | 12F | 5F | 10 |
| Octal | 116 | 2 | 112 | 0 | 141 | 5 | 105 | 457 | 137 | 20 |
| Binary | 1001110 | 10 | 1001010 | 0 | 1100001 | 101 | 1000101 | 100101111 | 1011111 | 10000 |
Color Harmonies of #4E024A
Complementary color
Monochromatic Colors of #4E024A
Black with #4E024A
Text Example
Text Example
White with #4E024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E024A; }
p { color: rgb(78,2,74); }
H1.HeaderClassName
{
color: #4E024A;
}
.AnyTagClassName
{
color: #4E024A;
}
</style>
background-color css
<style>
a { background-color: #4E024A; }
a { background-color: rgb(78,2,74); }
div.DivClassName
{
background-color: #4E024A;
}
.BgClassName
{
background-color: #4E024A;
}
</style>
border-color css
<style>
span { border-color: #4E024A; }
span { border-color: rgb(78,2,74); }
td.TdClassName
{
border-color: #4E024A;
}
.TagClassName
{
border-color: #4E024A;
}
</style>