Shades of Blue Violet #703BF4
Tints of Blue Violet #703BF4
RGB
CMYK
RGB Variations
Color information
#703BF4 (or 0x703BF4) is known color: Blue Violet. HEX triplet: 70, 3B and F4. RGB value is (112,59,244). Sum of RGB (Red+Green+Blue) = 112+59+244=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 244 (95.70% from 255 or 58.80% from 415); Max value from RGB is 244 - color contains mainly: blue. Hex color #703BF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BF4 is #8FC40B. Grayscale: #5F5F5F. Windows color (decimal): -9421836 or 16006000. OLE color: 16006000.
HSL color Cylindrical-coordinate representation of color #703BF4: hue angle of 257.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703BF4 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 59 | 244 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.04 |
| HSL | 257.19º | 0.89% | 0.59% | - |
| HSV(B) | 257.19º | 0.76% | 0.96% | - |
| XYZ | 24.58 | 13.1 | 86.82 | - |
| YUV | 95.94 | 211.56 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 244 | 0.54 | 0.76 | 0 | 0.04 | 257.19 | 0.89 | 0.59 |
| Hex | 70 | 3B | F4 | 36 | 4C | 0 | 4 | 101 | 59 | 3B |
| Octal | 160 | 73 | 364 | 66 | 114 | 0 | 4 | 401 | 131 | 73 |
| Binary | 1110000 | 111011 | 11110100 | 110110 | 1001100 | 0 | 100 | 100000001 | 1011001 | 111011 |
Color Harmonies of #703BF4
Complementary color
Monochromatic Colors of #703BF4
Black with #703BF4
Text Example
Text Example
White with #703BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BF4; }
p { color: rgb(112,59,244); }
H1.HeaderClassName
{
color: #703BF4;
}
.AnyTagClassName
{
color: #703BF4;
}
</style>
background-color css
<style>
a { background-color: #703BF4; }
a { background-color: rgb(112,59,244); }
div.DivClassName
{
background-color: #703BF4;
}
.BgClassName
{
background-color: #703BF4;
}
</style>
border-color css
<style>
span { border-color: #703BF4; }
span { border-color: rgb(112,59,244); }
td.TdClassName
{
border-color: #703BF4;
}
.TagClassName
{
border-color: #703BF4;
}
</style>