Shades of Blue Violet #703EE7
Tints of Blue Violet #703EE7
RGB
CMYK
RGB Variations
Color information
#703EE7 (or 0x703EE7) is known color: Blue Violet. HEX triplet: 70, 3E and E7. RGB value is (112,62,231). Sum of RGB (Red+Green+Blue) = 112+62+231=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 231 (90.62% from 255 or 57.04% from 405); Max value from RGB is 231 - color contains mainly: blue. Hex color #703EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703EE7 is #8FC118. Grayscale: #5F5F5F. Windows color (decimal): -9421081 or 15154800. OLE color: 15154800.
HSL color Cylindrical-coordinate representation of color #703EE7: hue angle of 257.75º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #703EE7 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 62 | 231 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.09 |
| HSL | 257.75º | 0.78% | 0.57% | - |
| HSV(B) | 257.75º | 0.73% | 0.91% | - |
| XYZ | 22.83 | 12.66 | 76.84 | - |
| YUV | 96.22 | 204.07 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 231 | 0.52 | 0.73 | 0 | 0.09 | 257.75 | 0.78 | 0.57 |
| Hex | 70 | 3E | E7 | 34 | 49 | 0 | 9 | 102 | 4E | 39 |
| Octal | 160 | 76 | 347 | 64 | 111 | 0 | 11 | 402 | 116 | 71 |
| Binary | 1110000 | 111110 | 11100111 | 110100 | 1001001 | 0 | 1001 | 100000010 | 1001110 | 111001 |
Color Harmonies of #703EE7
Complementary color
Monochromatic Colors of #703EE7
Black with #703EE7
Text Example
Text Example
White with #703EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EE7; }
p { color: rgb(112,62,231); }
H1.HeaderClassName
{
color: #703EE7;
}
.AnyTagClassName
{
color: #703EE7;
}
</style>
background-color css
<style>
a { background-color: #703EE7; }
a { background-color: rgb(112,62,231); }
div.DivClassName
{
background-color: #703EE7;
}
.BgClassName
{
background-color: #703EE7;
}
</style>
border-color css
<style>
span { border-color: #703EE7; }
span { border-color: rgb(112,62,231); }
td.TdClassName
{
border-color: #703EE7;
}
.TagClassName
{
border-color: #703EE7;
}
</style>