Shades of Tyrian Purple #7E094D
Tints of Tyrian Purple #7E094D
RGB
CMYK
RGB Variations
Color information
#7E094D (or 0x7E094D) is known color: Tyrian Purple. HEX triplet: 7E, 09 and 4D. RGB value is (126,9,77). Sum of RGB (Red+Green+Blue) = 126+9+77=212 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.43% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 126 - color contains mainly: red. Hex color #7E094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E094D is #81F6B2. Grayscale: #333333. Windows color (decimal): -8517299 or 5048702. OLE color: 5048702.
HSL color Cylindrical-coordinate representation of color #7E094D: hue angle of 325.13º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E094D is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 9 | 77 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.51 |
| HSL | 325.13º | 0.87% | 0.26% | - |
| HSV(B) | 325.13º | 0.93% | 0.49% | - |
| XYZ | 10.04 | 5.17 | 7.49 | - |
| YUV | 51.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 77 | 0 | 0.93 | 0.39 | 0.51 | 325.13 | 0.87 | 0.26 |
| Hex | 7E | 9 | 4D | 0 | 5D | 27 | 33 | 145 | 57 | 1A |
| Octal | 176 | 11 | 115 | 0 | 135 | 47 | 63 | 505 | 127 | 32 |
| Binary | 1111110 | 1001 | 1001101 | 0 | 1011101 | 100111 | 110011 | 101000101 | 1010111 | 11010 |
Color Harmonies of #7E094D
Complementary color
Monochromatic Colors of #7E094D
Black with #7E094D
Text Example
Text Example
White with #7E094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E094D; }
p { color: rgb(126,9,77); }
H1.HeaderClassName
{
color: #7E094D;
}
.AnyTagClassName
{
color: #7E094D;
}
</style>
background-color css
<style>
a { background-color: #7E094D; }
a { background-color: rgb(126,9,77); }
div.DivClassName
{
background-color: #7E094D;
}
.BgClassName
{
background-color: #7E094D;
}
</style>
border-color css
<style>
span { border-color: #7E094D; }
span { border-color: rgb(126,9,77); }
td.TdClassName
{
border-color: #7E094D;
}
.TagClassName
{
border-color: #7E094D;
}
</style>