Shades of Tyrian Purple #7E0043
Tints of Tyrian Purple #7E0043
RGB
CMYK
RGB Variations
Color information
#7E0043 (or 0x7E0043) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 43. RGB value is (126,0,67). Sum of RGB (Red+Green+Blue) = 126+0+67=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0043 is #81FFBC. Grayscale: #2D2D2D. Windows color (decimal): -8519613 or 4391038. OLE color: 4391038.
HSL color Cylindrical-coordinate representation of color #7E0043: hue angle of 328.1º 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 #7E0043 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.47 | 0.51 |
| HSL | 328.1º | 1% | 0.25% | - |
| HSV(B) | 328.1º | 1% | 0.49% | - |
| XYZ | 9.62 | 4.84 | 5.74 | - |
| YUV | 45.31 | 140.24 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 67 | 0 | 1 | 0.47 | 0.51 | 328.1 | 1 | 0.25 |
| Hex | 7E | 0 | 43 | 0 | 64 | 2F | 33 | 148 | 64 | 19 |
| Octal | 176 | 0 | 103 | 0 | 144 | 57 | 63 | 510 | 144 | 31 |
| Binary | 1111110 | 0 | 1000011 | 0 | 1100100 | 101111 | 110011 | 101001000 | 1100100 | 11001 |
Color Harmonies of #7E0043
Complementary color
Monochromatic Colors of #7E0043
Black with #7E0043
Text Example
Text Example
White with #7E0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0043; }
p { color: rgb(126,0,67); }
H1.HeaderClassName
{
color: #7E0043;
}
.AnyTagClassName
{
color: #7E0043;
}
</style>
background-color css
<style>
a { background-color: #7E0043; }
a { background-color: rgb(126,0,67); }
div.DivClassName
{
background-color: #7E0043;
}
.BgClassName
{
background-color: #7E0043;
}
</style>
border-color css
<style>
span { border-color: #7E0043; }
span { border-color: rgb(126,0,67); }
td.TdClassName
{
border-color: #7E0043;
}
.TagClassName
{
border-color: #7E0043;
}
</style>