Shades of Tyrian Purple #7E0451
Tints of Tyrian Purple #7E0451
RGB
CMYK
RGB Variations
Color information
#7E0451 (or 0x7E0451) is known color: Tyrian Purple. HEX triplet: 7E, 04 and 51. RGB value is (126,4,81). Sum of RGB (Red+Green+Blue) = 126+4+81=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0451 is #81FBAE. Grayscale: #313131. Windows color (decimal): -8518575 or 5309566. OLE color: 5309566.
HSL color Cylindrical-coordinate representation of color #7E0451: hue angle of 322.13º 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 #7E0451 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 81 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.51 |
| HSL | 322.13º | 0.94% | 0.25% | - |
| HSV(B) | 322.13º | 0.97% | 0.49% | - |
| XYZ | 10.13 | 5.12 | 8.24 | - |
| YUV | 49.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 81 | 0 | 0.97 | 0.36 | 0.51 | 322.13 | 0.94 | 0.25 |
| Hex | 7E | 4 | 51 | 0 | 61 | 24 | 33 | 142 | 5E | 19 |
| Octal | 176 | 4 | 121 | 0 | 141 | 44 | 63 | 502 | 136 | 31 |
| Binary | 1111110 | 100 | 1010001 | 0 | 1100001 | 100100 | 110011 | 101000010 | 1011110 | 11001 |
Color Harmonies of #7E0451
Complementary color
Monochromatic Colors of #7E0451
Black with #7E0451
Text Example
Text Example
White with #7E0451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0451; }
p { color: rgb(126,4,81); }
H1.HeaderClassName
{
color: #7E0451;
}
.AnyTagClassName
{
color: #7E0451;
}
</style>
background-color css
<style>
a { background-color: #7E0451; }
a { background-color: rgb(126,4,81); }
div.DivClassName
{
background-color: #7E0451;
}
.BgClassName
{
background-color: #7E0451;
}
</style>
border-color css
<style>
span { border-color: #7E0451; }
span { border-color: rgb(126,4,81); }
td.TdClassName
{
border-color: #7E0451;
}
.TagClassName
{
border-color: #7E0451;
}
</style>