Shades of Blue Violet #700ED8
Tints of Blue Violet #700ED8
RGB
CMYK
RGB Variations
Color information
#700ED8 (or 0x700ED8) is known color: Blue Violet. HEX triplet: 70, 0E and D8. RGB value is (112,14,216). Sum of RGB (Red+Green+Blue) = 112+14+216=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #700ED8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ED8 is #8FF127. Grayscale: #414141. Windows color (decimal): -9433384 or 14159472. OLE color: 14159472.
HSL color Cylindrical-coordinate representation of color #700ED8: hue angle of 269.11º 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 #700ED8 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 14 | 216 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.15 |
| HSL | 269.11º | 0.88% | 0.45% | - |
| HSV(B) | 269.11º | 0.94% | 0.85% | - |
| XYZ | 19.23 | 8.72 | 65.63 | - |
| YUV | 66.33 | 212.47 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 216 | 0.48 | 0.94 | 0 | 0.15 | 269.11 | 0.88 | 0.45 |
| Hex | 70 | E | D8 | 30 | 5E | 0 | F | 10D | 58 | 2D |
| Octal | 160 | 16 | 330 | 60 | 136 | 0 | 17 | 415 | 130 | 55 |
| Binary | 1110000 | 1110 | 11011000 | 110000 | 1011110 | 0 | 1111 | 100001101 | 1011000 | 101101 |
Color Harmonies of #700ED8
Complementary color
Monochromatic Colors of #700ED8
Black with #700ED8
Text Example
Text Example
White with #700ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700ED8; }
p { color: rgb(112,14,216); }
H1.HeaderClassName
{
color: #700ED8;
}
.AnyTagClassName
{
color: #700ED8;
}
</style>
background-color css
<style>
a { background-color: #700ED8; }
a { background-color: rgb(112,14,216); }
div.DivClassName
{
background-color: #700ED8;
}
.BgClassName
{
background-color: #700ED8;
}
</style>
border-color css
<style>
span { border-color: #700ED8; }
span { border-color: rgb(112,14,216); }
td.TdClassName
{
border-color: #700ED8;
}
.TagClassName
{
border-color: #700ED8;
}
</style>