Shades of Tyrian Purple #4E0945
Tints of Tyrian Purple #4E0945
RGB
CMYK
RGB Variations
Color information
#4E0945 (or 0x4E0945) is known color: Tyrian Purple. HEX triplet: 4E, 09 and 45. RGB value is (78,9,69). Sum of RGB (Red+Green+Blue) = 78+9+69=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0945 is #B1F6BA. Grayscale: #242424. Windows color (decimal): -11663035 or 4524366. OLE color: 4524366.
HSL color Cylindrical-coordinate representation of color #4E0945: hue angle of 307.83º 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 #4E0945 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 69 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.69 |
| HSL | 307.83º | 0.79% | 0.17% | - |
| HSV(B) | 307.83º | 0.88% | 0.31% | - |
| XYZ | 4.31 | 2.24 | 5.84 | - |
| YUV | 36.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 69 | 0 | 0.88 | 0.12 | 0.69 | 307.83 | 0.79 | 0.17 |
| Hex | 4E | 9 | 45 | 0 | 58 | C | 45 | 134 | 4F | 11 |
| Octal | 116 | 11 | 105 | 0 | 130 | 14 | 105 | 464 | 117 | 21 |
| Binary | 1001110 | 1001 | 1000101 | 0 | 1011000 | 1100 | 1000101 | 100110100 | 1001111 | 10001 |
Color Harmonies of #4E0945
Complementary color
Monochromatic Colors of #4E0945
Black with #4E0945
Text Example
Text Example
White with #4E0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0945; }
p { color: rgb(78,9,69); }
H1.HeaderClassName
{
color: #4E0945;
}
.AnyTagClassName
{
color: #4E0945;
}
</style>
background-color css
<style>
a { background-color: #4E0945; }
a { background-color: rgb(78,9,69); }
div.DivClassName
{
background-color: #4E0945;
}
.BgClassName
{
background-color: #4E0945;
}
</style>
border-color css
<style>
span { border-color: #4E0945; }
span { border-color: rgb(78,9,69); }
td.TdClassName
{
border-color: #4E0945;
}
.TagClassName
{
border-color: #4E0945;
}
</style>