Shades of Vivid Violet #7A3786
Tints of Vivid Violet #7A3786
RGB
CMYK
RGB Variations
Color information
#7A3786 (or 0x7A3786) is known color: Vivid Violet. HEX triplet: 7A, 37 and 86. RGB value is (122,55,134). Sum of RGB (Red+Green+Blue) = 122+55+134=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A3786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3786 is #85C879. Grayscale: #535353. Windows color (decimal): -8767610 or 8796026. OLE color: 8796026.
HSL color Cylindrical-coordinate representation of color #7A3786: hue angle of 290.89º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A3786 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 55 | 134 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.47 |
| HSL | 290.89º | 0.42% | 0.37% | - |
| HSV(B) | 290.89º | 0.59% | 0.53% | - |
| XYZ | 13.7 | 8.59 | 23.49 | - |
| YUV | 84.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 134 | 0.09 | 0.59 | 0 | 0.47 | 290.89 | 0.42 | 0.37 |
| Hex | 7A | 37 | 86 | 9 | 3B | 0 | 2F | 123 | 2A | 25 |
| Octal | 172 | 67 | 206 | 11 | 73 | 0 | 57 | 443 | 52 | 45 |
| Binary | 1111010 | 110111 | 10000110 | 1001 | 111011 | 0 | 101111 | 100100011 | 101010 | 100101 |
Color Harmonies of #7A3786
Complementary color
Monochromatic Colors of #7A3786
Black with #7A3786
Text Example
Text Example
White with #7A3786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3786; }
p { color: rgb(122,55,134); }
H1.HeaderClassName
{
color: #7A3786;
}
.AnyTagClassName
{
color: #7A3786;
}
</style>
background-color css
<style>
a { background-color: #7A3786; }
a { background-color: rgb(122,55,134); }
div.DivClassName
{
background-color: #7A3786;
}
.BgClassName
{
background-color: #7A3786;
}
</style>
border-color css
<style>
span { border-color: #7A3786; }
span { border-color: rgb(122,55,134); }
td.TdClassName
{
border-color: #7A3786;
}
.TagClassName
{
border-color: #7A3786;
}
</style>