Shades of Tyrian Purple #7E0444
Tints of Tyrian Purple #7E0444
RGB
CMYK
RGB Variations
Color information
#7E0444 (or 0x7E0444) is known color: Tyrian Purple. HEX triplet: 7E, 04 and 44. RGB value is (126,4,68). Sum of RGB (Red+Green+Blue) = 126+4+68=198 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.64% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0444 is #81FBBB. Grayscale: #2F2F2F. Windows color (decimal): -8518588 or 4457598. OLE color: 4457598.
HSL color Cylindrical-coordinate representation of color #7E0444: hue angle of 328.52º 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 #7E0444 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 68 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.51 |
| HSL | 328.52º | 0.94% | 0.25% | - |
| HSV(B) | 328.52º | 0.97% | 0.49% | - |
| XYZ | 9.69 | 4.94 | 5.91 | - |
| YUV | 47.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 68 | 0 | 0.97 | 0.46 | 0.51 | 328.52 | 0.94 | 0.25 |
| Hex | 7E | 4 | 44 | 0 | 61 | 2E | 33 | 149 | 5E | 19 |
| Octal | 176 | 4 | 104 | 0 | 141 | 56 | 63 | 511 | 136 | 31 |
| Binary | 1111110 | 100 | 1000100 | 0 | 1100001 | 101110 | 110011 | 101001001 | 1011110 | 11001 |
Color Harmonies of #7E0444
Complementary color
Monochromatic Colors of #7E0444
Black with #7E0444
Text Example
Text Example
White with #7E0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0444; }
p { color: rgb(126,4,68); }
H1.HeaderClassName
{
color: #7E0444;
}
.AnyTagClassName
{
color: #7E0444;
}
</style>
background-color css
<style>
a { background-color: #7E0444; }
a { background-color: rgb(126,4,68); }
div.DivClassName
{
background-color: #7E0444;
}
.BgClassName
{
background-color: #7E0444;
}
</style>
border-color css
<style>
span { border-color: #7E0444; }
span { border-color: rgb(126,4,68); }
td.TdClassName
{
border-color: #7E0444;
}
.TagClassName
{
border-color: #7E0444;
}
</style>