Shades of Tyrian Purple #7E0446
Tints of Tyrian Purple #7E0446
RGB
CMYK
RGB Variations
Color information
#7E0446 (or 0x7E0446) is known color: Tyrian Purple. HEX triplet: 7E, 04 and 46. RGB value is (126,4,70). Sum of RGB (Red+Green+Blue) = 126+4+70=200 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0446 is #81FBB9. Grayscale: #2F2F2F. Windows color (decimal): -8518586 or 4588670. OLE color: 4588670.
HSL color Cylindrical-coordinate representation of color #7E0446: hue angle of 327.54º 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 #7E0446 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 70 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.51 |
| HSL | 327.54º | 0.94% | 0.25% | - |
| HSV(B) | 327.54º | 0.97% | 0.49% | - |
| XYZ | 9.75 | 4.96 | 6.24 | - |
| YUV | 48 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 70 | 0 | 0.97 | 0.44 | 0.51 | 327.54 | 0.94 | 0.25 |
| Hex | 7E | 4 | 46 | 0 | 61 | 2C | 33 | 148 | 5E | 19 |
| Octal | 176 | 4 | 106 | 0 | 141 | 54 | 63 | 510 | 136 | 31 |
| Binary | 1111110 | 100 | 1000110 | 0 | 1100001 | 101100 | 110011 | 101001000 | 1011110 | 11001 |
Color Harmonies of #7E0446
Complementary color
Monochromatic Colors of #7E0446
Black with #7E0446
Text Example
Text Example
White with #7E0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0446; }
p { color: rgb(126,4,70); }
H1.HeaderClassName
{
color: #7E0446;
}
.AnyTagClassName
{
color: #7E0446;
}
</style>
background-color css
<style>
a { background-color: #7E0446; }
a { background-color: rgb(126,4,70); }
div.DivClassName
{
background-color: #7E0446;
}
.BgClassName
{
background-color: #7E0446;
}
</style>
border-color css
<style>
span { border-color: #7E0446; }
span { border-color: rgb(126,4,70); }
td.TdClassName
{
border-color: #7E0446;
}
.TagClassName
{
border-color: #7E0446;
}
</style>