Shades of Blue Violet #7840EC
Tints of Blue Violet #7840EC
RGB
CMYK
RGB Variations
Color information
#7840EC (or 0x7840EC) is known color: Blue Violet. HEX triplet: 78, 40 and EC. RGB value is (120,64,236). Sum of RGB (Red+Green+Blue) = 120+64+236=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #7840EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7840EC is #87BF13. Grayscale: #636363. Windows color (decimal): -8896276 or 15483000. OLE color: 15483000.
HSL color Cylindrical-coordinate representation of color #7840EC: hue angle of 259.53º degrees, saturation: 0.82, 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 #7840EC is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 64 | 236 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.07 |
| HSL | 259.53º | 0.82% | 0.59% | - |
| HSV(B) | 259.53º | 0.73% | 0.93% | - |
| XYZ | 24.72 | 13.72 | 80.7 | - |
| YUV | 100.35 | 204.55 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 236 | 0.49 | 0.73 | 0 | 0.07 | 259.53 | 0.82 | 0.59 |
| Hex | 78 | 40 | EC | 31 | 49 | 0 | 7 | 104 | 52 | 3B |
| Octal | 170 | 100 | 354 | 61 | 111 | 0 | 7 | 404 | 122 | 73 |
| Binary | 1111000 | 1000000 | 11101100 | 110001 | 1001001 | 0 | 111 | 100000100 | 1010010 | 111011 |
Color Harmonies of #7840EC
Complementary color
Monochromatic Colors of #7840EC
Black with #7840EC
Text Example
Text Example
White with #7840EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7840EC; }
p { color: rgb(120,64,236); }
H1.HeaderClassName
{
color: #7840EC;
}
.AnyTagClassName
{
color: #7840EC;
}
</style>
background-color css
<style>
a { background-color: #7840EC; }
a { background-color: rgb(120,64,236); }
div.DivClassName
{
background-color: #7840EC;
}
.BgClassName
{
background-color: #7840EC;
}
</style>
border-color css
<style>
span { border-color: #7840EC; }
span { border-color: rgb(120,64,236); }
td.TdClassName
{
border-color: #7840EC;
}
.TagClassName
{
border-color: #7840EC;
}
</style>