Shades of Tyrian Purple #7A0142
Tints of Tyrian Purple #7A0142
RGB
CMYK
RGB Variations
Color information
#7A0142 (or 0x7A0142) is known color: Tyrian Purple. HEX triplet: 7A, 01 and 42. RGB value is (122,1,66). Sum of RGB (Red+Green+Blue) = 122+1+66=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0142 is #85FEBD. Grayscale: #2C2C2C. Windows color (decimal): -8781502 or 4325754. OLE color: 4325754.
HSL color Cylindrical-coordinate representation of color #7A0142: hue angle of 327.77º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0142 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.52 |
| HSL | 327.77º | 0.98% | 0.24% | - |
| HSV(B) | 327.77º | 0.99% | 0.48% | - |
| XYZ | 9.02 | 4.55 | 5.56 | - |
| YUV | 44.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 66 | 0 | 0.99 | 0.46 | 0.52 | 327.77 | 0.98 | 0.24 |
| Hex | 7A | 1 | 42 | 0 | 63 | 2E | 34 | 148 | 62 | 18 |
| Octal | 172 | 1 | 102 | 0 | 143 | 56 | 64 | 510 | 142 | 30 |
| Binary | 1111010 | 1 | 1000010 | 0 | 1100011 | 101110 | 110100 | 101001000 | 1100010 | 11000 |
Color Harmonies of #7A0142
Complementary color
Monochromatic Colors of #7A0142
Black with #7A0142
Text Example
Text Example
White with #7A0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0142; }
p { color: rgb(122,1,66); }
H1.HeaderClassName
{
color: #7A0142;
}
.AnyTagClassName
{
color: #7A0142;
}
</style>
background-color css
<style>
a { background-color: #7A0142; }
a { background-color: rgb(122,1,66); }
div.DivClassName
{
background-color: #7A0142;
}
.BgClassName
{
background-color: #7A0142;
}
</style>
border-color css
<style>
span { border-color: #7A0142; }
span { border-color: rgb(122,1,66); }
td.TdClassName
{
border-color: #7A0142;
}
.TagClassName
{
border-color: #7A0142;
}
</style>