Shades of Blue Violet #7940EE
Tints of Blue Violet #7940EE
RGB
CMYK
RGB Variations
Color information
#7940EE (or 0x7940EE) is known color: Blue Violet. HEX triplet: 79, 40 and EE. RGB value is (121,64,238). Sum of RGB (Red+Green+Blue) = 121+64+238=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #7940EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7940EE is #86BF11. Grayscale: #646464. Windows color (decimal): -8830738 or 15614073. OLE color: 15614073.
HSL color Cylindrical-coordinate representation of color #7940EE: hue angle of 259.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7940EE is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 64 | 238 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.07 |
| HSL | 259.66º | 0.84% | 0.59% | - |
| HSV(B) | 259.66º | 0.73% | 0.93% | - |
| XYZ | 25.15 | 13.9 | 82.25 | - |
| YUV | 100.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 238 | 0.49 | 0.73 | 0 | 0.07 | 259.66 | 0.84 | 0.59 |
| Hex | 79 | 40 | EE | 31 | 49 | 0 | 7 | 104 | 54 | 3B |
| Octal | 171 | 100 | 356 | 61 | 111 | 0 | 7 | 404 | 124 | 73 |
| Binary | 1111001 | 1000000 | 11101110 | 110001 | 1001001 | 0 | 111 | 100000100 | 1010100 | 111011 |
Color Harmonies of #7940EE
Complementary color
Monochromatic Colors of #7940EE
Black with #7940EE
Text Example
Text Example
White with #7940EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7940EE; }
p { color: rgb(121,64,238); }
H1.HeaderClassName
{
color: #7940EE;
}
.AnyTagClassName
{
color: #7940EE;
}
</style>
background-color css
<style>
a { background-color: #7940EE; }
a { background-color: rgb(121,64,238); }
div.DivClassName
{
background-color: #7940EE;
}
.BgClassName
{
background-color: #7940EE;
}
</style>
border-color css
<style>
span { border-color: #7940EE; }
span { border-color: rgb(121,64,238); }
td.TdClassName
{
border-color: #7940EE;
}
.TagClassName
{
border-color: #7940EE;
}
</style>