Shades of Tyrian Purple #7E0051
Tints of Tyrian Purple #7E0051
RGB
CMYK
RGB Variations
Color information
#7E0051 (or 0x7E0051) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 51. RGB value is (126,0,81). Sum of RGB (Red+Green+Blue) = 126+0+81=207 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.87% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0051 is #81FFAE. Grayscale: #2E2E2E. Windows color (decimal): -8519599 or 5308542. OLE color: 5308542.
HSL color Cylindrical-coordinate representation of color #7E0051: hue angle of 321.43º 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 #7E0051 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.36 | 0.51 |
| HSL | 321.43º | 1% | 0.25% | - |
| HSV(B) | 321.43º | 1% | 0.49% | - |
| XYZ | 10.09 | 5.03 | 8.22 | - |
| YUV | 46.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 81 | 0 | 1 | 0.36 | 0.51 | 321.43 | 1 | 0.25 |
| Hex | 7E | 0 | 51 | 0 | 64 | 24 | 33 | 141 | 64 | 19 |
| Octal | 176 | 0 | 121 | 0 | 144 | 44 | 63 | 501 | 144 | 31 |
| Binary | 1111110 | 0 | 1010001 | 0 | 1100100 | 100100 | 110011 | 101000001 | 1100100 | 11001 |
Color Harmonies of #7E0051
Complementary color
Monochromatic Colors of #7E0051
Black with #7E0051
Text Example
Text Example
White with #7E0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0051; }
p { color: rgb(126,0,81); }
H1.HeaderClassName
{
color: #7E0051;
}
.AnyTagClassName
{
color: #7E0051;
}
</style>
background-color css
<style>
a { background-color: #7E0051; }
a { background-color: rgb(126,0,81); }
div.DivClassName
{
background-color: #7E0051;
}
.BgClassName
{
background-color: #7E0051;
}
</style>
border-color css
<style>
span { border-color: #7E0051; }
span { border-color: rgb(126,0,81); }
td.TdClassName
{
border-color: #7E0051;
}
.TagClassName
{
border-color: #7E0051;
}
</style>