Shades of Tyrian Purple #4E023C
Tints of Tyrian Purple #4E023C
RGB
CMYK
RGB Variations
Color information
#4E023C (or 0x4E023C) is known color: Tyrian Purple. HEX triplet: 4E, 02 and 3C. RGB value is (78,2,60). Sum of RGB (Red+Green+Blue) = 78+2+60=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E023C is #B1FDC3. Grayscale: #1F1F1F. Windows color (decimal): -11664836 or 3932750. OLE color: 3932750.
HSL color Cylindrical-coordinate representation of color #4E023C: hue angle of 314.21º 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 #4E023C is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 60 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.69 |
| HSL | 314.21º | 0.95% | 0.16% | - |
| HSV(B) | 314.21º | 0.97% | 0.31% | - |
| XYZ | 3.98 | 1.99 | 4.45 | - |
| YUV | 31.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 60 | 0 | 0.97 | 0.23 | 0.69 | 314.21 | 0.95 | 0.16 |
| Hex | 4E | 2 | 3C | 0 | 61 | 17 | 45 | 13A | 5F | 10 |
| Octal | 116 | 2 | 74 | 0 | 141 | 27 | 105 | 472 | 137 | 20 |
| Binary | 1001110 | 10 | 111100 | 0 | 1100001 | 10111 | 1000101 | 100111010 | 1011111 | 10000 |
Color Harmonies of #4E023C
Complementary color
Monochromatic Colors of #4E023C
Black with #4E023C
Text Example
Text Example
White with #4E023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E023C; }
p { color: rgb(78,2,60); }
H1.HeaderClassName
{
color: #4E023C;
}
.AnyTagClassName
{
color: #4E023C;
}
</style>
background-color css
<style>
a { background-color: #4E023C; }
a { background-color: rgb(78,2,60); }
div.DivClassName
{
background-color: #4E023C;
}
.BgClassName
{
background-color: #4E023C;
}
</style>
border-color css
<style>
span { border-color: #4E023C; }
span { border-color: rgb(78,2,60); }
td.TdClassName
{
border-color: #4E023C;
}
.TagClassName
{
border-color: #4E023C;
}
</style>