Shades of Blue Violet #7A0EE0
Tints of Blue Violet #7A0EE0
RGB
CMYK
RGB Variations
Color information
#7A0EE0 (or 0x7A0EE0) is known color: Blue Violet. HEX triplet: 7A, 0E and E0. RGB value is (122,14,224). Sum of RGB (Red+Green+Blue) = 122+14+224=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A0EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0EE0 is #85F11F. Grayscale: #454545. Windows color (decimal): -8778016 or 14683770. OLE color: 14683770.
HSL color Cylindrical-coordinate representation of color #7A0EE0: hue angle of 270.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0EE0 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 14 | 224 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.12 |
| HSL | 270.86º | 0.88% | 0.47% | - |
| HSV(B) | 270.86º | 0.94% | 0.88% | - |
| XYZ | 21.64 | 9.83 | 71.28 | - |
| YUV | 70.23 | 214.78 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 224 | 0.46 | 0.94 | 0 | 0.12 | 270.86 | 0.88 | 0.47 |
| Hex | 7A | E | E0 | 2E | 5E | 0 | C | 10F | 58 | 2F |
| Octal | 172 | 16 | 340 | 56 | 136 | 0 | 14 | 417 | 130 | 57 |
| Binary | 1111010 | 1110 | 11100000 | 101110 | 1011110 | 0 | 1100 | 100001111 | 1011000 | 101111 |
Color Harmonies of #7A0EE0
Complementary color
Monochromatic Colors of #7A0EE0
Black with #7A0EE0
Text Example
Text Example
White with #7A0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0EE0; }
p { color: rgb(122,14,224); }
H1.HeaderClassName
{
color: #7A0EE0;
}
.AnyTagClassName
{
color: #7A0EE0;
}
</style>
background-color css
<style>
a { background-color: #7A0EE0; }
a { background-color: rgb(122,14,224); }
div.DivClassName
{
background-color: #7A0EE0;
}
.BgClassName
{
background-color: #7A0EE0;
}
</style>
border-color css
<style>
span { border-color: #7A0EE0; }
span { border-color: rgb(122,14,224); }
td.TdClassName
{
border-color: #7A0EE0;
}
.TagClassName
{
border-color: #7A0EE0;
}
</style>