Shades of Tyrian Purple #7A094D
Tints of Tyrian Purple #7A094D
RGB
CMYK
RGB Variations
Color information
#7A094D (or 0x7A094D) is known color: Tyrian Purple. HEX triplet: 7A, 09 and 4D. RGB value is (122,9,77). Sum of RGB (Red+Green+Blue) = 122+9+77=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A094D is #85F6B2. Grayscale: #323232. Windows color (decimal): -8779443 or 5048698. OLE color: 5048698.
HSL color Cylindrical-coordinate representation of color #7A094D: hue angle of 323.89º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A094D is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 77 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.52 |
| HSL | 323.89º | 0.86% | 0.26% | - |
| HSV(B) | 323.89º | 0.93% | 0.48% | - |
| XYZ | 9.46 | 4.87 | 7.46 | - |
| YUV | 50.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 77 | 0 | 0.93 | 0.37 | 0.52 | 323.89 | 0.86 | 0.26 |
| Hex | 7A | 9 | 4D | 0 | 5D | 25 | 34 | 144 | 56 | 1A |
| Octal | 172 | 11 | 115 | 0 | 135 | 45 | 64 | 504 | 126 | 32 |
| Binary | 1111010 | 1001 | 1001101 | 0 | 1011101 | 100101 | 110100 | 101000100 | 1010110 | 11010 |
Color Harmonies of #7A094D
Complementary color
Monochromatic Colors of #7A094D
Black with #7A094D
Text Example
Text Example
White with #7A094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A094D; }
p { color: rgb(122,9,77); }
H1.HeaderClassName
{
color: #7A094D;
}
.AnyTagClassName
{
color: #7A094D;
}
</style>
background-color css
<style>
a { background-color: #7A094D; }
a { background-color: rgb(122,9,77); }
div.DivClassName
{
background-color: #7A094D;
}
.BgClassName
{
background-color: #7A094D;
}
</style>
border-color css
<style>
span { border-color: #7A094D; }
span { border-color: rgb(122,9,77); }
td.TdClassName
{
border-color: #7A094D;
}
.TagClassName
{
border-color: #7A094D;
}
</style>