Shades of Blue Violet #7040EC
Tints of Blue Violet #7040EC
RGB
CMYK
RGB Variations
Color information
#7040EC (or 0x7040EC) is known color: Blue Violet. HEX triplet: 70, 40 and EC. RGB value is (112,64,236). Sum of RGB (Red+Green+Blue) = 112+64+236=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #7040EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7040EC is #8FBF13. Grayscale: #616161. Windows color (decimal): -9420564 or 15482992. OLE color: 15482992.
HSL color Cylindrical-coordinate representation of color #7040EC: hue angle of 256.74º 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 #7040EC is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 64 | 236 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.07 |
| HSL | 256.74º | 0.82% | 0.59% | - |
| HSV(B) | 256.74º | 0.73% | 0.93% | - |
| XYZ | 23.66 | 13.17 | 80.65 | - |
| YUV | 97.96 | 205.9 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 236 | 0.53 | 0.73 | 0 | 0.07 | 256.74 | 0.82 | 0.59 |
| Hex | 70 | 40 | EC | 35 | 49 | 0 | 7 | 101 | 52 | 3B |
| Octal | 160 | 100 | 354 | 65 | 111 | 0 | 7 | 401 | 122 | 73 |
| Binary | 1110000 | 1000000 | 11101100 | 110101 | 1001001 | 0 | 111 | 100000001 | 1010010 | 111011 |
Color Harmonies of #7040EC
Complementary color
Monochromatic Colors of #7040EC
Black with #7040EC
Text Example
Text Example
White with #7040EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7040EC; }
p { color: rgb(112,64,236); }
H1.HeaderClassName
{
color: #7040EC;
}
.AnyTagClassName
{
color: #7040EC;
}
</style>
background-color css
<style>
a { background-color: #7040EC; }
a { background-color: rgb(112,64,236); }
div.DivClassName
{
background-color: #7040EC;
}
.BgClassName
{
background-color: #7040EC;
}
</style>
border-color css
<style>
span { border-color: #7040EC; }
span { border-color: rgb(112,64,236); }
td.TdClassName
{
border-color: #7040EC;
}
.TagClassName
{
border-color: #7040EC;
}
</style>