Shades of Blue Violet #710FDE
Tints of Blue Violet #710FDE
RGB
CMYK
RGB Variations
Color information
#710FDE (or 0x710FDE) is known color: Blue Violet. HEX triplet: 71, 0F and DE. RGB value is (113,15,222). Sum of RGB (Red+Green+Blue) = 113+15+222=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #710FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FDE is #8EF021. Grayscale: #434343. Windows color (decimal): -9367586 or 14552945. OLE color: 14552945.
HSL color Cylindrical-coordinate representation of color #710FDE: hue angle of 268.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710FDE is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 15 | 222 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.13 |
| HSL | 268.41º | 0.87% | 0.46% | - |
| HSV(B) | 268.41º | 0.93% | 0.87% | - |
| XYZ | 20.17 | 9.13 | 69.81 | - |
| YUV | 67.9 | 214.97 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 222 | 0.49 | 0.93 | 0 | 0.13 | 268.41 | 0.87 | 0.46 |
| Hex | 71 | F | DE | 31 | 5D | 0 | D | 10C | 57 | 2E |
| Octal | 161 | 17 | 336 | 61 | 135 | 0 | 15 | 414 | 127 | 56 |
| Binary | 1110001 | 1111 | 11011110 | 110001 | 1011101 | 0 | 1101 | 100001100 | 1010111 | 101110 |
Color Harmonies of #710FDE
Complementary color
Monochromatic Colors of #710FDE
Black with #710FDE
Text Example
Text Example
White with #710FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FDE; }
p { color: rgb(113,15,222); }
H1.HeaderClassName
{
color: #710FDE;
}
.AnyTagClassName
{
color: #710FDE;
}
</style>
background-color css
<style>
a { background-color: #710FDE; }
a { background-color: rgb(113,15,222); }
div.DivClassName
{
background-color: #710FDE;
}
.BgClassName
{
background-color: #710FDE;
}
</style>
border-color css
<style>
span { border-color: #710FDE; }
span { border-color: rgb(113,15,222); }
td.TdClassName
{
border-color: #710FDE;
}
.TagClassName
{
border-color: #710FDE;
}
</style>