Shades of Vivid Violet #7A329E
Tints of Vivid Violet #7A329E
RGB
CMYK
RGB Variations
Color information
#7A329E (or 0x7A329E) is known color: Vivid Violet. HEX triplet: 7A, 32 and 9E. RGB value is (122,50,158). Sum of RGB (Red+Green+Blue) = 122+50+158=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A329E is #85CD61. Grayscale: #535353. Windows color (decimal): -8768866 or 10367610. OLE color: 10367610.
HSL color Cylindrical-coordinate representation of color #7A329E: hue angle of 280º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A329E is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 50 | 158 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.38 |
| HSL | 280º | 0.52% | 0.41% | - |
| HSV(B) | 280º | 0.68% | 0.62% | - |
| XYZ | 15.34 | 8.89 | 33.25 | - |
| YUV | 83.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 158 | 0.23 | 0.68 | 0 | 0.38 | 280 | 0.52 | 0.41 |
| Hex | 7A | 32 | 9E | 17 | 44 | 0 | 26 | 118 | 34 | 29 |
| Octal | 172 | 62 | 236 | 27 | 104 | 0 | 46 | 430 | 64 | 51 |
| Binary | 1111010 | 110010 | 10011110 | 10111 | 1000100 | 0 | 100110 | 100011000 | 110100 | 101001 |
Color Harmonies of #7A329E
Complementary color
Monochromatic Colors of #7A329E
Black with #7A329E
Text Example
Text Example
White with #7A329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A329E; }
p { color: rgb(122,50,158); }
H1.HeaderClassName
{
color: #7A329E;
}
.AnyTagClassName
{
color: #7A329E;
}
</style>
background-color css
<style>
a { background-color: #7A329E; }
a { background-color: rgb(122,50,158); }
div.DivClassName
{
background-color: #7A329E;
}
.BgClassName
{
background-color: #7A329E;
}
</style>
border-color css
<style>
span { border-color: #7A329E; }
span { border-color: rgb(122,50,158); }
td.TdClassName
{
border-color: #7A329E;
}
.TagClassName
{
border-color: #7A329E;
}
</style>