Shades of Blue Violet #703BFA
Tints of Blue Violet #703BFA
RGB
CMYK
RGB Variations
Color information
#703BFA (or 0x703BFA) is known color: Blue Violet. HEX triplet: 70, 3B and FA. RGB value is (112,59,250). Sum of RGB (Red+Green+Blue) = 112+59+250=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #703BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BFA is #8FC405. Grayscale: #5F5F5F. Windows color (decimal): -9421830 or 16399216. OLE color: 16399216.
HSL color Cylindrical-coordinate representation of color #703BFA: hue angle of 256.65º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703BFA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 59 | 250 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.02 |
| HSL | 256.65º | 0.95% | 0.61% | - |
| HSV(B) | 256.65º | 0.76% | 0.98% | - |
| XYZ | 25.5 | 13.47 | 91.7 | - |
| YUV | 96.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 250 | 0.55 | 0.76 | 0 | 0.02 | 256.65 | 0.95 | 0.61 |
| Hex | 70 | 3B | FA | 37 | 4C | 0 | 2 | 101 | 5F | 3D |
| Octal | 160 | 73 | 372 | 67 | 114 | 0 | 2 | 401 | 137 | 75 |
| Binary | 1110000 | 111011 | 11111010 | 110111 | 1001100 | 0 | 10 | 100000001 | 1011111 | 111101 |
Color Harmonies of #703BFA
Complementary color
Monochromatic Colors of #703BFA
Black with #703BFA
Text Example
Text Example
White with #703BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BFA; }
p { color: rgb(112,59,250); }
H1.HeaderClassName
{
color: #703BFA;
}
.AnyTagClassName
{
color: #703BFA;
}
</style>
background-color css
<style>
a { background-color: #703BFA; }
a { background-color: rgb(112,59,250); }
div.DivClassName
{
background-color: #703BFA;
}
.BgClassName
{
background-color: #703BFA;
}
</style>
border-color css
<style>
span { border-color: #703BFA; }
span { border-color: rgb(112,59,250); }
td.TdClassName
{
border-color: #703BFA;
}
.TagClassName
{
border-color: #703BFA;
}
</style>