Shades of Vivid Violet #7A3694
Tints of Vivid Violet #7A3694
RGB
CMYK
RGB Variations
Color information
#7A3694 (or 0x7A3694) is known color: Vivid Violet. HEX triplet: 7A, 36 and 94. RGB value is (122,54,148). Sum of RGB (Red+Green+Blue) = 122+54+148=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A3694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3694 is #85C96B. Grayscale: #545454. Windows color (decimal): -8767852 or 9713274. OLE color: 9713274.
HSL color Cylindrical-coordinate representation of color #7A3694: hue angle of 283.4º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A3694 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 54 | 148 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.42 |
| HSL | 283.4º | 0.47% | 0.4% | - |
| HSV(B) | 283.4º | 0.64% | 0.58% | - |
| XYZ | 14.69 | 8.91 | 28.96 | - |
| YUV | 85.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 148 | 0.18 | 0.64 | 0 | 0.42 | 283.4 | 0.47 | 0.4 |
| Hex | 7A | 36 | 94 | 12 | 40 | 0 | 2A | 11B | 2F | 28 |
| Octal | 172 | 66 | 224 | 22 | 100 | 0 | 52 | 433 | 57 | 50 |
| Binary | 1111010 | 110110 | 10010100 | 10010 | 1000000 | 0 | 101010 | 100011011 | 101111 | 101000 |
Color Harmonies of #7A3694
Complementary color
Monochromatic Colors of #7A3694
Black with #7A3694
Text Example
Text Example
White with #7A3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3694; }
p { color: rgb(122,54,148); }
H1.HeaderClassName
{
color: #7A3694;
}
.AnyTagClassName
{
color: #7A3694;
}
</style>
background-color css
<style>
a { background-color: #7A3694; }
a { background-color: rgb(122,54,148); }
div.DivClassName
{
background-color: #7A3694;
}
.BgClassName
{
background-color: #7A3694;
}
</style>
border-color css
<style>
span { border-color: #7A3694; }
span { border-color: rgb(122,54,148); }
td.TdClassName
{
border-color: #7A3694;
}
.TagClassName
{
border-color: #7A3694;
}
</style>