Shades of Blue Violet #7110DF
Tints of Blue Violet #7110DF
RGB
CMYK
RGB Variations
Color information
#7110DF (or 0x7110DF) is known color: Blue Violet. HEX triplet: 71, 10 and DF. RGB value is (113,16,223). Sum of RGB (Red+Green+Blue) = 113+16+223=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #7110DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7110DF is #8EEF20. Grayscale: #434343. Windows color (decimal): -9367329 or 14618737. OLE color: 14618737.
HSL color Cylindrical-coordinate representation of color #7110DF: hue angle of 268.12º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7110DF is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 16 | 223 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.13 |
| HSL | 268.12º | 0.87% | 0.47% | - |
| HSV(B) | 268.12º | 0.93% | 0.87% | - |
| XYZ | 20.31 | 9.21 | 70.52 | - |
| YUV | 68.6 | 215.14 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 223 | 0.49 | 0.93 | 0 | 0.13 | 268.12 | 0.87 | 0.47 |
| Hex | 71 | 10 | DF | 31 | 5D | 0 | D | 10C | 57 | 2F |
| Octal | 161 | 20 | 337 | 61 | 135 | 0 | 15 | 414 | 127 | 57 |
| Binary | 1110001 | 10000 | 11011111 | 110001 | 1011101 | 0 | 1101 | 100001100 | 1010111 | 101111 |
Color Harmonies of #7110DF
Complementary color
Monochromatic Colors of #7110DF
Black with #7110DF
Text Example
Text Example
White with #7110DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7110DF; }
p { color: rgb(113,16,223); }
H1.HeaderClassName
{
color: #7110DF;
}
.AnyTagClassName
{
color: #7110DF;
}
</style>
background-color css
<style>
a { background-color: #7110DF; }
a { background-color: rgb(113,16,223); }
div.DivClassName
{
background-color: #7110DF;
}
.BgClassName
{
background-color: #7110DF;
}
</style>
border-color css
<style>
span { border-color: #7110DF; }
span { border-color: rgb(113,16,223); }
td.TdClassName
{
border-color: #7110DF;
}
.TagClassName
{
border-color: #7110DF;
}
</style>