Shades of Tyrian Purple #7E0447
Tints of Tyrian Purple #7E0447
RGB
CMYK
RGB Variations
Color information
#7E0447 (or 0x7E0447) is known color: Tyrian Purple. HEX triplet: 7E, 04 and 47. RGB value is (126,4,71). Sum of RGB (Red+Green+Blue) = 126+4+71=201 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.69% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0447 is #81FBB8. Grayscale: #2F2F2F. Windows color (decimal): -8518585 or 4654206. OLE color: 4654206.
HSL color Cylindrical-coordinate representation of color #7E0447: hue angle of 327.05º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0447 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 71 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.51 |
| HSL | 327.05º | 0.94% | 0.25% | - |
| HSV(B) | 327.05º | 0.97% | 0.49% | - |
| XYZ | 9.78 | 4.98 | 6.41 | - |
| YUV | 48.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 71 | 0 | 0.97 | 0.44 | 0.51 | 327.05 | 0.94 | 0.25 |
| Hex | 7E | 4 | 47 | 0 | 61 | 2C | 33 | 147 | 5E | 19 |
| Octal | 176 | 4 | 107 | 0 | 141 | 54 | 63 | 507 | 136 | 31 |
| Binary | 1111110 | 100 | 1000111 | 0 | 1100001 | 101100 | 110011 | 101000111 | 1011110 | 11001 |
Color Harmonies of #7E0447
Complementary color
Monochromatic Colors of #7E0447
Black with #7E0447
Text Example
Text Example
White with #7E0447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0447; }
p { color: rgb(126,4,71); }
H1.HeaderClassName
{
color: #7E0447;
}
.AnyTagClassName
{
color: #7E0447;
}
</style>
background-color css
<style>
a { background-color: #7E0447; }
a { background-color: rgb(126,4,71); }
div.DivClassName
{
background-color: #7E0447;
}
.BgClassName
{
background-color: #7E0447;
}
</style>
border-color css
<style>
span { border-color: #7E0447; }
span { border-color: rgb(126,4,71); }
td.TdClassName
{
border-color: #7E0447;
}
.TagClassName
{
border-color: #7E0447;
}
</style>