Shades of Blue Violet #701EDE
Tints of Blue Violet #701EDE
RGB
CMYK
RGB Variations
Color information
#701EDE (or 0x701EDE) is known color: Blue Violet. HEX triplet: 70, 1E and DE. RGB value is (112,30,222). Sum of RGB (Red+Green+Blue) = 112+30+222=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #701EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EDE is #8FE121. Grayscale: #4B4B4B. Windows color (decimal): -9429282 or 14556784. OLE color: 14556784.
HSL color Cylindrical-coordinate representation of color #701EDE: hue angle of 265.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701EDE is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 30 | 222 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.13 |
| HSL | 265.63º | 0.76% | 0.49% | - |
| HSV(B) | 265.63º | 0.86% | 0.87% | - |
| XYZ | 20.33 | 9.65 | 69.9 | - |
| YUV | 76.41 | 210.17 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 222 | 0.50 | 0.86 | 0 | 0.13 | 265.63 | 0.76 | 0.49 |
| Hex | 70 | 1E | DE | 32 | 56 | 0 | D | 10A | 4C | 31 |
| Octal | 160 | 36 | 336 | 62 | 126 | 0 | 15 | 412 | 114 | 61 |
| Binary | 1110000 | 11110 | 11011110 | 110010 | 1010110 | 0 | 1101 | 100001010 | 1001100 | 110001 |
Color Harmonies of #701EDE
Complementary color
Monochromatic Colors of #701EDE
Black with #701EDE
Text Example
Text Example
White with #701EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EDE; }
p { color: rgb(112,30,222); }
H1.HeaderClassName
{
color: #701EDE;
}
.AnyTagClassName
{
color: #701EDE;
}
</style>
background-color css
<style>
a { background-color: #701EDE; }
a { background-color: rgb(112,30,222); }
div.DivClassName
{
background-color: #701EDE;
}
.BgClassName
{
background-color: #701EDE;
}
</style>
border-color css
<style>
span { border-color: #701EDE; }
span { border-color: rgb(112,30,222); }
td.TdClassName
{
border-color: #701EDE;
}
.TagClassName
{
border-color: #701EDE;
}
</style>