Shades of Blue Violet #701EEE
Tints of Blue Violet #701EEE
RGB
CMYK
RGB Variations
Color information
#701EEE (or 0x701EEE) is known color: Blue Violet. HEX triplet: 70, 1E and EE. RGB value is (112,30,238). Sum of RGB (Red+Green+Blue) = 112+30+238=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #701EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EEE is #8FE111. Grayscale: #4D4D4D. Windows color (decimal): -9429266 or 15605360. OLE color: 15605360.
HSL color Cylindrical-coordinate representation of color #701EEE: hue angle of 263.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701EEE is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 30 | 238 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.07 |
| HSL | 263.65º | 0.86% | 0.53% | - |
| HSV(B) | 263.65º | 0.87% | 0.93% | - |
| XYZ | 22.58 | 10.55 | 81.73 | - |
| YUV | 78.23 | 218.17 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 238 | 0.53 | 0.87 | 0 | 0.07 | 263.65 | 0.86 | 0.53 |
| Hex | 70 | 1E | EE | 35 | 57 | 0 | 7 | 108 | 56 | 35 |
| Octal | 160 | 36 | 356 | 65 | 127 | 0 | 7 | 410 | 126 | 65 |
| Binary | 1110000 | 11110 | 11101110 | 110101 | 1010111 | 0 | 111 | 100001000 | 1010110 | 110101 |
Color Harmonies of #701EEE
Complementary color
Monochromatic Colors of #701EEE
Black with #701EEE
Text Example
Text Example
White with #701EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EEE; }
p { color: rgb(112,30,238); }
H1.HeaderClassName
{
color: #701EEE;
}
.AnyTagClassName
{
color: #701EEE;
}
</style>
background-color css
<style>
a { background-color: #701EEE; }
a { background-color: rgb(112,30,238); }
div.DivClassName
{
background-color: #701EEE;
}
.BgClassName
{
background-color: #701EEE;
}
</style>
border-color css
<style>
span { border-color: #701EEE; }
span { border-color: rgb(112,30,238); }
td.TdClassName
{
border-color: #701EEE;
}
.TagClassName
{
border-color: #701EEE;
}
</style>