Shades of Dark Violet #7A0EBE
Tints of Dark Violet #7A0EBE
RGB
CMYK
RGB Variations
Color information
#7A0EBE (or 0x7A0EBE) is known color: Dark Violet. HEX triplet: 7A, 0E and BE. RGB value is (122,14,190). Sum of RGB (Red+Green+Blue) = 122+14+190=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A0EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0EBE is #85F141. Grayscale: #414141. Windows color (decimal): -8778050 or 12455546. OLE color: 12455546.
HSL color Cylindrical-coordinate representation of color #7A0EBE: hue angle of 276.82º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0EBE is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 14 | 190 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.25 |
| HSL | 276.82º | 0.86% | 0.4% | - |
| HSV(B) | 276.82º | 0.93% | 0.75% | - |
| XYZ | 17.48 | 8.17 | 49.37 | - |
| YUV | 66.36 | 197.78 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 190 | 0.36 | 0.93 | 0 | 0.25 | 276.82 | 0.86 | 0.4 |
| Hex | 7A | E | BE | 24 | 5D | 0 | 19 | 115 | 56 | 28 |
| Octal | 172 | 16 | 276 | 44 | 135 | 0 | 31 | 425 | 126 | 50 |
| Binary | 1111010 | 1110 | 10111110 | 100100 | 1011101 | 0 | 11001 | 100010101 | 1010110 | 101000 |
Color Harmonies of #7A0EBE
Complementary color
Monochromatic Colors of #7A0EBE
Black with #7A0EBE
Text Example
Text Example
White with #7A0EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0EBE; }
p { color: rgb(122,14,190); }
H1.HeaderClassName
{
color: #7A0EBE;
}
.AnyTagClassName
{
color: #7A0EBE;
}
</style>
background-color css
<style>
a { background-color: #7A0EBE; }
a { background-color: rgb(122,14,190); }
div.DivClassName
{
background-color: #7A0EBE;
}
.BgClassName
{
background-color: #7A0EBE;
}
</style>
border-color css
<style>
span { border-color: #7A0EBE; }
span { border-color: rgb(122,14,190); }
td.TdClassName
{
border-color: #7A0EBE;
}
.TagClassName
{
border-color: #7A0EBE;
}
</style>