Shades of Blue Violet #7111DC
Tints of Blue Violet #7111DC
RGB
CMYK
RGB Variations
Color information
#7111DC (or 0x7111DC) is known color: Blue Violet. HEX triplet: 71, 11 and DC. RGB value is (113,17,220). Sum of RGB (Red+Green+Blue) = 113+17+220=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #7111DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7111DC is #8EEE23. Grayscale: #444444. Windows color (decimal): -9367076 or 14422385. OLE color: 14422385.
HSL color Cylindrical-coordinate representation of color #7111DC: hue angle of 268.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7111DC is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 17 | 220 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.14 |
| HSL | 268.37º | 0.86% | 0.46% | - |
| HSV(B) | 268.37º | 0.92% | 0.86% | - |
| XYZ | 19.93 | 9.08 | 68.41 | - |
| YUV | 68.85 | 213.3 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 220 | 0.49 | 0.92 | 0 | 0.14 | 268.37 | 0.86 | 0.46 |
| Hex | 71 | 11 | DC | 31 | 5C | 0 | E | 10C | 56 | 2E |
| Octal | 161 | 21 | 334 | 61 | 134 | 0 | 16 | 414 | 126 | 56 |
| Binary | 1110001 | 10001 | 11011100 | 110001 | 1011100 | 0 | 1110 | 100001100 | 1010110 | 101110 |
Color Harmonies of #7111DC
Complementary color
Monochromatic Colors of #7111DC
Black with #7111DC
Text Example
Text Example
White with #7111DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7111DC; }
p { color: rgb(113,17,220); }
H1.HeaderClassName
{
color: #7111DC;
}
.AnyTagClassName
{
color: #7111DC;
}
</style>
background-color css
<style>
a { background-color: #7111DC; }
a { background-color: rgb(113,17,220); }
div.DivClassName
{
background-color: #7111DC;
}
.BgClassName
{
background-color: #7111DC;
}
</style>
border-color css
<style>
span { border-color: #7111DC; }
span { border-color: rgb(113,17,220); }
td.TdClassName
{
border-color: #7111DC;
}
.TagClassName
{
border-color: #7111DC;
}
</style>