Shades of Blue Violet #701EDB
Tints of Blue Violet #701EDB
RGB
CMYK
RGB Variations
Color information
#701EDB (or 0x701EDB) is known color: Blue Violet. HEX triplet: 70, 1E and DB. RGB value is (112,30,219). Sum of RGB (Red+Green+Blue) = 112+30+219=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #701EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EDB is #8FE124. Grayscale: #4B4B4B. Windows color (decimal): -9429285 or 14360176. OLE color: 14360176.
HSL color Cylindrical-coordinate representation of color #701EDB: hue angle of 266.03º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701EDB is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 30 | 219 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.14 |
| HSL | 266.03º | 0.76% | 0.49% | - |
| HSV(B) | 266.03º | 0.86% | 0.86% | - |
| XYZ | 19.93 | 9.49 | 67.8 | - |
| YUV | 76.06 | 208.67 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 219 | 0.49 | 0.86 | 0 | 0.14 | 266.03 | 0.76 | 0.49 |
| Hex | 70 | 1E | DB | 31 | 56 | 0 | E | 10A | 4C | 31 |
| Octal | 160 | 36 | 333 | 61 | 126 | 0 | 16 | 412 | 114 | 61 |
| Binary | 1110000 | 11110 | 11011011 | 110001 | 1010110 | 0 | 1110 | 100001010 | 1001100 | 110001 |
Color Harmonies of #701EDB
Complementary color
Monochromatic Colors of #701EDB
Black with #701EDB
Text Example
Text Example
White with #701EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EDB; }
p { color: rgb(112,30,219); }
H1.HeaderClassName
{
color: #701EDB;
}
.AnyTagClassName
{
color: #701EDB;
}
</style>
background-color css
<style>
a { background-color: #701EDB; }
a { background-color: rgb(112,30,219); }
div.DivClassName
{
background-color: #701EDB;
}
.BgClassName
{
background-color: #701EDB;
}
</style>
border-color css
<style>
span { border-color: #701EDB; }
span { border-color: rgb(112,30,219); }
td.TdClassName
{
border-color: #701EDB;
}
.TagClassName
{
border-color: #701EDB;
}
</style>