Shades of Blue Violet #703CEC
Tints of Blue Violet #703CEC
RGB
CMYK
RGB Variations
Color information
#703CEC (or 0x703CEC) is known color: Blue Violet. HEX triplet: 70, 3C and EC. RGB value is (112,60,236). Sum of RGB (Red+Green+Blue) = 112+60+236=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #703CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CEC is #8FC313. Grayscale: #5E5E5E. Windows color (decimal): -9421588 or 15481968. OLE color: 15481968.
HSL color Cylindrical-coordinate representation of color #703CEC: hue angle of 257.73º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703CEC is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 60 | 236 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.07 |
| HSL | 257.73º | 0.82% | 0.58% | - |
| HSV(B) | 257.73º | 0.75% | 0.93% | - |
| XYZ | 23.44 | 12.73 | 80.58 | - |
| YUV | 95.61 | 207.23 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 236 | 0.53 | 0.75 | 0 | 0.07 | 257.73 | 0.82 | 0.58 |
| Hex | 70 | 3C | EC | 35 | 4B | 0 | 7 | 102 | 52 | 3A |
| Octal | 160 | 74 | 354 | 65 | 113 | 0 | 7 | 402 | 122 | 72 |
| Binary | 1110000 | 111100 | 11101100 | 110101 | 1001011 | 0 | 111 | 100000010 | 1010010 | 111010 |
Color Harmonies of #703CEC
Complementary color
Monochromatic Colors of #703CEC
Black with #703CEC
Text Example
Text Example
White with #703CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CEC; }
p { color: rgb(112,60,236); }
H1.HeaderClassName
{
color: #703CEC;
}
.AnyTagClassName
{
color: #703CEC;
}
</style>
background-color css
<style>
a { background-color: #703CEC; }
a { background-color: rgb(112,60,236); }
div.DivClassName
{
background-color: #703CEC;
}
.BgClassName
{
background-color: #703CEC;
}
</style>
border-color css
<style>
span { border-color: #703CEC; }
span { border-color: rgb(112,60,236); }
td.TdClassName
{
border-color: #703CEC;
}
.TagClassName
{
border-color: #703CEC;
}
</style>