Shades of Tyrian Purple #7E0042
Tints of Tyrian Purple #7E0042
RGB
CMYK
RGB Variations
Color information
#7E0042 (or 0x7E0042) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 42. RGB value is (126,0,66). Sum of RGB (Red+Green+Blue) = 126+0+66=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0042 is #81FFBD. Grayscale: #2D2D2D. Windows color (decimal): -8519614 or 4325502. OLE color: 4325502.
HSL color Cylindrical-coordinate representation of color #7E0042: hue angle of 328.57º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E0042 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.48 | 0.51 |
| HSL | 328.57º | 1% | 0.25% | - |
| HSV(B) | 328.57º | 1% | 0.49% | - |
| XYZ | 9.59 | 4.83 | 5.58 | - |
| YUV | 45.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 66 | 0 | 1 | 0.48 | 0.51 | 328.57 | 1 | 0.25 |
| Hex | 7E | 0 | 42 | 0 | 64 | 30 | 33 | 149 | 64 | 19 |
| Octal | 176 | 0 | 102 | 0 | 144 | 60 | 63 | 511 | 144 | 31 |
| Binary | 1111110 | 0 | 1000010 | 0 | 1100100 | 110000 | 110011 | 101001001 | 1100100 | 11001 |
Color Harmonies of #7E0042
Complementary color
Monochromatic Colors of #7E0042
Black with #7E0042
Text Example
Text Example
White with #7E0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0042; }
p { color: rgb(126,0,66); }
H1.HeaderClassName
{
color: #7E0042;
}
.AnyTagClassName
{
color: #7E0042;
}
</style>
background-color css
<style>
a { background-color: #7E0042; }
a { background-color: rgb(126,0,66); }
div.DivClassName
{
background-color: #7E0042;
}
.BgClassName
{
background-color: #7E0042;
}
</style>
border-color css
<style>
span { border-color: #7E0042; }
span { border-color: rgb(126,0,66); }
td.TdClassName
{
border-color: #7E0042;
}
.TagClassName
{
border-color: #7E0042;
}
</style>