Shades of Tyrian Purple #7A0251
Tints of Tyrian Purple #7A0251
RGB
CMYK
RGB Variations
Color information
#7A0251 (or 0x7A0251) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 51. RGB value is (122,2,81). Sum of RGB (Red+Green+Blue) = 122+2+81=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0251 is #85FDAE. Grayscale: #2E2E2E. Windows color (decimal): -8781231 or 5309050. OLE color: 5309050.
HSL color Cylindrical-coordinate representation of color #7A0251: hue angle of 320.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0251 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.52 |
| HSL | 320.5º | 0.97% | 0.24% | - |
| HSV(B) | 320.5º | 0.98% | 0.48% | - |
| XYZ | 9.53 | 4.78 | 8.2 | - |
| YUV | 46.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 81 | 0 | 0.98 | 0.34 | 0.52 | 320.5 | 0.97 | 0.24 |
| Hex | 7A | 2 | 51 | 0 | 62 | 22 | 34 | 140 | 61 | 18 |
| Octal | 172 | 2 | 121 | 0 | 142 | 42 | 64 | 500 | 141 | 30 |
| Binary | 1111010 | 10 | 1010001 | 0 | 1100010 | 100010 | 110100 | 101000000 | 1100001 | 11000 |
Color Harmonies of #7A0251
Complementary color
Monochromatic Colors of #7A0251
Black with #7A0251
Text Example
Text Example
White with #7A0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0251; }
p { color: rgb(122,2,81); }
H1.HeaderClassName
{
color: #7A0251;
}
.AnyTagClassName
{
color: #7A0251;
}
</style>
background-color css
<style>
a { background-color: #7A0251; }
a { background-color: rgb(122,2,81); }
div.DivClassName
{
background-color: #7A0251;
}
.BgClassName
{
background-color: #7A0251;
}
</style>
border-color css
<style>
span { border-color: #7A0251; }
span { border-color: rgb(122,2,81); }
td.TdClassName
{
border-color: #7A0251;
}
.TagClassName
{
border-color: #7A0251;
}
</style>