Shades of Blue Violet #7039E2
Tints of Blue Violet #7039E2
RGB
CMYK
RGB Variations
Color information
#7039E2 (or 0x7039E2) is known color: Blue Violet. HEX triplet: 70, 39 and E2. RGB value is (112,57,226). Sum of RGB (Red+Green+Blue) = 112+57+226=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 226 (88.67% from 255 or 57.22% from 395); Max value from RGB is 226 - color contains mainly: blue. Hex color #7039E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039E2 is #8FC61D. Grayscale: #5C5C5C. Windows color (decimal): -9422366 or 14825840. OLE color: 14825840.
HSL color Cylindrical-coordinate representation of color #7039E2: hue angle of 259.53º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7039E2 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 57 | 226 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.11 |
| HSL | 259.53º | 0.74% | 0.55% | - |
| HSV(B) | 259.53º | 0.75% | 0.89% | - |
| XYZ | 21.87 | 11.86 | 73.09 | - |
| YUV | 92.71 | 203.22 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 226 | 0.50 | 0.75 | 0 | 0.11 | 259.53 | 0.74 | 0.55 |
| Hex | 70 | 39 | E2 | 32 | 4B | 0 | B | 104 | 4A | 37 |
| Octal | 160 | 71 | 342 | 62 | 113 | 0 | 13 | 404 | 112 | 67 |
| Binary | 1110000 | 111001 | 11100010 | 110010 | 1001011 | 0 | 1011 | 100000100 | 1001010 | 110111 |
Color Harmonies of #7039E2
Complementary color
Monochromatic Colors of #7039E2
Black with #7039E2
Text Example
Text Example
White with #7039E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7039E2; }
p { color: rgb(112,57,226); }
H1.HeaderClassName
{
color: #7039E2;
}
.AnyTagClassName
{
color: #7039E2;
}
</style>
background-color css
<style>
a { background-color: #7039E2; }
a { background-color: rgb(112,57,226); }
div.DivClassName
{
background-color: #7039E2;
}
.BgClassName
{
background-color: #7039E2;
}
</style>
border-color css
<style>
span { border-color: #7039E2; }
span { border-color: rgb(112,57,226); }
td.TdClassName
{
border-color: #7039E2;
}
.TagClassName
{
border-color: #7039E2;
}
</style>