Shades of Vivid Violet #7A2095
Tints of Vivid Violet #7A2095
RGB
CMYK
RGB Variations
Color information
#7A2095 (or 0x7A2095) is known color: Vivid Violet. HEX triplet: 7A, 20 and 95. RGB value is (122,32,149). Sum of RGB (Red+Green+Blue) = 122+32+149=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A2095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2095 is #85DF6A. Grayscale: #474747. Windows color (decimal): -8773483 or 9773178. OLE color: 9773178.
HSL color Cylindrical-coordinate representation of color #7A2095: hue angle of 286.15º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A2095 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 32 | 149 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.42 |
| HSL | 286.15º | 0.65% | 0.35% | - |
| HSV(B) | 286.15º | 0.79% | 0.58% | - |
| XYZ | 13.97 | 7.34 | 29.11 | - |
| YUV | 72.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 149 | 0.18 | 0.79 | 0 | 0.42 | 286.15 | 0.65 | 0.35 |
| Hex | 7A | 20 | 95 | 12 | 4F | 0 | 2A | 11E | 41 | 23 |
| Octal | 172 | 40 | 225 | 22 | 117 | 0 | 52 | 436 | 101 | 43 |
| Binary | 1111010 | 100000 | 10010101 | 10010 | 1001111 | 0 | 101010 | 100011110 | 1000001 | 100011 |
Color Harmonies of #7A2095
Complementary color
Monochromatic Colors of #7A2095
Black with #7A2095
Text Example
Text Example
White with #7A2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2095; }
p { color: rgb(122,32,149); }
H1.HeaderClassName
{
color: #7A2095;
}
.AnyTagClassName
{
color: #7A2095;
}
</style>
background-color css
<style>
a { background-color: #7A2095; }
a { background-color: rgb(122,32,149); }
div.DivClassName
{
background-color: #7A2095;
}
.BgClassName
{
background-color: #7A2095;
}
</style>
border-color css
<style>
span { border-color: #7A2095; }
span { border-color: rgb(122,32,149); }
td.TdClassName
{
border-color: #7A2095;
}
.TagClassName
{
border-color: #7A2095;
}
</style>