Shades of Blue Violet #701EDD
Tints of Blue Violet #701EDD
RGB
CMYK
RGB Variations
Color information
#701EDD (or 0x701EDD) is known color: Blue Violet. HEX triplet: 70, 1E and DD. RGB value is (112,30,221). Sum of RGB (Red+Green+Blue) = 112+30+221=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #701EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EDD is #8FE122. Grayscale: #4B4B4B. Windows color (decimal): -9429283 or 14491248. OLE color: 14491248.
HSL color Cylindrical-coordinate representation of color #701EDD: hue angle of 265.76º 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 #701EDD is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 30 | 221 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.13 |
| HSL | 265.76º | 0.76% | 0.49% | - |
| HSV(B) | 265.76º | 0.86% | 0.87% | - |
| XYZ | 20.2 | 9.59 | 69.19 | - |
| YUV | 76.29 | 209.67 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 221 | 0.49 | 0.86 | 0 | 0.13 | 265.76 | 0.76 | 0.49 |
| Hex | 70 | 1E | DD | 31 | 56 | 0 | D | 10A | 4C | 31 |
| Octal | 160 | 36 | 335 | 61 | 126 | 0 | 15 | 412 | 114 | 61 |
| Binary | 1110000 | 11110 | 11011101 | 110001 | 1010110 | 0 | 1101 | 100001010 | 1001100 | 110001 |
Color Harmonies of #701EDD
Complementary color
Monochromatic Colors of #701EDD
Black with #701EDD
Text Example
Text Example
White with #701EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EDD; }
p { color: rgb(112,30,221); }
H1.HeaderClassName
{
color: #701EDD;
}
.AnyTagClassName
{
color: #701EDD;
}
</style>
background-color css
<style>
a { background-color: #701EDD; }
a { background-color: rgb(112,30,221); }
div.DivClassName
{
background-color: #701EDD;
}
.BgClassName
{
background-color: #701EDD;
}
</style>
border-color css
<style>
span { border-color: #701EDD; }
span { border-color: rgb(112,30,221); }
td.TdClassName
{
border-color: #701EDD;
}
.TagClassName
{
border-color: #701EDD;
}
</style>