Shades of Blue Violet #703EF0
Tints of Blue Violet #703EF0
RGB
CMYK
RGB Variations
Color information
#703EF0 (or 0x703EF0) is known color: Blue Violet. HEX triplet: 70, 3E and F0. RGB value is (112,62,240). Sum of RGB (Red+Green+Blue) = 112+62+240=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #703EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703EF0 is #8FC10F. Grayscale: #606060. Windows color (decimal): -9421072 or 15744624. OLE color: 15744624.
HSL color Cylindrical-coordinate representation of color #703EF0: hue angle of 256.85º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703EF0 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 62 | 240 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.06 |
| HSL | 256.85º | 0.86% | 0.59% | - |
| HSV(B) | 256.85º | 0.74% | 0.94% | - |
| XYZ | 24.13 | 13.18 | 83.71 | - |
| YUV | 97.24 | 208.57 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 240 | 0.53 | 0.74 | 0 | 0.06 | 256.85 | 0.86 | 0.59 |
| Hex | 70 | 3E | F0 | 35 | 4A | 0 | 6 | 101 | 56 | 3B |
| Octal | 160 | 76 | 360 | 65 | 112 | 0 | 6 | 401 | 126 | 73 |
| Binary | 1110000 | 111110 | 11110000 | 110101 | 1001010 | 0 | 110 | 100000001 | 1010110 | 111011 |
Color Harmonies of #703EF0
Complementary color
Monochromatic Colors of #703EF0
Black with #703EF0
Text Example
Text Example
White with #703EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EF0; }
p { color: rgb(112,62,240); }
H1.HeaderClassName
{
color: #703EF0;
}
.AnyTagClassName
{
color: #703EF0;
}
</style>
background-color css
<style>
a { background-color: #703EF0; }
a { background-color: rgb(112,62,240); }
div.DivClassName
{
background-color: #703EF0;
}
.BgClassName
{
background-color: #703EF0;
}
</style>
border-color css
<style>
span { border-color: #703EF0; }
span { border-color: rgb(112,62,240); }
td.TdClassName
{
border-color: #703EF0;
}
.TagClassName
{
border-color: #703EF0;
}
</style>