Shades of Dark Violet #7A0BBA
Tints of Dark Violet #7A0BBA
RGB
CMYK
RGB Variations
Color information
#7A0BBA (or 0x7A0BBA) is known color: Dark Violet. HEX triplet: 7A, 0B and BA. RGB value is (122,11,186). Sum of RGB (Red+Green+Blue) = 122+11+186=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0BBA is #85F445. Grayscale: #3F3F3F. Windows color (decimal): -8778822 or 12192634. OLE color: 12192634.
HSL color Cylindrical-coordinate representation of color #7A0BBA: hue angle of 278.06º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0BBA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 11 | 186 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.27 |
| HSL | 278.06º | 0.89% | 0.39% | - |
| HSV(B) | 278.06º | 0.94% | 0.73% | - |
| XYZ | 17.01 | 7.92 | 47.09 | - |
| YUV | 64.14 | 196.77 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 186 | 0.34 | 0.94 | 0 | 0.27 | 278.06 | 0.89 | 0.39 |
| Hex | 7A | B | BA | 22 | 5E | 0 | 1B | 116 | 59 | 27 |
| Octal | 172 | 13 | 272 | 42 | 136 | 0 | 33 | 426 | 131 | 47 |
| Binary | 1111010 | 1011 | 10111010 | 100010 | 1011110 | 0 | 11011 | 100010110 | 1011001 | 100111 |
Color Harmonies of #7A0BBA
Complementary color
Monochromatic Colors of #7A0BBA
Black with #7A0BBA
Text Example
Text Example
White with #7A0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0BBA; }
p { color: rgb(122,11,186); }
H1.HeaderClassName
{
color: #7A0BBA;
}
.AnyTagClassName
{
color: #7A0BBA;
}
</style>
background-color css
<style>
a { background-color: #7A0BBA; }
a { background-color: rgb(122,11,186); }
div.DivClassName
{
background-color: #7A0BBA;
}
.BgClassName
{
background-color: #7A0BBA;
}
</style>
border-color css
<style>
span { border-color: #7A0BBA; }
span { border-color: rgb(122,11,186); }
td.TdClassName
{
border-color: #7A0BBA;
}
.TagClassName
{
border-color: #7A0BBA;
}
</style>