Shades of Vivid Violet #7A2E9E
Tints of Vivid Violet #7A2E9E
RGB
CMYK
RGB Variations
Color information
#7A2E9E (or 0x7A2E9E) is known color: Vivid Violet. HEX triplet: 7A, 2E and 9E. RGB value is (122,46,158). Sum of RGB (Red+Green+Blue) = 122+46+158=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A2E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2E9E is #85D161. Grayscale: #515151. Windows color (decimal): -8769890 or 10366586. OLE color: 10366586.
HSL color Cylindrical-coordinate representation of color #7A2E9E: hue angle of 280.71º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A2E9E is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 46 | 158 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.38 |
| HSL | 280.71º | 0.55% | 0.4% | - |
| HSV(B) | 280.71º | 0.71% | 0.62% | - |
| XYZ | 15.17 | 8.56 | 33.2 | - |
| YUV | 81.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 158 | 0.23 | 0.71 | 0 | 0.38 | 280.71 | 0.55 | 0.4 |
| Hex | 7A | 2E | 9E | 17 | 47 | 0 | 26 | 119 | 37 | 28 |
| Octal | 172 | 56 | 236 | 27 | 107 | 0 | 46 | 431 | 67 | 50 |
| Binary | 1111010 | 101110 | 10011110 | 10111 | 1000111 | 0 | 100110 | 100011001 | 110111 | 101000 |
Color Harmonies of #7A2E9E
Complementary color
Monochromatic Colors of #7A2E9E
Black with #7A2E9E
Text Example
Text Example
White with #7A2E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E9E; }
p { color: rgb(122,46,158); }
H1.HeaderClassName
{
color: #7A2E9E;
}
.AnyTagClassName
{
color: #7A2E9E;
}
</style>
background-color css
<style>
a { background-color: #7A2E9E; }
a { background-color: rgb(122,46,158); }
div.DivClassName
{
background-color: #7A2E9E;
}
.BgClassName
{
background-color: #7A2E9E;
}
</style>
border-color css
<style>
span { border-color: #7A2E9E; }
span { border-color: rgb(122,46,158); }
td.TdClassName
{
border-color: #7A2E9E;
}
.TagClassName
{
border-color: #7A2E9E;
}
</style>