Shades of Tyrian Purple #4E093F
Tints of Tyrian Purple #4E093F
RGB
CMYK
RGB Variations
Color information
#4E093F (or 0x4E093F) is known color: Tyrian Purple. HEX triplet: 4E, 09 and 3F. RGB value is (78,9,63). Sum of RGB (Red+Green+Blue) = 78+9+63=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E093F is #B1F6C0. Grayscale: #232323. Windows color (decimal): -11663041 or 4131150. OLE color: 4131150.
HSL color Cylindrical-coordinate representation of color #4E093F: hue angle of 313.04º 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 #4E093F is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 63 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.69 |
| HSL | 313.04º | 0.79% | 0.17% | - |
| HSV(B) | 313.04º | 0.88% | 0.31% | - |
| XYZ | 4.14 | 2.17 | 4.9 | - |
| YUV | 35.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 63 | 0 | 0.88 | 0.19 | 0.69 | 313.04 | 0.79 | 0.17 |
| Hex | 4E | 9 | 3F | 0 | 58 | 13 | 45 | 139 | 4F | 11 |
| Octal | 116 | 11 | 77 | 0 | 130 | 23 | 105 | 471 | 117 | 21 |
| Binary | 1001110 | 1001 | 111111 | 0 | 1011000 | 10011 | 1000101 | 100111001 | 1001111 | 10001 |
Color Harmonies of #4E093F
Complementary color
Monochromatic Colors of #4E093F
Black with #4E093F
Text Example
Text Example
White with #4E093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E093F; }
p { color: rgb(78,9,63); }
H1.HeaderClassName
{
color: #4E093F;
}
.AnyTagClassName
{
color: #4E093F;
}
</style>
background-color css
<style>
a { background-color: #4E093F; }
a { background-color: rgb(78,9,63); }
div.DivClassName
{
background-color: #4E093F;
}
.BgClassName
{
background-color: #4E093F;
}
</style>
border-color css
<style>
span { border-color: #4E093F; }
span { border-color: rgb(78,9,63); }
td.TdClassName
{
border-color: #4E093F;
}
.TagClassName
{
border-color: #4E093F;
}
</style>