Shades of Blue Violet #7A11EC
Tints of Blue Violet #7A11EC
RGB
CMYK
RGB Variations
Color information
#7A11EC (or 0x7A11EC) is known color: Blue Violet. HEX triplet: 7A, 11 and EC. RGB value is (122,17,236). Sum of RGB (Red+Green+Blue) = 122+17+236=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A11EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A11EC is #85EE13. Grayscale: #484848. Windows color (decimal): -8777236 or 15470970. OLE color: 15470970.
HSL color Cylindrical-coordinate representation of color #7A11EC: hue angle of 268.77º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A11EC is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 17 | 236 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.07 |
| HSL | 268.77º | 0.87% | 0.5% | - |
| HSV(B) | 268.77º | 0.93% | 0.93% | - |
| XYZ | 23.37 | 10.59 | 80.17 | - |
| YUV | 73.36 | 219.79 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 236 | 0.48 | 0.93 | 0 | 0.07 | 268.77 | 0.87 | 0.5 |
| Hex | 7A | 11 | EC | 30 | 5D | 0 | 7 | 10D | 57 | 32 |
| Octal | 172 | 21 | 354 | 60 | 135 | 0 | 7 | 415 | 127 | 62 |
| Binary | 1111010 | 10001 | 11101100 | 110000 | 1011101 | 0 | 111 | 100001101 | 1010111 | 110010 |
Color Harmonies of #7A11EC
Complementary color
Monochromatic Colors of #7A11EC
Black with #7A11EC
Text Example
Text Example
White with #7A11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A11EC; }
p { color: rgb(122,17,236); }
H1.HeaderClassName
{
color: #7A11EC;
}
.AnyTagClassName
{
color: #7A11EC;
}
</style>
background-color css
<style>
a { background-color: #7A11EC; }
a { background-color: rgb(122,17,236); }
div.DivClassName
{
background-color: #7A11EC;
}
.BgClassName
{
background-color: #7A11EC;
}
</style>
border-color css
<style>
span { border-color: #7A11EC; }
span { border-color: rgb(122,17,236); }
td.TdClassName
{
border-color: #7A11EC;
}
.TagClassName
{
border-color: #7A11EC;
}
</style>