Shades of Blue Violet #703DEC
Tints of Blue Violet #703DEC
RGB
CMYK
RGB Variations
Color information
#703DEC (or 0x703DEC) is known color: Blue Violet. HEX triplet: 70, 3D and EC. RGB value is (112,61,236). Sum of RGB (Red+Green+Blue) = 112+61+236=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #703DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DEC is #8FC213. Grayscale: #5F5F5F. Windows color (decimal): -9421332 or 15482224. OLE color: 15482224.
HSL color Cylindrical-coordinate representation of color #703DEC: hue angle of 257.49º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703DEC is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 61 | 236 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.07 |
| HSL | 257.49º | 0.82% | 0.58% | - |
| HSV(B) | 257.49º | 0.74% | 0.93% | - |
| XYZ | 23.49 | 12.84 | 80.6 | - |
| YUV | 96.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 236 | 0.53 | 0.74 | 0 | 0.07 | 257.49 | 0.82 | 0.58 |
| Hex | 70 | 3D | EC | 35 | 4A | 0 | 7 | 101 | 52 | 3A |
| Octal | 160 | 75 | 354 | 65 | 112 | 0 | 7 | 401 | 122 | 72 |
| Binary | 1110000 | 111101 | 11101100 | 110101 | 1001010 | 0 | 111 | 100000001 | 1010010 | 111010 |
Color Harmonies of #703DEC
Complementary color
Monochromatic Colors of #703DEC
Black with #703DEC
Text Example
Text Example
White with #703DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DEC; }
p { color: rgb(112,61,236); }
H1.HeaderClassName
{
color: #703DEC;
}
.AnyTagClassName
{
color: #703DEC;
}
</style>
background-color css
<style>
a { background-color: #703DEC; }
a { background-color: rgb(112,61,236); }
div.DivClassName
{
background-color: #703DEC;
}
.BgClassName
{
background-color: #703DEC;
}
</style>
border-color css
<style>
span { border-color: #703DEC; }
span { border-color: rgb(112,61,236); }
td.TdClassName
{
border-color: #703DEC;
}
.TagClassName
{
border-color: #703DEC;
}
</style>