Shades of Blue Violet #7031EE
Tints of Blue Violet #7031EE
RGB
CMYK
RGB Variations
Color information
#7031EE (or 0x7031EE) is known color: Blue Violet. HEX triplet: 70, 31 and EE. RGB value is (112,49,238). Sum of RGB (Red+Green+Blue) = 112+49+238=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #7031EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7031EE is #8FCE11. Grayscale: #585858. Windows color (decimal): -9424402 or 15610224. OLE color: 15610224.
HSL color Cylindrical-coordinate representation of color #7031EE: hue angle of 260º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7031EE is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 49 | 238 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.07 |
| HSL | 260º | 0.85% | 0.56% | - |
| HSV(B) | 260º | 0.79% | 0.93% | - |
| XYZ | 23.21 | 11.81 | 81.95 | - |
| YUV | 89.38 | 211.87 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 238 | 0.53 | 0.79 | 0 | 0.07 | 260 | 0.85 | 0.56 |
| Hex | 70 | 31 | EE | 35 | 4F | 0 | 7 | 104 | 55 | 38 |
| Octal | 160 | 61 | 356 | 65 | 117 | 0 | 7 | 404 | 125 | 70 |
| Binary | 1110000 | 110001 | 11101110 | 110101 | 1001111 | 0 | 111 | 100000100 | 1010101 | 111000 |
Color Harmonies of #7031EE
Complementary color
Monochromatic Colors of #7031EE
Black with #7031EE
Text Example
Text Example
White with #7031EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7031EE; }
p { color: rgb(112,49,238); }
H1.HeaderClassName
{
color: #7031EE;
}
.AnyTagClassName
{
color: #7031EE;
}
</style>
background-color css
<style>
a { background-color: #7031EE; }
a { background-color: rgb(112,49,238); }
div.DivClassName
{
background-color: #7031EE;
}
.BgClassName
{
background-color: #7031EE;
}
</style>
border-color css
<style>
span { border-color: #7031EE; }
span { border-color: rgb(112,49,238); }
td.TdClassName
{
border-color: #7031EE;
}
.TagClassName
{
border-color: #7031EE;
}
</style>