Shades of Vivid Violet #7A3E97
Tints of Vivid Violet #7A3E97
RGB
CMYK
RGB Variations
Color information
#7A3E97 (or 0x7A3E97) is known color: Vivid Violet. HEX triplet: 7A, 3E and 97. RGB value is (122,62,151). Sum of RGB (Red+Green+Blue) = 122+62+151=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A3E97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3E97 is #85C168. Grayscale: #595959. Windows color (decimal): -8765801 or 9911930. OLE color: 9911930.
HSL color Cylindrical-coordinate representation of color #7A3E97: hue angle of 280.45º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A3E97 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 62 | 151 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.41 |
| HSL | 280.45º | 0.42% | 0.42% | - |
| HSV(B) | 280.45º | 0.59% | 0.59% | - |
| XYZ | 15.33 | 9.82 | 30.36 | - |
| YUV | 90.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 151 | 0.19 | 0.59 | 0 | 0.41 | 280.45 | 0.42 | 0.42 |
| Hex | 7A | 3E | 97 | 13 | 3B | 0 | 29 | 118 | 2A | 2A |
| Octal | 172 | 76 | 227 | 23 | 73 | 0 | 51 | 430 | 52 | 52 |
| Binary | 1111010 | 111110 | 10010111 | 10011 | 111011 | 0 | 101001 | 100011000 | 101010 | 101010 |
Color Harmonies of #7A3E97
Complementary color
Monochromatic Colors of #7A3E97
Black with #7A3E97
Text Example
Text Example
White with #7A3E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E97; }
p { color: rgb(122,62,151); }
H1.HeaderClassName
{
color: #7A3E97;
}
.AnyTagClassName
{
color: #7A3E97;
}
</style>
background-color css
<style>
a { background-color: #7A3E97; }
a { background-color: rgb(122,62,151); }
div.DivClassName
{
background-color: #7A3E97;
}
.BgClassName
{
background-color: #7A3E97;
}
</style>
border-color css
<style>
span { border-color: #7A3E97; }
span { border-color: rgb(122,62,151); }
td.TdClassName
{
border-color: #7A3E97;
}
.TagClassName
{
border-color: #7A3E97;
}
</style>