Shades of Tyrian Purple #4E0539
Tints of Tyrian Purple #4E0539
RGB
CMYK
RGB Variations
Color information
#4E0539 (or 0x4E0539) is known color: Tyrian Purple. HEX triplet: 4E, 05 and 39. RGB value is (78,5,57). Sum of RGB (Red+Green+Blue) = 78+5+57=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0539 is #B1FAC6. Grayscale: #202020. Windows color (decimal): -11664071 or 3736910. OLE color: 3736910.
HSL color Cylindrical-coordinate representation of color #4E0539: hue angle of 317.26º 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 #4E0539 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 57 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.69 |
| HSL | 317.26º | 0.88% | 0.16% | - |
| HSV(B) | 317.26º | 0.94% | 0.31% | - |
| XYZ | 3.93 | 2.02 | 4.05 | - |
| YUV | 32.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 57 | 0 | 0.94 | 0.27 | 0.69 | 317.26 | 0.88 | 0.16 |
| Hex | 4E | 5 | 39 | 0 | 5E | 1B | 45 | 13D | 58 | 10 |
| Octal | 116 | 5 | 71 | 0 | 136 | 33 | 105 | 475 | 130 | 20 |
| Binary | 1001110 | 101 | 111001 | 0 | 1011110 | 11011 | 1000101 | 100111101 | 1011000 | 10000 |
Color Harmonies of #4E0539
Complementary color
Monochromatic Colors of #4E0539
Black with #4E0539
Text Example
Text Example
White with #4E0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0539; }
p { color: rgb(78,5,57); }
H1.HeaderClassName
{
color: #4E0539;
}
.AnyTagClassName
{
color: #4E0539;
}
</style>
background-color css
<style>
a { background-color: #4E0539; }
a { background-color: rgb(78,5,57); }
div.DivClassName
{
background-color: #4E0539;
}
.BgClassName
{
background-color: #4E0539;
}
</style>
border-color css
<style>
span { border-color: #4E0539; }
span { border-color: rgb(78,5,57); }
td.TdClassName
{
border-color: #4E0539;
}
.TagClassName
{
border-color: #4E0539;
}
</style>