Shades of Tyrian Purple #4E044C
Tints of Tyrian Purple #4E044C
RGB
CMYK
RGB Variations
Color information
#4E044C (or 0x4E044C) is known color: Tyrian Purple. HEX triplet: 4E, 04 and 4C. RGB value is (78,4,76). Sum of RGB (Red+Green+Blue) = 78+4+76=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E044C is #B1FBB3. Grayscale: #222222. Windows color (decimal): -11664308 or 4981838. OLE color: 4981838.
HSL color Cylindrical-coordinate representation of color #4E044C: hue angle of 301.62º 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 #4E044C is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 4 | 76 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.69 |
| HSL | 301.62º | 0.9% | 0.16% | - |
| HSV(B) | 301.62º | 0.95% | 0.31% | - |
| XYZ | 4.49 | 2.23 | 7.03 | - |
| YUV | 34.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 76 | 0 | 0.95 | 0.03 | 0.69 | 301.62 | 0.9 | 0.16 |
| Hex | 4E | 4 | 4C | 0 | 5F | 3 | 45 | 12E | 5A | 10 |
| Octal | 116 | 4 | 114 | 0 | 137 | 3 | 105 | 456 | 132 | 20 |
| Binary | 1001110 | 100 | 1001100 | 0 | 1011111 | 11 | 1000101 | 100101110 | 1011010 | 10000 |
Color Harmonies of #4E044C
Complementary color
Monochromatic Colors of #4E044C
Black with #4E044C
Text Example
Text Example
White with #4E044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E044C; }
p { color: rgb(78,4,76); }
H1.HeaderClassName
{
color: #4E044C;
}
.AnyTagClassName
{
color: #4E044C;
}
</style>
background-color css
<style>
a { background-color: #4E044C; }
a { background-color: rgb(78,4,76); }
div.DivClassName
{
background-color: #4E044C;
}
.BgClassName
{
background-color: #4E044C;
}
</style>
border-color css
<style>
span { border-color: #4E044C; }
span { border-color: rgb(78,4,76); }
td.TdClassName
{
border-color: #4E044C;
}
.TagClassName
{
border-color: #4E044C;
}
</style>