Shades of Vivid Violet #7A2190
Tints of Vivid Violet #7A2190
RGB
CMYK
RGB Variations
Color information
#7A2190 (or 0x7A2190) is known color: Vivid Violet. HEX triplet: 7A, 21 and 90. RGB value is (122,33,144). Sum of RGB (Red+Green+Blue) = 122+33+144=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A2190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2190 is #85DE6F. Grayscale: #474747. Windows color (decimal): -8773232 or 9445754. OLE color: 9445754.
HSL color Cylindrical-coordinate representation of color #7A2190: hue angle of 288.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A2190 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 33 | 144 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.44 |
| HSL | 288.11º | 0.63% | 0.35% | - |
| HSV(B) | 288.11º | 0.77% | 0.56% | - |
| XYZ | 13.6 | 7.24 | 27.07 | - |
| YUV | 72.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 144 | 0.15 | 0.77 | 0 | 0.44 | 288.11 | 0.63 | 0.35 |
| Hex | 7A | 21 | 90 | F | 4D | 0 | 2C | 120 | 3F | 23 |
| Octal | 172 | 41 | 220 | 17 | 115 | 0 | 54 | 440 | 77 | 43 |
| Binary | 1111010 | 100001 | 10010000 | 1111 | 1001101 | 0 | 101100 | 100100000 | 111111 | 100011 |
Color Harmonies of #7A2190
Complementary color
Monochromatic Colors of #7A2190
Black with #7A2190
Text Example
Text Example
White with #7A2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2190; }
p { color: rgb(122,33,144); }
H1.HeaderClassName
{
color: #7A2190;
}
.AnyTagClassName
{
color: #7A2190;
}
</style>
background-color css
<style>
a { background-color: #7A2190; }
a { background-color: rgb(122,33,144); }
div.DivClassName
{
background-color: #7A2190;
}
.BgClassName
{
background-color: #7A2190;
}
</style>
border-color css
<style>
span { border-color: #7A2190; }
span { border-color: rgb(122,33,144); }
td.TdClassName
{
border-color: #7A2190;
}
.TagClassName
{
border-color: #7A2190;
}
</style>