Shades of Vivid Violet #7A1AA9
Tints of Vivid Violet #7A1AA9
RGB
CMYK
RGB Variations
Color information
#7A1AA9 (or 0x7A1AA9) is known color: Vivid Violet. HEX triplet: 7A, 1A and A9. RGB value is (122,26,169). Sum of RGB (Red+Green+Blue) = 122+26+169=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A1AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1AA9 is #85E556. Grayscale: #464646. Windows color (decimal): -8774999 or 11082362. OLE color: 11082362.
HSL color Cylindrical-coordinate representation of color #7A1AA9: hue angle of 280.28º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1AA9 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 26 | 169 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.34 |
| HSL | 280.28º | 0.73% | 0.38% | - |
| HSV(B) | 280.28º | 0.85% | 0.66% | - |
| XYZ | 15.56 | 7.74 | 38.21 | - |
| YUV | 71.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 169 | 0.28 | 0.85 | 0 | 0.34 | 280.28 | 0.73 | 0.38 |
| Hex | 7A | 1A | A9 | 1C | 55 | 0 | 22 | 118 | 49 | 26 |
| Octal | 172 | 32 | 251 | 34 | 125 | 0 | 42 | 430 | 111 | 46 |
| Binary | 1111010 | 11010 | 10101001 | 11100 | 1010101 | 0 | 100010 | 100011000 | 1001001 | 100110 |
Color Harmonies of #7A1AA9
Complementary color
Monochromatic Colors of #7A1AA9
Black with #7A1AA9
Text Example
Text Example
White with #7A1AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1AA9; }
p { color: rgb(122,26,169); }
H1.HeaderClassName
{
color: #7A1AA9;
}
.AnyTagClassName
{
color: #7A1AA9;
}
</style>
background-color css
<style>
a { background-color: #7A1AA9; }
a { background-color: rgb(122,26,169); }
div.DivClassName
{
background-color: #7A1AA9;
}
.BgClassName
{
background-color: #7A1AA9;
}
</style>
border-color css
<style>
span { border-color: #7A1AA9; }
span { border-color: rgb(122,26,169); }
td.TdClassName
{
border-color: #7A1AA9;
}
.TagClassName
{
border-color: #7A1AA9;
}
</style>