Shades of Tyrian Purple #7A0751
Tints of Tyrian Purple #7A0751
RGB
CMYK
RGB Variations
Color information
#7A0751 (or 0x7A0751) is known color: Tyrian Purple. HEX triplet: 7A, 07 and 51. RGB value is (122,7,81). Sum of RGB (Red+Green+Blue) = 122+7+81=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0751 is #85F8AE. Grayscale: #313131. Windows color (decimal): -8779951 or 5310330. OLE color: 5310330.
HSL color Cylindrical-coordinate representation of color #7A0751: hue angle of 321.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0751 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 81 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.52 |
| HSL | 321.39º | 0.89% | 0.25% | - |
| HSV(B) | 321.39º | 0.94% | 0.48% | - |
| XYZ | 9.59 | 4.88 | 8.22 | - |
| YUV | 49.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 81 | 0 | 0.94 | 0.34 | 0.52 | 321.39 | 0.89 | 0.25 |
| Hex | 7A | 7 | 51 | 0 | 5E | 22 | 34 | 141 | 59 | 19 |
| Octal | 172 | 7 | 121 | 0 | 136 | 42 | 64 | 501 | 131 | 31 |
| Binary | 1111010 | 111 | 1010001 | 0 | 1011110 | 100010 | 110100 | 101000001 | 1011001 | 11001 |
Color Harmonies of #7A0751
Complementary color
Monochromatic Colors of #7A0751
Black with #7A0751
Text Example
Text Example
White with #7A0751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0751; }
p { color: rgb(122,7,81); }
H1.HeaderClassName
{
color: #7A0751;
}
.AnyTagClassName
{
color: #7A0751;
}
</style>
background-color css
<style>
a { background-color: #7A0751; }
a { background-color: rgb(122,7,81); }
div.DivClassName
{
background-color: #7A0751;
}
.BgClassName
{
background-color: #7A0751;
}
</style>
border-color css
<style>
span { border-color: #7A0751; }
span { border-color: rgb(122,7,81); }
td.TdClassName
{
border-color: #7A0751;
}
.TagClassName
{
border-color: #7A0751;
}
</style>