Shades of Vivid Violet #7A3991
Tints of Vivid Violet #7A3991
RGB
CMYK
RGB Variations
Color information
#7A3991 (or 0x7A3991) is known color: Vivid Violet. HEX triplet: 7A, 39 and 91. RGB value is (122,57,145). Sum of RGB (Red+Green+Blue) = 122+57+145=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A3991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3991 is #85C66E. Grayscale: #565656. Windows color (decimal): -8767087 or 9517434. OLE color: 9517434.
HSL color Cylindrical-coordinate representation of color #7A3991: hue angle of 284.32º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A3991 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 57 | 145 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.43 |
| HSL | 284.32º | 0.44% | 0.4% | - |
| HSV(B) | 284.32º | 0.61% | 0.57% | - |
| XYZ | 14.6 | 9.11 | 27.78 | - |
| YUV | 86.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 145 | 0.16 | 0.61 | 0 | 0.43 | 284.32 | 0.44 | 0.4 |
| Hex | 7A | 39 | 91 | 10 | 3D | 0 | 2B | 11C | 2C | 28 |
| Octal | 172 | 71 | 221 | 20 | 75 | 0 | 53 | 434 | 54 | 50 |
| Binary | 1111010 | 111001 | 10010001 | 10000 | 111101 | 0 | 101011 | 100011100 | 101100 | 101000 |
Color Harmonies of #7A3991
Complementary color
Monochromatic Colors of #7A3991
Black with #7A3991
Text Example
Text Example
White with #7A3991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3991; }
p { color: rgb(122,57,145); }
H1.HeaderClassName
{
color: #7A3991;
}
.AnyTagClassName
{
color: #7A3991;
}
</style>
background-color css
<style>
a { background-color: #7A3991; }
a { background-color: rgb(122,57,145); }
div.DivClassName
{
background-color: #7A3991;
}
.BgClassName
{
background-color: #7A3991;
}
</style>
border-color css
<style>
span { border-color: #7A3991; }
span { border-color: rgb(122,57,145); }
td.TdClassName
{
border-color: #7A3991;
}
.TagClassName
{
border-color: #7A3991;
}
</style>