Shades of Blue Violet #710DD6
Tints of Blue Violet #710DD6
RGB
CMYK
RGB Variations
Color information
#710DD6 (or 0x710DD6) is known color: Blue Violet. HEX triplet: 71, 0D and D6. RGB value is (113,13,214). Sum of RGB (Red+Green+Blue) = 113+13+214=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 214 (83.98% from 255 or 62.94% from 340); Max value from RGB is 214 - color contains mainly: blue. Hex color #710DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DD6 is #8EF229. Grayscale: #414141. Windows color (decimal): -9368106 or 14028145. OLE color: 14028145.
HSL color Cylindrical-coordinate representation of color #710DD6: hue angle of 269.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710DD6 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 13 | 214 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.16 |
| HSL | 269.85º | 0.89% | 0.45% | - |
| HSV(B) | 269.85º | 0.94% | 0.84% | - |
| XYZ | 19.09 | 8.65 | 64.28 | - |
| YUV | 65.81 | 211.63 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 214 | 0.47 | 0.94 | 0 | 0.16 | 269.85 | 0.89 | 0.45 |
| Hex | 71 | D | D6 | 2F | 5E | 0 | 10 | 10E | 59 | 2D |
| Octal | 161 | 15 | 326 | 57 | 136 | 0 | 20 | 416 | 131 | 55 |
| Binary | 1110001 | 1101 | 11010110 | 101111 | 1011110 | 0 | 10000 | 100001110 | 1011001 | 101101 |
Color Harmonies of #710DD6
Complementary color
Monochromatic Colors of #710DD6
Black with #710DD6
Text Example
Text Example
White with #710DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DD6; }
p { color: rgb(113,13,214); }
H1.HeaderClassName
{
color: #710DD6;
}
.AnyTagClassName
{
color: #710DD6;
}
</style>
background-color css
<style>
a { background-color: #710DD6; }
a { background-color: rgb(113,13,214); }
div.DivClassName
{
background-color: #710DD6;
}
.BgClassName
{
background-color: #710DD6;
}
</style>
border-color css
<style>
span { border-color: #710DD6; }
span { border-color: rgb(113,13,214); }
td.TdClassName
{
border-color: #710DD6;
}
.TagClassName
{
border-color: #710DD6;
}
</style>