Shades of Blue Violet #703DEE
Tints of Blue Violet #703DEE
RGB
CMYK
RGB Variations
Color information
#703DEE (or 0x703DEE) is known color: Blue Violet. HEX triplet: 70, 3D and EE. RGB value is (112,61,238). Sum of RGB (Red+Green+Blue) = 112+61+238=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #703DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DEE is #8FC211. Grayscale: #5F5F5F. Windows color (decimal): -9421330 or 15613296. OLE color: 15613296.
HSL color Cylindrical-coordinate representation of color #703DEE: hue angle of 257.29º 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 #703DEE is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 61 | 238 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.07 |
| HSL | 257.29º | 0.84% | 0.59% | - |
| HSV(B) | 257.29º | 0.74% | 0.93% | - |
| XYZ | 23.78 | 12.96 | 82.14 | - |
| YUV | 96.43 | 207.9 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 238 | 0.53 | 0.74 | 0 | 0.07 | 257.29 | 0.84 | 0.59 |
| Hex | 70 | 3D | EE | 35 | 4A | 0 | 7 | 101 | 54 | 3B |
| Octal | 160 | 75 | 356 | 65 | 112 | 0 | 7 | 401 | 124 | 73 |
| Binary | 1110000 | 111101 | 11101110 | 110101 | 1001010 | 0 | 111 | 100000001 | 1010100 | 111011 |
Color Harmonies of #703DEE
Complementary color
Monochromatic Colors of #703DEE
Black with #703DEE
Text Example
Text Example
White with #703DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DEE; }
p { color: rgb(112,61,238); }
H1.HeaderClassName
{
color: #703DEE;
}
.AnyTagClassName
{
color: #703DEE;
}
</style>
background-color css
<style>
a { background-color: #703DEE; }
a { background-color: rgb(112,61,238); }
div.DivClassName
{
background-color: #703DEE;
}
.BgClassName
{
background-color: #703DEE;
}
</style>
border-color css
<style>
span { border-color: #703DEE; }
span { border-color: rgb(112,61,238); }
td.TdClassName
{
border-color: #703DEE;
}
.TagClassName
{
border-color: #703DEE;
}
</style>