Shades of Blue Violet #700EDA
Tints of Blue Violet #700EDA
RGB
CMYK
RGB Variations
Color information
#700EDA (or 0x700EDA) is known color: Blue Violet. HEX triplet: 70, 0E and DA. RGB value is (112,14,218). Sum of RGB (Red+Green+Blue) = 112+14+218=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #700EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EDA is #8FF125. Grayscale: #414141. Windows color (decimal): -9433382 or 14290544. OLE color: 14290544.
HSL color Cylindrical-coordinate representation of color #700EDA: hue angle of 268.82º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EDA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 14 | 218 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.15 |
| HSL | 268.82º | 0.88% | 0.45% | - |
| HSV(B) | 268.82º | 0.94% | 0.85% | - |
| XYZ | 19.49 | 8.82 | 67 | - |
| YUV | 66.56 | 213.47 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 218 | 0.49 | 0.94 | 0 | 0.15 | 268.82 | 0.88 | 0.45 |
| Hex | 70 | E | DA | 31 | 5E | 0 | F | 10D | 58 | 2D |
| Octal | 160 | 16 | 332 | 61 | 136 | 0 | 17 | 415 | 130 | 55 |
| Binary | 1110000 | 1110 | 11011010 | 110001 | 1011110 | 0 | 1111 | 100001101 | 1011000 | 101101 |
Color Harmonies of #700EDA
Complementary color
Monochromatic Colors of #700EDA
Black with #700EDA
Text Example
Text Example
White with #700EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700EDA; }
p { color: rgb(112,14,218); }
H1.HeaderClassName
{
color: #700EDA;
}
.AnyTagClassName
{
color: #700EDA;
}
</style>
background-color css
<style>
a { background-color: #700EDA; }
a { background-color: rgb(112,14,218); }
div.DivClassName
{
background-color: #700EDA;
}
.BgClassName
{
background-color: #700EDA;
}
</style>
border-color css
<style>
span { border-color: #700EDA; }
span { border-color: rgb(112,14,218); }
td.TdClassName
{
border-color: #700EDA;
}
.TagClassName
{
border-color: #700EDA;
}
</style>