Shades of Blue Violet #703FF7
Tints of Blue Violet #703FF7
RGB
CMYK
RGB Variations
Color information
#703FF7 (or 0x703FF7) is known color: Blue Violet. HEX triplet: 70, 3F and F7. RGB value is (112,63,247). Sum of RGB (Red+Green+Blue) = 112+63+247=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #703FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FF7 is #8FC008. Grayscale: #616161. Windows color (decimal): -9420809 or 16203632. OLE color: 16203632.
HSL color Cylindrical-coordinate representation of color #703FF7: hue angle of 255.98º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703FF7 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 63 | 247 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.03 |
| HSL | 255.98º | 0.92% | 0.61% | - |
| HSV(B) | 255.98º | 0.74% | 0.97% | - |
| XYZ | 25.25 | 13.72 | 89.31 | - |
| YUV | 98.63 | 211.73 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 247 | 0.55 | 0.74 | 0 | 0.03 | 255.98 | 0.92 | 0.61 |
| Hex | 70 | 3F | F7 | 37 | 4A | 0 | 3 | 100 | 5C | 3D |
| Octal | 160 | 77 | 367 | 67 | 112 | 0 | 3 | 400 | 134 | 75 |
| Binary | 1110000 | 111111 | 11110111 | 110111 | 1001010 | 0 | 11 | 100000000 | 1011100 | 111101 |
Color Harmonies of #703FF7
Complementary color
Monochromatic Colors of #703FF7
Black with #703FF7
Text Example
Text Example
White with #703FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FF7; }
p { color: rgb(112,63,247); }
H1.HeaderClassName
{
color: #703FF7;
}
.AnyTagClassName
{
color: #703FF7;
}
</style>
background-color css
<style>
a { background-color: #703FF7; }
a { background-color: rgb(112,63,247); }
div.DivClassName
{
background-color: #703FF7;
}
.BgClassName
{
background-color: #703FF7;
}
</style>
border-color css
<style>
span { border-color: #703FF7; }
span { border-color: rgb(112,63,247); }
td.TdClassName
{
border-color: #703FF7;
}
.TagClassName
{
border-color: #703FF7;
}
</style>