Shades of Blue Violet #710FDC
Tints of Blue Violet #710FDC
RGB
CMYK
RGB Variations
Color information
#710FDC (or 0x710FDC) is known color: Blue Violet. HEX triplet: 71, 0F and DC. RGB value is (113,15,220). Sum of RGB (Red+Green+Blue) = 113+15+220=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #710FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FDC is #8EF023. Grayscale: #424242. Windows color (decimal): -9367588 or 14421873. OLE color: 14421873.
HSL color Cylindrical-coordinate representation of color #710FDC: hue angle of 268.68º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710FDC is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 15 | 220 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.14 |
| HSL | 268.68º | 0.87% | 0.46% | - |
| HSV(B) | 268.68º | 0.93% | 0.86% | - |
| XYZ | 19.9 | 9.02 | 68.4 | - |
| YUV | 67.67 | 213.97 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 220 | 0.49 | 0.93 | 0 | 0.14 | 268.68 | 0.87 | 0.46 |
| Hex | 71 | F | DC | 31 | 5D | 0 | E | 10D | 57 | 2E |
| Octal | 161 | 17 | 334 | 61 | 135 | 0 | 16 | 415 | 127 | 56 |
| Binary | 1110001 | 1111 | 11011100 | 110001 | 1011101 | 0 | 1110 | 100001101 | 1010111 | 101110 |
Color Harmonies of #710FDC
Complementary color
Monochromatic Colors of #710FDC
Black with #710FDC
Text Example
Text Example
White with #710FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FDC; }
p { color: rgb(113,15,220); }
H1.HeaderClassName
{
color: #710FDC;
}
.AnyTagClassName
{
color: #710FDC;
}
</style>
background-color css
<style>
a { background-color: #710FDC; }
a { background-color: rgb(113,15,220); }
div.DivClassName
{
background-color: #710FDC;
}
.BgClassName
{
background-color: #710FDC;
}
</style>
border-color css
<style>
span { border-color: #710FDC; }
span { border-color: rgb(113,15,220); }
td.TdClassName
{
border-color: #710FDC;
}
.TagClassName
{
border-color: #710FDC;
}
</style>