Shades of Blue Violet #701CEC
Tints of Blue Violet #701CEC
RGB
CMYK
RGB Variations
Color information
#701CEC (or 0x701CEC) is known color: Blue Violet. HEX triplet: 70, 1C and EC. RGB value is (112,28,236). Sum of RGB (Red+Green+Blue) = 112+28+236=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #701CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CEC is #8FE313. Grayscale: #4C4C4C. Windows color (decimal): -9429780 or 15473776. OLE color: 15473776.
HSL color Cylindrical-coordinate representation of color #701CEC: hue angle of 264.23º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701CEC is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 28 | 236 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.07 |
| HSL | 264.23º | 0.85% | 0.52% | - |
| HSV(B) | 264.23º | 0.88% | 0.93% | - |
| XYZ | 22.24 | 10.33 | 80.18 | - |
| YUV | 76.83 | 217.83 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 236 | 0.53 | 0.88 | 0 | 0.07 | 264.23 | 0.85 | 0.52 |
| Hex | 70 | 1C | EC | 35 | 58 | 0 | 7 | 108 | 55 | 34 |
| Octal | 160 | 34 | 354 | 65 | 130 | 0 | 7 | 410 | 125 | 64 |
| Binary | 1110000 | 11100 | 11101100 | 110101 | 1011000 | 0 | 111 | 100001000 | 1010101 | 110100 |
Color Harmonies of #701CEC
Complementary color
Monochromatic Colors of #701CEC
Black with #701CEC
Text Example
Text Example
White with #701CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CEC; }
p { color: rgb(112,28,236); }
H1.HeaderClassName
{
color: #701CEC;
}
.AnyTagClassName
{
color: #701CEC;
}
</style>
background-color css
<style>
a { background-color: #701CEC; }
a { background-color: rgb(112,28,236); }
div.DivClassName
{
background-color: #701CEC;
}
.BgClassName
{
background-color: #701CEC;
}
</style>
border-color css
<style>
span { border-color: #701CEC; }
span { border-color: rgb(112,28,236); }
td.TdClassName
{
border-color: #701CEC;
}
.TagClassName
{
border-color: #701CEC;
}
</style>