Shades of Tyrian Purple #4E0947
Tints of Tyrian Purple #4E0947
RGB
CMYK
RGB Variations
Color information
#4E0947 (or 0x4E0947) is known color: Tyrian Purple. HEX triplet: 4E, 09 and 47. RGB value is (78,9,71). Sum of RGB (Red+Green+Blue) = 78+9+71=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0947 is #B1F6B8. Grayscale: #242424. Windows color (decimal): -11663033 or 4655438. OLE color: 4655438.
HSL color Cylindrical-coordinate representation of color #4E0947: hue angle of 306.09º 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 #4E0947 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 71 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.69 |
| HSL | 306.09º | 0.79% | 0.17% | - |
| HSV(B) | 306.09º | 0.88% | 0.31% | - |
| XYZ | 4.38 | 2.27 | 6.17 | - |
| YUV | 36.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 71 | 0 | 0.88 | 0.09 | 0.69 | 306.09 | 0.79 | 0.17 |
| Hex | 4E | 9 | 47 | 0 | 58 | 9 | 45 | 132 | 4F | 11 |
| Octal | 116 | 11 | 107 | 0 | 130 | 11 | 105 | 462 | 117 | 21 |
| Binary | 1001110 | 1001 | 1000111 | 0 | 1011000 | 1001 | 1000101 | 100110010 | 1001111 | 10001 |
Color Harmonies of #4E0947
Complementary color
Monochromatic Colors of #4E0947
Black with #4E0947
Text Example
Text Example
White with #4E0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0947; }
p { color: rgb(78,9,71); }
H1.HeaderClassName
{
color: #4E0947;
}
.AnyTagClassName
{
color: #4E0947;
}
</style>
background-color css
<style>
a { background-color: #4E0947; }
a { background-color: rgb(78,9,71); }
div.DivClassName
{
background-color: #4E0947;
}
.BgClassName
{
background-color: #4E0947;
}
</style>
border-color css
<style>
span { border-color: #4E0947; }
span { border-color: rgb(78,9,71); }
td.TdClassName
{
border-color: #4E0947;
}
.TagClassName
{
border-color: #4E0947;
}
</style>