Shades of Tyrian Purple #7A0147
Tints of Tyrian Purple #7A0147
RGB
CMYK
RGB Variations
Color information
#7A0147 (or 0x7A0147) is known color: Tyrian Purple. HEX triplet: 7A, 01 and 47. RGB value is (122,1,71). Sum of RGB (Red+Green+Blue) = 122+1+71=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0147 is #85FEB8. Grayscale: #2D2D2D. Windows color (decimal): -8781497 or 4653434. OLE color: 4653434.
HSL color Cylindrical-coordinate representation of color #7A0147: hue angle of 325.29º 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 #7A0147 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.52 |
| HSL | 325.29º | 0.98% | 0.24% | - |
| HSV(B) | 325.29º | 0.99% | 0.48% | - |
| XYZ | 9.17 | 4.61 | 6.37 | - |
| YUV | 45.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 71 | 0 | 0.99 | 0.42 | 0.52 | 325.29 | 0.98 | 0.24 |
| Hex | 7A | 1 | 47 | 0 | 63 | 2A | 34 | 145 | 62 | 18 |
| Octal | 172 | 1 | 107 | 0 | 143 | 52 | 64 | 505 | 142 | 30 |
| Binary | 1111010 | 1 | 1000111 | 0 | 1100011 | 101010 | 110100 | 101000101 | 1100010 | 11000 |
Color Harmonies of #7A0147
Complementary color
Monochromatic Colors of #7A0147
Black with #7A0147
Text Example
Text Example
White with #7A0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0147; }
p { color: rgb(122,1,71); }
H1.HeaderClassName
{
color: #7A0147;
}
.AnyTagClassName
{
color: #7A0147;
}
</style>
background-color css
<style>
a { background-color: #7A0147; }
a { background-color: rgb(122,1,71); }
div.DivClassName
{
background-color: #7A0147;
}
.BgClassName
{
background-color: #7A0147;
}
</style>
border-color css
<style>
span { border-color: #7A0147; }
span { border-color: rgb(122,1,71); }
td.TdClassName
{
border-color: #7A0147;
}
.TagClassName
{
border-color: #7A0147;
}
</style>