Shades of Tyrian Purple #7A014A
Tints of Tyrian Purple #7A014A
RGB
CMYK
RGB Variations
Color information
#7A014A (or 0x7A014A) is known color: Tyrian Purple. HEX triplet: 7A, 01 and 4A. RGB value is (122,1,74). Sum of RGB (Red+Green+Blue) = 122+1+74=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A014A is #85FEB5. Grayscale: #2D2D2D. Windows color (decimal): -8781494 or 4850042. OLE color: 4850042.
HSL color Cylindrical-coordinate representation of color #7A014A: hue angle of 323.8º 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 #7A014A is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.52 |
| HSL | 323.8º | 0.98% | 0.24% | - |
| HSV(B) | 323.8º | 0.99% | 0.48% | - |
| XYZ | 9.27 | 4.65 | 6.89 | - |
| YUV | 45.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 74 | 0 | 0.99 | 0.39 | 0.52 | 323.8 | 0.98 | 0.24 |
| Hex | 7A | 1 | 4A | 0 | 63 | 27 | 34 | 144 | 62 | 18 |
| Octal | 172 | 1 | 112 | 0 | 143 | 47 | 64 | 504 | 142 | 30 |
| Binary | 1111010 | 1 | 1001010 | 0 | 1100011 | 100111 | 110100 | 101000100 | 1100010 | 11000 |
Color Harmonies of #7A014A
Complementary color
Monochromatic Colors of #7A014A
Black with #7A014A
Text Example
Text Example
White with #7A014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A014A; }
p { color: rgb(122,1,74); }
H1.HeaderClassName
{
color: #7A014A;
}
.AnyTagClassName
{
color: #7A014A;
}
</style>
background-color css
<style>
a { background-color: #7A014A; }
a { background-color: rgb(122,1,74); }
div.DivClassName
{
background-color: #7A014A;
}
.BgClassName
{
background-color: #7A014A;
}
</style>
border-color css
<style>
span { border-color: #7A014A; }
span { border-color: rgb(122,1,74); }
td.TdClassName
{
border-color: #7A014A;
}
.TagClassName
{
border-color: #7A014A;
}
</style>