Shades of Blue Violet #7039EC
Tints of Blue Violet #7039EC
RGB
CMYK
RGB Variations
Color information
#7039EC (or 0x7039EC) is known color: Blue Violet. HEX triplet: 70, 39 and EC. RGB value is (112,57,236). Sum of RGB (Red+Green+Blue) = 112+57+236=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #7039EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7039EC is #8FC613. Grayscale: #5D5D5D. Windows color (decimal): -9422356 or 15481200. OLE color: 15481200.
HSL color Cylindrical-coordinate representation of color #7039EC: hue angle of 258.44º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7039EC is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 57 | 236 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.07 |
| HSL | 258.44º | 0.82% | 0.57% | - |
| HSV(B) | 258.44º | 0.76% | 0.93% | - |
| XYZ | 23.29 | 12.43 | 80.53 | - |
| YUV | 93.85 | 208.22 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 236 | 0.53 | 0.76 | 0 | 0.07 | 258.44 | 0.82 | 0.57 |
| Hex | 70 | 39 | EC | 35 | 4C | 0 | 7 | 102 | 52 | 39 |
| Octal | 160 | 71 | 354 | 65 | 114 | 0 | 7 | 402 | 122 | 71 |
| Binary | 1110000 | 111001 | 11101100 | 110101 | 1001100 | 0 | 111 | 100000010 | 1010010 | 111001 |
Color Harmonies of #7039EC
Complementary color
Monochromatic Colors of #7039EC
Black with #7039EC
Text Example
Text Example
White with #7039EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7039EC; }
p { color: rgb(112,57,236); }
H1.HeaderClassName
{
color: #7039EC;
}
.AnyTagClassName
{
color: #7039EC;
}
</style>
background-color css
<style>
a { background-color: #7039EC; }
a { background-color: rgb(112,57,236); }
div.DivClassName
{
background-color: #7039EC;
}
.BgClassName
{
background-color: #7039EC;
}
</style>
border-color css
<style>
span { border-color: #7039EC; }
span { border-color: rgb(112,57,236); }
td.TdClassName
{
border-color: #7039EC;
}
.TagClassName
{
border-color: #7039EC;
}
</style>