Shades of Blue Violet #710EDB
Tints of Blue Violet #710EDB
RGB
CMYK
RGB Variations
Color information
#710EDB (or 0x710EDB) is known color: Blue Violet. HEX triplet: 71, 0E and DB. RGB value is (113,14,219). Sum of RGB (Red+Green+Blue) = 113+14+219=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #710EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EDB is #8EF124. Grayscale: #424242. Windows color (decimal): -9367845 or 14356081. OLE color: 14356081.
HSL color Cylindrical-coordinate representation of color #710EDB: hue angle of 268.98º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EDB is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 14 | 219 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.14 |
| HSL | 268.98º | 0.88% | 0.46% | - |
| HSV(B) | 268.98º | 0.94% | 0.86% | - |
| XYZ | 19.75 | 8.94 | 67.7 | - |
| YUV | 66.97 | 213.8 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 219 | 0.48 | 0.94 | 0 | 0.14 | 268.98 | 0.88 | 0.46 |
| Hex | 71 | E | DB | 30 | 5E | 0 | E | 10D | 58 | 2E |
| Octal | 161 | 16 | 333 | 60 | 136 | 0 | 16 | 415 | 130 | 56 |
| Binary | 1110001 | 1110 | 11011011 | 110000 | 1011110 | 0 | 1110 | 100001101 | 1011000 | 101110 |
Color Harmonies of #710EDB
Complementary color
Monochromatic Colors of #710EDB
Black with #710EDB
Text Example
Text Example
White with #710EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710EDB; }
p { color: rgb(113,14,219); }
H1.HeaderClassName
{
color: #710EDB;
}
.AnyTagClassName
{
color: #710EDB;
}
</style>
background-color css
<style>
a { background-color: #710EDB; }
a { background-color: rgb(113,14,219); }
div.DivClassName
{
background-color: #710EDB;
}
.BgClassName
{
background-color: #710EDB;
}
</style>
border-color css
<style>
span { border-color: #710EDB; }
span { border-color: rgb(113,14,219); }
td.TdClassName
{
border-color: #710EDB;
}
.TagClassName
{
border-color: #710EDB;
}
</style>