Shades of Dark Violet #7A0BB2
Tints of Dark Violet #7A0BB2
RGB
CMYK
RGB Variations
Color information
#7A0BB2 (or 0x7A0BB2) is known color: Dark Violet. HEX triplet: 7A, 0B and B2. RGB value is (122,11,178). Sum of RGB (Red+Green+Blue) = 122+11+178=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #7A0BB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0BB2 is #85F44D. Grayscale: #3E3E3E. Windows color (decimal): -8778830 or 11668346. OLE color: 11668346.
HSL color Cylindrical-coordinate representation of color #7A0BB2: hue angle of 279.88º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0BB2 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 11 | 178 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.30 |
| HSL | 279.88º | 0.88% | 0.37% | - |
| HSV(B) | 279.88º | 0.94% | 0.7% | - |
| XYZ | 16.18 | 7.59 | 42.73 | - |
| YUV | 63.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 178 | 0.31 | 0.94 | 0 | 0.30 | 279.88 | 0.88 | 0.37 |
| Hex | 7A | B | B2 | 1F | 5E | 0 | 1E | 118 | 58 | 25 |
| Octal | 172 | 13 | 262 | 37 | 136 | 0 | 36 | 430 | 130 | 45 |
| Binary | 1111010 | 1011 | 10110010 | 11111 | 1011110 | 0 | 11110 | 100011000 | 1011000 | 100101 |
Color Harmonies of #7A0BB2
Complementary color
Monochromatic Colors of #7A0BB2
Black with #7A0BB2
Text Example
Text Example
White with #7A0BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0BB2; }
p { color: rgb(122,11,178); }
H1.HeaderClassName
{
color: #7A0BB2;
}
.AnyTagClassName
{
color: #7A0BB2;
}
</style>
background-color css
<style>
a { background-color: #7A0BB2; }
a { background-color: rgb(122,11,178); }
div.DivClassName
{
background-color: #7A0BB2;
}
.BgClassName
{
background-color: #7A0BB2;
}
</style>
border-color css
<style>
span { border-color: #7A0BB2; }
span { border-color: rgb(122,11,178); }
td.TdClassName
{
border-color: #7A0BB2;
}
.TagClassName
{
border-color: #7A0BB2;
}
</style>