Shades of Tyrian Purple #4E0744
Tints of Tyrian Purple #4E0744
RGB
CMYK
RGB Variations
Color information
#4E0744 (or 0x4E0744) is known color: Tyrian Purple. HEX triplet: 4E, 07 and 44. RGB value is (78,7,68). Sum of RGB (Red+Green+Blue) = 78+7+68=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0744 is #B1F8BB. Grayscale: #232323. Windows color (decimal): -11663548 or 4458318. OLE color: 4458318.
HSL color Cylindrical-coordinate representation of color #4E0744: hue angle of 308.45º 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 #4E0744 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 68 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.69 |
| HSL | 308.45º | 0.84% | 0.17% | - |
| HSV(B) | 308.45º | 0.91% | 0.31% | - |
| XYZ | 4.26 | 2.19 | 5.67 | - |
| YUV | 35.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 68 | 0 | 0.91 | 0.13 | 0.69 | 308.45 | 0.84 | 0.17 |
| Hex | 4E | 7 | 44 | 0 | 5B | D | 45 | 134 | 54 | 11 |
| Octal | 116 | 7 | 104 | 0 | 133 | 15 | 105 | 464 | 124 | 21 |
| Binary | 1001110 | 111 | 1000100 | 0 | 1011011 | 1101 | 1000101 | 100110100 | 1010100 | 10001 |
Color Harmonies of #4E0744
Complementary color
Monochromatic Colors of #4E0744
Black with #4E0744
Text Example
Text Example
White with #4E0744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0744; }
p { color: rgb(78,7,68); }
H1.HeaderClassName
{
color: #4E0744;
}
.AnyTagClassName
{
color: #4E0744;
}
</style>
background-color css
<style>
a { background-color: #4E0744; }
a { background-color: rgb(78,7,68); }
div.DivClassName
{
background-color: #4E0744;
}
.BgClassName
{
background-color: #4E0744;
}
</style>
border-color css
<style>
span { border-color: #4E0744; }
span { border-color: rgb(78,7,68); }
td.TdClassName
{
border-color: #4E0744;
}
.TagClassName
{
border-color: #4E0744;
}
</style>