Shades of Vivid Violet #7A3C84
Tints of Vivid Violet #7A3C84
RGB
CMYK
RGB Variations
Color information
#7A3C84 (or 0x7A3C84) is known color: Vivid Violet. HEX triplet: 7A, 3C and 84. RGB value is (122,60,132). Sum of RGB (Red+Green+Blue) = 122+60+132=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A3C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3C84 is #85C37B. Grayscale: #565656. Windows color (decimal): -8766332 or 8666234. OLE color: 8666234.
HSL color Cylindrical-coordinate representation of color #7A3C84: hue angle of 291.67º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A3C84 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 60 | 132 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.48 |
| HSL | 291.67º | 0.38% | 0.38% | - |
| HSV(B) | 291.67º | 0.55% | 0.52% | - |
| XYZ | 13.81 | 9.04 | 22.85 | - |
| YUV | 86.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 132 | 0.08 | 0.55 | 0 | 0.48 | 291.67 | 0.38 | 0.38 |
| Hex | 7A | 3C | 84 | 8 | 37 | 0 | 30 | 124 | 26 | 26 |
| Octal | 172 | 74 | 204 | 10 | 67 | 0 | 60 | 444 | 46 | 46 |
| Binary | 1111010 | 111100 | 10000100 | 1000 | 110111 | 0 | 110000 | 100100100 | 100110 | 100110 |
Color Harmonies of #7A3C84
Complementary color
Monochromatic Colors of #7A3C84
Black with #7A3C84
Text Example
Text Example
White with #7A3C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C84; }
p { color: rgb(122,60,132); }
H1.HeaderClassName
{
color: #7A3C84;
}
.AnyTagClassName
{
color: #7A3C84;
}
</style>
background-color css
<style>
a { background-color: #7A3C84; }
a { background-color: rgb(122,60,132); }
div.DivClassName
{
background-color: #7A3C84;
}
.BgClassName
{
background-color: #7A3C84;
}
</style>
border-color css
<style>
span { border-color: #7A3C84; }
span { border-color: rgb(122,60,132); }
td.TdClassName
{
border-color: #7A3C84;
}
.TagClassName
{
border-color: #7A3C84;
}
</style>