Shades of Tyrian Purple #7E044E
Tints of Tyrian Purple #7E044E
RGB
CMYK
RGB Variations
Color information
#7E044E (or 0x7E044E) is known color: Tyrian Purple. HEX triplet: 7E, 04 and 4E. RGB value is (126,4,78). Sum of RGB (Red+Green+Blue) = 126+4+78=208 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.58% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 126 - color contains mainly: red. Hex color #7E044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E044E is #81FBB1. Grayscale: #303030. Windows color (decimal): -8518578 or 5112958. OLE color: 5112958.
HSL color Cylindrical-coordinate representation of color #7E044E: hue angle of 323.61º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E044E is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 78 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.51 |
| HSL | 323.61º | 0.94% | 0.25% | - |
| HSV(B) | 323.61º | 0.97% | 0.49% | - |
| XYZ | 10.02 | 5.07 | 7.66 | - |
| YUV | 48.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 78 | 0 | 0.97 | 0.38 | 0.51 | 323.61 | 0.94 | 0.25 |
| Hex | 7E | 4 | 4E | 0 | 61 | 26 | 33 | 144 | 5E | 19 |
| Octal | 176 | 4 | 116 | 0 | 141 | 46 | 63 | 504 | 136 | 31 |
| Binary | 1111110 | 100 | 1001110 | 0 | 1100001 | 100110 | 110011 | 101000100 | 1011110 | 11001 |
Color Harmonies of #7E044E
Complementary color
Monochromatic Colors of #7E044E
Black with #7E044E
Text Example
Text Example
White with #7E044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E044E; }
p { color: rgb(126,4,78); }
H1.HeaderClassName
{
color: #7E044E;
}
.AnyTagClassName
{
color: #7E044E;
}
</style>
background-color css
<style>
a { background-color: #7E044E; }
a { background-color: rgb(126,4,78); }
div.DivClassName
{
background-color: #7E044E;
}
.BgClassName
{
background-color: #7E044E;
}
</style>
border-color css
<style>
span { border-color: #7E044E; }
span { border-color: rgb(126,4,78); }
td.TdClassName
{
border-color: #7E044E;
}
.TagClassName
{
border-color: #7E044E;
}
</style>