Shades of Blue Violet #701EEC
Tints of Blue Violet #701EEC
RGB
CMYK
RGB Variations
Color information
#701EEC (or 0x701EEC) is known color: Blue Violet. HEX triplet: 70, 1E and EC. RGB value is (112,30,236). Sum of RGB (Red+Green+Blue) = 112+30+236=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #701EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EEC is #8FE113. Grayscale: #4D4D4D. Windows color (decimal): -9429268 or 15474288. OLE color: 15474288.
HSL color Cylindrical-coordinate representation of color #701EEC: hue angle of 263.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701EEC is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 30 | 236 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.07 |
| HSL | 263.88º | 0.84% | 0.52% | - |
| HSV(B) | 263.88º | 0.87% | 0.93% | - |
| XYZ | 22.29 | 10.43 | 80.2 | - |
| YUV | 78 | 217.17 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 236 | 0.53 | 0.87 | 0 | 0.07 | 263.88 | 0.84 | 0.52 |
| Hex | 70 | 1E | EC | 35 | 57 | 0 | 7 | 108 | 54 | 34 |
| Octal | 160 | 36 | 354 | 65 | 127 | 0 | 7 | 410 | 124 | 64 |
| Binary | 1110000 | 11110 | 11101100 | 110101 | 1010111 | 0 | 111 | 100001000 | 1010100 | 110100 |
Color Harmonies of #701EEC
Complementary color
Monochromatic Colors of #701EEC
Black with #701EEC
Text Example
Text Example
White with #701EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EEC; }
p { color: rgb(112,30,236); }
H1.HeaderClassName
{
color: #701EEC;
}
.AnyTagClassName
{
color: #701EEC;
}
</style>
background-color css
<style>
a { background-color: #701EEC; }
a { background-color: rgb(112,30,236); }
div.DivClassName
{
background-color: #701EEC;
}
.BgClassName
{
background-color: #701EEC;
}
</style>
border-color css
<style>
span { border-color: #701EEC; }
span { border-color: rgb(112,30,236); }
td.TdClassName
{
border-color: #701EEC;
}
.TagClassName
{
border-color: #701EEC;
}
</style>