Shades of Blue Violet #703BF1
Tints of Blue Violet #703BF1
RGB
CMYK
RGB Variations
Color information
#703BF1 (or 0x703BF1) is known color: Blue Violet. HEX triplet: 70, 3B and F1. RGB value is (112,59,241). Sum of RGB (Red+Green+Blue) = 112+59+241=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #703BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BF1 is #8FC40E. Grayscale: #5E5E5E. Windows color (decimal): -9421839 or 15809392. OLE color: 15809392.
HSL color Cylindrical-coordinate representation of color #703BF1: hue angle of 257.47º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703BF1 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 59 | 241 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.05 |
| HSL | 257.47º | 0.87% | 0.59% | - |
| HSV(B) | 257.47º | 0.76% | 0.95% | - |
| XYZ | 24.12 | 12.92 | 84.44 | - |
| YUV | 95.6 | 210.06 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 241 | 0.54 | 0.76 | 0 | 0.05 | 257.47 | 0.87 | 0.59 |
| Hex | 70 | 3B | F1 | 36 | 4C | 0 | 5 | 101 | 57 | 3B |
| Octal | 160 | 73 | 361 | 66 | 114 | 0 | 5 | 401 | 127 | 73 |
| Binary | 1110000 | 111011 | 11110001 | 110110 | 1001100 | 0 | 101 | 100000001 | 1010111 | 111011 |
Color Harmonies of #703BF1
Complementary color
Monochromatic Colors of #703BF1
Black with #703BF1
Text Example
Text Example
White with #703BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BF1; }
p { color: rgb(112,59,241); }
H1.HeaderClassName
{
color: #703BF1;
}
.AnyTagClassName
{
color: #703BF1;
}
</style>
background-color css
<style>
a { background-color: #703BF1; }
a { background-color: rgb(112,59,241); }
div.DivClassName
{
background-color: #703BF1;
}
.BgClassName
{
background-color: #703BF1;
}
</style>
border-color css
<style>
span { border-color: #703BF1; }
span { border-color: rgb(112,59,241); }
td.TdClassName
{
border-color: #703BF1;
}
.TagClassName
{
border-color: #703BF1;
}
</style>