Shades of Vivid Violet #7A3086
Tints of Vivid Violet #7A3086
RGB
CMYK
RGB Variations
Color information
#7A3086 (or 0x7A3086) is known color: Vivid Violet. HEX triplet: 7A, 30 and 86. RGB value is (122,48,134). Sum of RGB (Red+Green+Blue) = 122+48+134=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A3086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3086 is #85CF79. Grayscale: #4F4F4F. Windows color (decimal): -8769402 or 8794234. OLE color: 8794234.
HSL color Cylindrical-coordinate representation of color #7A3086: hue angle of 291.63º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A3086 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 48 | 134 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.47 |
| HSL | 291.63º | 0.47% | 0.36% | - |
| HSV(B) | 291.63º | 0.64% | 0.53% | - |
| XYZ | 13.39 | 7.97 | 23.39 | - |
| YUV | 79.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 134 | 0.09 | 0.64 | 0 | 0.47 | 291.63 | 0.47 | 0.36 |
| Hex | 7A | 30 | 86 | 9 | 40 | 0 | 2F | 124 | 2F | 24 |
| Octal | 172 | 60 | 206 | 11 | 100 | 0 | 57 | 444 | 57 | 44 |
| Binary | 1111010 | 110000 | 10000110 | 1001 | 1000000 | 0 | 101111 | 100100100 | 101111 | 100100 |
Color Harmonies of #7A3086
Complementary color
Monochromatic Colors of #7A3086
Black with #7A3086
Text Example
Text Example
White with #7A3086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3086; }
p { color: rgb(122,48,134); }
H1.HeaderClassName
{
color: #7A3086;
}
.AnyTagClassName
{
color: #7A3086;
}
</style>
background-color css
<style>
a { background-color: #7A3086; }
a { background-color: rgb(122,48,134); }
div.DivClassName
{
background-color: #7A3086;
}
.BgClassName
{
background-color: #7A3086;
}
</style>
border-color css
<style>
span { border-color: #7A3086; }
span { border-color: rgb(122,48,134); }
td.TdClassName
{
border-color: #7A3086;
}
.TagClassName
{
border-color: #7A3086;
}
</style>