Shades of Vivid Violet #7A2090
Tints of Vivid Violet #7A2090
RGB
CMYK
RGB Variations
Color information
#7A2090 (or 0x7A2090) is known color: Vivid Violet. HEX triplet: 7A, 20 and 90. RGB value is (122,32,144). Sum of RGB (Red+Green+Blue) = 122+32+144=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A2090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2090 is #85DF6F. Grayscale: #474747. Windows color (decimal): -8773488 or 9445498. OLE color: 9445498.
HSL color Cylindrical-coordinate representation of color #7A2090: hue angle of 288.21º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A2090 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 32 | 144 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.44 |
| HSL | 288.21º | 0.64% | 0.35% | - |
| HSV(B) | 288.21º | 0.78% | 0.56% | - |
| XYZ | 13.58 | 7.18 | 27.06 | - |
| YUV | 71.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 144 | 0.15 | 0.78 | 0 | 0.44 | 288.21 | 0.64 | 0.35 |
| Hex | 7A | 20 | 90 | F | 4E | 0 | 2C | 120 | 40 | 23 |
| Octal | 172 | 40 | 220 | 17 | 116 | 0 | 54 | 440 | 100 | 43 |
| Binary | 1111010 | 100000 | 10010000 | 1111 | 1001110 | 0 | 101100 | 100100000 | 1000000 | 100011 |
Color Harmonies of #7A2090
Complementary color
Monochromatic Colors of #7A2090
Black with #7A2090
Text Example
Text Example
White with #7A2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2090; }
p { color: rgb(122,32,144); }
H1.HeaderClassName
{
color: #7A2090;
}
.AnyTagClassName
{
color: #7A2090;
}
</style>
background-color css
<style>
a { background-color: #7A2090; }
a { background-color: rgb(122,32,144); }
div.DivClassName
{
background-color: #7A2090;
}
.BgClassName
{
background-color: #7A2090;
}
</style>
border-color css
<style>
span { border-color: #7A2090; }
span { border-color: rgb(122,32,144); }
td.TdClassName
{
border-color: #7A2090;
}
.TagClassName
{
border-color: #7A2090;
}
</style>