Shades of Blue Violet #701DEE
Tints of Blue Violet #701DEE
RGB
CMYK
RGB Variations
Color information
#701DEE (or 0x701DEE) is known color: Blue Violet. HEX triplet: 70, 1D and EE. RGB value is (112,29,238). Sum of RGB (Red+Green+Blue) = 112+29+238=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #701DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DEE is #8FE211. Grayscale: #4C4C4C. Windows color (decimal): -9429522 or 15605104. OLE color: 15605104.
HSL color Cylindrical-coordinate representation of color #701DEE: hue angle of 263.83º degrees, saturation: 0.86, 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 #701DEE is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 29 | 238 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.07 |
| HSL | 263.83º | 0.86% | 0.52% | - |
| HSV(B) | 263.83º | 0.88% | 0.93% | - |
| XYZ | 22.55 | 10.5 | 81.73 | - |
| YUV | 77.64 | 218.5 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 238 | 0.53 | 0.88 | 0 | 0.07 | 263.83 | 0.86 | 0.52 |
| Hex | 70 | 1D | EE | 35 | 58 | 0 | 7 | 108 | 56 | 34 |
| Octal | 160 | 35 | 356 | 65 | 130 | 0 | 7 | 410 | 126 | 64 |
| Binary | 1110000 | 11101 | 11101110 | 110101 | 1011000 | 0 | 111 | 100001000 | 1010110 | 110100 |
Color Harmonies of #701DEE
Complementary color
Monochromatic Colors of #701DEE
Black with #701DEE
Text Example
Text Example
White with #701DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DEE; }
p { color: rgb(112,29,238); }
H1.HeaderClassName
{
color: #701DEE;
}
.AnyTagClassName
{
color: #701DEE;
}
</style>
background-color css
<style>
a { background-color: #701DEE; }
a { background-color: rgb(112,29,238); }
div.DivClassName
{
background-color: #701DEE;
}
.BgClassName
{
background-color: #701DEE;
}
</style>
border-color css
<style>
span { border-color: #701DEE; }
span { border-color: rgb(112,29,238); }
td.TdClassName
{
border-color: #701DEE;
}
.TagClassName
{
border-color: #701DEE;
}
</style>