Shades of Blue Violet #703FEE
Tints of Blue Violet #703FEE
RGB
CMYK
RGB Variations
Color information
#703FEE (or 0x703FEE) is known color: Blue Violet. HEX triplet: 70, 3F and EE. RGB value is (112,63,238). Sum of RGB (Red+Green+Blue) = 112+63+238=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #703FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FEE is #8FC011. Grayscale: #606060. Windows color (decimal): -9420818 or 15613808. OLE color: 15613808.
HSL color Cylindrical-coordinate representation of color #703FEE: hue angle of 256.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703FEE is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 63 | 238 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.07 |
| HSL | 256.8º | 0.84% | 0.59% | - |
| HSV(B) | 256.8º | 0.74% | 0.93% | - |
| XYZ | 23.89 | 13.17 | 82.17 | - |
| YUV | 97.6 | 207.23 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 238 | 0.53 | 0.74 | 0 | 0.07 | 256.8 | 0.84 | 0.59 |
| Hex | 70 | 3F | EE | 35 | 4A | 0 | 7 | 101 | 54 | 3B |
| Octal | 160 | 77 | 356 | 65 | 112 | 0 | 7 | 401 | 124 | 73 |
| Binary | 1110000 | 111111 | 11101110 | 110101 | 1001010 | 0 | 111 | 100000001 | 1010100 | 111011 |
Color Harmonies of #703FEE
Complementary color
Monochromatic Colors of #703FEE
Black with #703FEE
Text Example
Text Example
White with #703FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FEE; }
p { color: rgb(112,63,238); }
H1.HeaderClassName
{
color: #703FEE;
}
.AnyTagClassName
{
color: #703FEE;
}
</style>
background-color css
<style>
a { background-color: #703FEE; }
a { background-color: rgb(112,63,238); }
div.DivClassName
{
background-color: #703FEE;
}
.BgClassName
{
background-color: #703FEE;
}
</style>
border-color css
<style>
span { border-color: #703FEE; }
span { border-color: rgb(112,63,238); }
td.TdClassName
{
border-color: #703FEE;
}
.TagClassName
{
border-color: #703FEE;
}
</style>