Shades of Dark Violet #7A0AB9
Tints of Dark Violet #7A0AB9
RGB
CMYK
RGB Variations
Color information
#7A0AB9 (or 0x7A0AB9) is known color: Dark Violet. HEX triplet: 7A, 0A and B9. RGB value is (122,10,185). Sum of RGB (Red+Green+Blue) = 122+10+185=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A0AB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0AB9 is #85F546. Grayscale: #3E3E3E. Windows color (decimal): -8779079 or 12126842. OLE color: 12126842.
HSL color Cylindrical-coordinate representation of color #7A0AB9: hue angle of 278.4º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0AB9 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 10 | 185 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.27 |
| HSL | 278.4º | 0.9% | 0.38% | - |
| HSV(B) | 278.4º | 0.95% | 0.73% | - |
| XYZ | 16.89 | 7.86 | 46.53 | - |
| YUV | 63.44 | 196.61 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 185 | 0.34 | 0.95 | 0 | 0.27 | 278.4 | 0.9 | 0.38 |
| Hex | 7A | A | B9 | 22 | 5F | 0 | 1B | 116 | 5A | 26 |
| Octal | 172 | 12 | 271 | 42 | 137 | 0 | 33 | 426 | 132 | 46 |
| Binary | 1111010 | 1010 | 10111001 | 100010 | 1011111 | 0 | 11011 | 100010110 | 1011010 | 100110 |
Color Harmonies of #7A0AB9
Complementary color
Monochromatic Colors of #7A0AB9
Black with #7A0AB9
Text Example
Text Example
White with #7A0AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AB9; }
p { color: rgb(122,10,185); }
H1.HeaderClassName
{
color: #7A0AB9;
}
.AnyTagClassName
{
color: #7A0AB9;
}
</style>
background-color css
<style>
a { background-color: #7A0AB9; }
a { background-color: rgb(122,10,185); }
div.DivClassName
{
background-color: #7A0AB9;
}
.BgClassName
{
background-color: #7A0AB9;
}
</style>
border-color css
<style>
span { border-color: #7A0AB9; }
span { border-color: rgb(122,10,185); }
td.TdClassName
{
border-color: #7A0AB9;
}
.TagClassName
{
border-color: #7A0AB9;
}
</style>