Shades of Blue Violet #701DDE
Tints of Blue Violet #701DDE
RGB
CMYK
RGB Variations
Color information
#701DDE (or 0x701DDE) is known color: Blue Violet. HEX triplet: 70, 1D and DE. RGB value is (112,29,222). Sum of RGB (Red+Green+Blue) = 112+29+222=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #701DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DDE is #8FE221. Grayscale: #4B4B4B. Windows color (decimal): -9429538 or 14556528. OLE color: 14556528.
HSL color Cylindrical-coordinate representation of color #701DDE: hue angle of 265.8º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701DDE is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 29 | 222 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.13 |
| HSL | 265.8º | 0.77% | 0.49% | - |
| HSV(B) | 265.8º | 0.87% | 0.87% | - |
| XYZ | 20.31 | 9.6 | 69.89 | - |
| YUV | 75.82 | 210.5 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 222 | 0.50 | 0.87 | 0 | 0.13 | 265.8 | 0.77 | 0.49 |
| Hex | 70 | 1D | DE | 32 | 57 | 0 | D | 10A | 4D | 31 |
| Octal | 160 | 35 | 336 | 62 | 127 | 0 | 15 | 412 | 115 | 61 |
| Binary | 1110000 | 11101 | 11011110 | 110010 | 1010111 | 0 | 1101 | 100001010 | 1001101 | 110001 |
Color Harmonies of #701DDE
Complementary color
Monochromatic Colors of #701DDE
Black with #701DDE
Text Example
Text Example
White with #701DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DDE; }
p { color: rgb(112,29,222); }
H1.HeaderClassName
{
color: #701DDE;
}
.AnyTagClassName
{
color: #701DDE;
}
</style>
background-color css
<style>
a { background-color: #701DDE; }
a { background-color: rgb(112,29,222); }
div.DivClassName
{
background-color: #701DDE;
}
.BgClassName
{
background-color: #701DDE;
}
</style>
border-color css
<style>
span { border-color: #701DDE; }
span { border-color: rgb(112,29,222); }
td.TdClassName
{
border-color: #701DDE;
}
.TagClassName
{
border-color: #701DDE;
}
</style>