Shades of Tyrian Purple #4E0949
Tints of Tyrian Purple #4E0949
RGB
CMYK
RGB Variations
Color information
#4E0949 (or 0x4E0949) is known color: Tyrian Purple. HEX triplet: 4E, 09 and 49. RGB value is (78,9,73). Sum of RGB (Red+Green+Blue) = 78+9+73=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0949 is #B1F6B6. Grayscale: #242424. Windows color (decimal): -11663031 or 4786510. OLE color: 4786510.
HSL color Cylindrical-coordinate representation of color #4E0949: hue angle of 304.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0949 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 73 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.69 |
| HSL | 304.35º | 0.79% | 0.17% | - |
| HSV(B) | 304.35º | 0.88% | 0.31% | - |
| XYZ | 4.44 | 2.3 | 6.51 | - |
| YUV | 36.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 73 | 0 | 0.88 | 0.06 | 0.69 | 304.35 | 0.79 | 0.17 |
| Hex | 4E | 9 | 49 | 0 | 58 | 6 | 45 | 130 | 4F | 11 |
| Octal | 116 | 11 | 111 | 0 | 130 | 6 | 105 | 460 | 117 | 21 |
| Binary | 1001110 | 1001 | 1001001 | 0 | 1011000 | 110 | 1000101 | 100110000 | 1001111 | 10001 |
Color Harmonies of #4E0949
Complementary color
Monochromatic Colors of #4E0949
Black with #4E0949
Text Example
Text Example
White with #4E0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0949; }
p { color: rgb(78,9,73); }
H1.HeaderClassName
{
color: #4E0949;
}
.AnyTagClassName
{
color: #4E0949;
}
</style>
background-color css
<style>
a { background-color: #4E0949; }
a { background-color: rgb(78,9,73); }
div.DivClassName
{
background-color: #4E0949;
}
.BgClassName
{
background-color: #4E0949;
}
</style>
border-color css
<style>
span { border-color: #4E0949; }
span { border-color: rgb(78,9,73); }
td.TdClassName
{
border-color: #4E0949;
}
.TagClassName
{
border-color: #4E0949;
}
</style>