Shades of Tyrian Purple #7E054E
Tints of Tyrian Purple #7E054E
RGB
CMYK
RGB Variations
Color information
#7E054E (or 0x7E054E) is known color: Tyrian Purple. HEX triplet: 7E, 05 and 4E. RGB value is (126,5,78). Sum of RGB (Red+Green+Blue) = 126+5+78=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E054E is #81FAB1. Grayscale: #313131. Windows color (decimal): -8518322 or 5113214. OLE color: 5113214.
HSL color Cylindrical-coordinate representation of color #7E054E: hue angle of 323.8º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E054E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 5 | 78 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.51 |
| HSL | 323.8º | 0.92% | 0.26% | - |
| HSV(B) | 323.8º | 0.96% | 0.49% | - |
| XYZ | 10.03 | 5.09 | 7.66 | - |
| YUV | 49.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 78 | 0 | 0.96 | 0.38 | 0.51 | 323.8 | 0.92 | 0.26 |
| Hex | 7E | 5 | 4E | 0 | 60 | 26 | 33 | 144 | 5C | 1A |
| Octal | 176 | 5 | 116 | 0 | 140 | 46 | 63 | 504 | 134 | 32 |
| Binary | 1111110 | 101 | 1001110 | 0 | 1100000 | 100110 | 110011 | 101000100 | 1011100 | 11010 |
Color Harmonies of #7E054E
Complementary color
Monochromatic Colors of #7E054E
Black with #7E054E
Text Example
Text Example
White with #7E054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E054E; }
p { color: rgb(126,5,78); }
H1.HeaderClassName
{
color: #7E054E;
}
.AnyTagClassName
{
color: #7E054E;
}
</style>
background-color css
<style>
a { background-color: #7E054E; }
a { background-color: rgb(126,5,78); }
div.DivClassName
{
background-color: #7E054E;
}
.BgClassName
{
background-color: #7E054E;
}
</style>
border-color css
<style>
span { border-color: #7E054E; }
span { border-color: rgb(126,5,78); }
td.TdClassName
{
border-color: #7E054E;
}
.TagClassName
{
border-color: #7E054E;
}
</style>