Shades of Tyrian Purple #4E093E
Tints of Tyrian Purple #4E093E
RGB
CMYK
RGB Variations
Color information
#4E093E (or 0x4E093E) is known color: Tyrian Purple. HEX triplet: 4E, 09 and 3E. RGB value is (78,9,62). Sum of RGB (Red+Green+Blue) = 78+9+62=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E093E is #B1F6C1. Grayscale: #232323. Windows color (decimal): -11663042 or 4065614. OLE color: 4065614.
HSL color Cylindrical-coordinate representation of color #4E093E: hue angle of 313.91º 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 #4E093E is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 62 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.69 |
| HSL | 313.91º | 0.79% | 0.17% | - |
| HSV(B) | 313.91º | 0.88% | 0.31% | - |
| XYZ | 4.11 | 2.16 | 4.76 | - |
| YUV | 35.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 62 | 0 | 0.88 | 0.21 | 0.69 | 313.91 | 0.79 | 0.17 |
| Hex | 4E | 9 | 3E | 0 | 58 | 15 | 45 | 13A | 4F | 11 |
| Octal | 116 | 11 | 76 | 0 | 130 | 25 | 105 | 472 | 117 | 21 |
| Binary | 1001110 | 1001 | 111110 | 0 | 1011000 | 10101 | 1000101 | 100111010 | 1001111 | 10001 |
Color Harmonies of #4E093E
Complementary color
Monochromatic Colors of #4E093E
Black with #4E093E
Text Example
Text Example
White with #4E093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E093E; }
p { color: rgb(78,9,62); }
H1.HeaderClassName
{
color: #4E093E;
}
.AnyTagClassName
{
color: #4E093E;
}
</style>
background-color css
<style>
a { background-color: #4E093E; }
a { background-color: rgb(78,9,62); }
div.DivClassName
{
background-color: #4E093E;
}
.BgClassName
{
background-color: #4E093E;
}
</style>
border-color css
<style>
span { border-color: #4E093E; }
span { border-color: rgb(78,9,62); }
td.TdClassName
{
border-color: #4E093E;
}
.TagClassName
{
border-color: #4E093E;
}
</style>