Shades of Tyrian Purple #4E054A
Tints of Tyrian Purple #4E054A
RGB
CMYK
RGB Variations
Color information
#4E054A (or 0x4E054A) is known color: Tyrian Purple. HEX triplet: 4E, 05 and 4A. RGB value is (78,5,74). Sum of RGB (Red+Green+Blue) = 78+5+74=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E054A is #B1FAB5. Grayscale: #222222. Windows color (decimal): -11664054 or 4851022. OLE color: 4851022.
HSL color Cylindrical-coordinate representation of color #4E054A: hue angle of 303.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E054A is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 74 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.69 |
| HSL | 303.29º | 0.88% | 0.16% | - |
| HSV(B) | 303.29º | 0.94% | 0.31% | - |
| XYZ | 4.43 | 2.22 | 6.67 | - |
| YUV | 34.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 74 | 0 | 0.94 | 0.05 | 0.69 | 303.29 | 0.88 | 0.16 |
| Hex | 4E | 5 | 4A | 0 | 5E | 5 | 45 | 12F | 58 | 10 |
| Octal | 116 | 5 | 112 | 0 | 136 | 5 | 105 | 457 | 130 | 20 |
| Binary | 1001110 | 101 | 1001010 | 0 | 1011110 | 101 | 1000101 | 100101111 | 1011000 | 10000 |
Color Harmonies of #4E054A
Complementary color
Monochromatic Colors of #4E054A
Black with #4E054A
Text Example
Text Example
White with #4E054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E054A; }
p { color: rgb(78,5,74); }
H1.HeaderClassName
{
color: #4E054A;
}
.AnyTagClassName
{
color: #4E054A;
}
</style>
background-color css
<style>
a { background-color: #4E054A; }
a { background-color: rgb(78,5,74); }
div.DivClassName
{
background-color: #4E054A;
}
.BgClassName
{
background-color: #4E054A;
}
</style>
border-color css
<style>
span { border-color: #4E054A; }
span { border-color: rgb(78,5,74); }
td.TdClassName
{
border-color: #4E054A;
}
.TagClassName
{
border-color: #4E054A;
}
</style>