Shades of Vivid Violet #7A1A9E
Tints of Vivid Violet #7A1A9E
RGB
CMYK
RGB Variations
Color information
#7A1A9E (or 0x7A1A9E) is known color: Vivid Violet. HEX triplet: 7A, 1A and 9E. RGB value is (122,26,158). Sum of RGB (Red+Green+Blue) = 122+26+158=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A1A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1A9E is #85E561. Grayscale: #454545. Windows color (decimal): -8775010 or 10361466. OLE color: 10361466.
HSL color Cylindrical-coordinate representation of color #7A1A9E: hue angle of 283.64º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1A9E is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 26 | 158 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.38 |
| HSL | 283.64º | 0.72% | 0.36% | - |
| HSV(B) | 283.64º | 0.84% | 0.62% | - |
| XYZ | 14.57 | 7.34 | 33 | - |
| YUV | 69.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 158 | 0.23 | 0.84 | 0 | 0.38 | 283.64 | 0.72 | 0.36 |
| Hex | 7A | 1A | 9E | 17 | 54 | 0 | 26 | 11C | 48 | 24 |
| Octal | 172 | 32 | 236 | 27 | 124 | 0 | 46 | 434 | 110 | 44 |
| Binary | 1111010 | 11010 | 10011110 | 10111 | 1010100 | 0 | 100110 | 100011100 | 1001000 | 100100 |
Color Harmonies of #7A1A9E
Complementary color
Monochromatic Colors of #7A1A9E
Black with #7A1A9E
Text Example
Text Example
White with #7A1A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1A9E; }
p { color: rgb(122,26,158); }
H1.HeaderClassName
{
color: #7A1A9E;
}
.AnyTagClassName
{
color: #7A1A9E;
}
</style>
background-color css
<style>
a { background-color: #7A1A9E; }
a { background-color: rgb(122,26,158); }
div.DivClassName
{
background-color: #7A1A9E;
}
.BgClassName
{
background-color: #7A1A9E;
}
</style>
border-color css
<style>
span { border-color: #7A1A9E; }
span { border-color: rgb(122,26,158); }
td.TdClassName
{
border-color: #7A1A9E;
}
.TagClassName
{
border-color: #7A1A9E;
}
</style>