Shades of Vivid Violet #7A379C
Tints of Vivid Violet #7A379C
RGB
CMYK
RGB Variations
Color information
#7A379C (or 0x7A379C) is known color: Vivid Violet. HEX triplet: 7A, 37 and 9C. RGB value is (122,55,156). Sum of RGB (Red+Green+Blue) = 122+55+156=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A379C is #85C863. Grayscale: #565656. Windows color (decimal): -8767588 or 10237818. OLE color: 10237818.
HSL color Cylindrical-coordinate representation of color #7A379C: hue angle of 279.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A379C is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 55 | 156 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.39 |
| HSL | 279.8º | 0.48% | 0.41% | - |
| HSV(B) | 279.8º | 0.65% | 0.61% | - |
| XYZ | 15.39 | 9.27 | 32.43 | - |
| YUV | 86.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 156 | 0.22 | 0.65 | 0 | 0.39 | 279.8 | 0.48 | 0.41 |
| Hex | 7A | 37 | 9C | 16 | 41 | 0 | 27 | 118 | 30 | 29 |
| Octal | 172 | 67 | 234 | 26 | 101 | 0 | 47 | 430 | 60 | 51 |
| Binary | 1111010 | 110111 | 10011100 | 10110 | 1000001 | 0 | 100111 | 100011000 | 110000 | 101001 |
Color Harmonies of #7A379C
Complementary color
Monochromatic Colors of #7A379C
Black with #7A379C
Text Example
Text Example
White with #7A379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A379C; }
p { color: rgb(122,55,156); }
H1.HeaderClassName
{
color: #7A379C;
}
.AnyTagClassName
{
color: #7A379C;
}
</style>
background-color css
<style>
a { background-color: #7A379C; }
a { background-color: rgb(122,55,156); }
div.DivClassName
{
background-color: #7A379C;
}
.BgClassName
{
background-color: #7A379C;
}
</style>
border-color css
<style>
span { border-color: #7A379C; }
span { border-color: rgb(122,55,156); }
td.TdClassName
{
border-color: #7A379C;
}
.TagClassName
{
border-color: #7A379C;
}
</style>