Shades of Blue Violet #701DDB
Tints of Blue Violet #701DDB
RGB
CMYK
RGB Variations
Color information
#701DDB (or 0x701DDB) is known color: Blue Violet. HEX triplet: 70, 1D and DB. RGB value is (112,29,219). Sum of RGB (Red+Green+Blue) = 112+29+219=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #701DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DDB is #8FE224. Grayscale: #4A4A4A. Windows color (decimal): -9429541 or 14359920. OLE color: 14359920.
HSL color Cylindrical-coordinate representation of color #701DDB: hue angle of 266.21º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701DDB is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 29 | 219 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.14 |
| HSL | 266.21º | 0.77% | 0.49% | - |
| HSV(B) | 266.21º | 0.87% | 0.86% | - |
| XYZ | 19.91 | 9.44 | 67.79 | - |
| YUV | 75.48 | 209 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 219 | 0.49 | 0.87 | 0 | 0.14 | 266.21 | 0.77 | 0.49 |
| Hex | 70 | 1D | DB | 31 | 57 | 0 | E | 10A | 4D | 31 |
| Octal | 160 | 35 | 333 | 61 | 127 | 0 | 16 | 412 | 115 | 61 |
| Binary | 1110000 | 11101 | 11011011 | 110001 | 1010111 | 0 | 1110 | 100001010 | 1001101 | 110001 |
Color Harmonies of #701DDB
Complementary color
Monochromatic Colors of #701DDB
Black with #701DDB
Text Example
Text Example
White with #701DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DDB; }
p { color: rgb(112,29,219); }
H1.HeaderClassName
{
color: #701DDB;
}
.AnyTagClassName
{
color: #701DDB;
}
</style>
background-color css
<style>
a { background-color: #701DDB; }
a { background-color: rgb(112,29,219); }
div.DivClassName
{
background-color: #701DDB;
}
.BgClassName
{
background-color: #701DDB;
}
</style>
border-color css
<style>
span { border-color: #701DDB; }
span { border-color: rgb(112,29,219); }
td.TdClassName
{
border-color: #701DDB;
}
.TagClassName
{
border-color: #701DDB;
}
</style>