Shades of Dark Violet #7A0BBB
Tints of Dark Violet #7A0BBB
RGB
CMYK
RGB Variations
Color information
#7A0BBB (or 0x7A0BBB) is known color: Dark Violet. HEX triplet: 7A, 0B and BB. RGB value is (122,11,187). Sum of RGB (Red+Green+Blue) = 122+11+187=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A0BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0BBB is #85F444. Grayscale: #3F3F3F. Windows color (decimal): -8778821 or 12258170. OLE color: 12258170.
HSL color Cylindrical-coordinate representation of color #7A0BBB: hue angle of 277.84º 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 #7A0BBB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 11 | 187 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.27 |
| HSL | 277.84º | 0.89% | 0.39% | - |
| HSV(B) | 277.84º | 0.94% | 0.73% | - |
| XYZ | 17.12 | 7.96 | 47.65 | - |
| YUV | 64.25 | 197.27 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 187 | 0.35 | 0.94 | 0 | 0.27 | 277.84 | 0.89 | 0.39 |
| Hex | 7A | B | BB | 23 | 5E | 0 | 1B | 116 | 59 | 27 |
| Octal | 172 | 13 | 273 | 43 | 136 | 0 | 33 | 426 | 131 | 47 |
| Binary | 1111010 | 1011 | 10111011 | 100011 | 1011110 | 0 | 11011 | 100010110 | 1011001 | 100111 |
Color Harmonies of #7A0BBB
Complementary color
Monochromatic Colors of #7A0BBB
Black with #7A0BBB
Text Example
Text Example
White with #7A0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0BBB; }
p { color: rgb(122,11,187); }
H1.HeaderClassName
{
color: #7A0BBB;
}
.AnyTagClassName
{
color: #7A0BBB;
}
</style>
background-color css
<style>
a { background-color: #7A0BBB; }
a { background-color: rgb(122,11,187); }
div.DivClassName
{
background-color: #7A0BBB;
}
.BgClassName
{
background-color: #7A0BBB;
}
</style>
border-color css
<style>
span { border-color: #7A0BBB; }
span { border-color: rgb(122,11,187); }
td.TdClassName
{
border-color: #7A0BBB;
}
.TagClassName
{
border-color: #7A0BBB;
}
</style>