Shades of Tyrian Purple #4E073F
Tints of Tyrian Purple #4E073F
RGB
CMYK
RGB Variations
Color information
#4E073F (or 0x4E073F) is known color: Tyrian Purple. HEX triplet: 4E, 07 and 3F. RGB value is (78,7,63). Sum of RGB (Red+Green+Blue) = 78+7+63=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E073F is #B1F8C0. Grayscale: #222222. Windows color (decimal): -11663553 or 4130638. OLE color: 4130638.
HSL color Cylindrical-coordinate representation of color #4E073F: hue angle of 312.68º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E073F is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 63 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.69 |
| HSL | 312.68º | 0.84% | 0.17% | - |
| HSV(B) | 312.68º | 0.91% | 0.31% | - |
| XYZ | 4.12 | 2.13 | 4.9 | - |
| YUV | 34.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 63 | 0 | 0.91 | 0.19 | 0.69 | 312.68 | 0.84 | 0.17 |
| Hex | 4E | 7 | 3F | 0 | 5B | 13 | 45 | 139 | 54 | 11 |
| Octal | 116 | 7 | 77 | 0 | 133 | 23 | 105 | 471 | 124 | 21 |
| Binary | 1001110 | 111 | 111111 | 0 | 1011011 | 10011 | 1000101 | 100111001 | 1010100 | 10001 |
Color Harmonies of #4E073F
Complementary color
Monochromatic Colors of #4E073F
Black with #4E073F
Text Example
Text Example
White with #4E073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E073F; }
p { color: rgb(78,7,63); }
H1.HeaderClassName
{
color: #4E073F;
}
.AnyTagClassName
{
color: #4E073F;
}
</style>
background-color css
<style>
a { background-color: #4E073F; }
a { background-color: rgb(78,7,63); }
div.DivClassName
{
background-color: #4E073F;
}
.BgClassName
{
background-color: #4E073F;
}
</style>
border-color css
<style>
span { border-color: #4E073F; }
span { border-color: rgb(78,7,63); }
td.TdClassName
{
border-color: #4E073F;
}
.TagClassName
{
border-color: #4E073F;
}
</style>