Shades of Tyrian Purple #7E0047
Tints of Tyrian Purple #7E0047
RGB
CMYK
RGB Variations
Color information
#7E0047 (or 0x7E0047) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 47. RGB value is (126,0,71). Sum of RGB (Red+Green+Blue) = 126+0+71=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0047 is #81FFB8. Grayscale: #2D2D2D. Windows color (decimal): -8519609 or 4653182. OLE color: 4653182.
HSL color Cylindrical-coordinate representation of color #7E0047: hue angle of 326.19º 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 #7E0047 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.44 | 0.51 |
| HSL | 326.19º | 1% | 0.25% | - |
| HSV(B) | 326.19º | 1% | 0.49% | - |
| XYZ | 9.74 | 4.89 | 6.39 | - |
| YUV | 45.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 71 | 0 | 1 | 0.44 | 0.51 | 326.19 | 1 | 0.25 |
| Hex | 7E | 0 | 47 | 0 | 64 | 2C | 33 | 146 | 64 | 19 |
| Octal | 176 | 0 | 107 | 0 | 144 | 54 | 63 | 506 | 144 | 31 |
| Binary | 1111110 | 0 | 1000111 | 0 | 1100100 | 101100 | 110011 | 101000110 | 1100100 | 11001 |
Color Harmonies of #7E0047
Complementary color
Monochromatic Colors of #7E0047
Black with #7E0047
Text Example
Text Example
White with #7E0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0047; }
p { color: rgb(126,0,71); }
H1.HeaderClassName
{
color: #7E0047;
}
.AnyTagClassName
{
color: #7E0047;
}
</style>
background-color css
<style>
a { background-color: #7E0047; }
a { background-color: rgb(126,0,71); }
div.DivClassName
{
background-color: #7E0047;
}
.BgClassName
{
background-color: #7E0047;
}
</style>
border-color css
<style>
span { border-color: #7E0047; }
span { border-color: rgb(126,0,71); }
td.TdClassName
{
border-color: #7E0047;
}
.TagClassName
{
border-color: #7E0047;
}
</style>