Shades of Blue Violet #7112DC
Tints of Blue Violet #7112DC
RGB
CMYK
RGB Variations
Color information
#7112DC (or 0x7112DC) is known color: Blue Violet. HEX triplet: 71, 12 and DC. RGB value is (113,18,220). Sum of RGB (Red+Green+Blue) = 113+18+220=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #7112DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112DC is #8EED23. Grayscale: #444444. Windows color (decimal): -9366820 or 14422641. OLE color: 14422641.
HSL color Cylindrical-coordinate representation of color #7112DC: hue angle of 268.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7112DC is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 18 | 220 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.14 |
| HSL | 268.22º | 0.85% | 0.47% | - |
| HSV(B) | 268.22º | 0.92% | 0.86% | - |
| XYZ | 19.94 | 9.11 | 68.42 | - |
| YUV | 69.43 | 212.97 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 220 | 0.49 | 0.92 | 0 | 0.14 | 268.22 | 0.85 | 0.47 |
| Hex | 71 | 12 | DC | 31 | 5C | 0 | E | 10C | 55 | 2F |
| Octal | 161 | 22 | 334 | 61 | 134 | 0 | 16 | 414 | 125 | 57 |
| Binary | 1110001 | 10010 | 11011100 | 110001 | 1011100 | 0 | 1110 | 100001100 | 1010101 | 101111 |
Color Harmonies of #7112DC
Complementary color
Monochromatic Colors of #7112DC
Black with #7112DC
Text Example
Text Example
White with #7112DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7112DC; }
p { color: rgb(113,18,220); }
H1.HeaderClassName
{
color: #7112DC;
}
.AnyTagClassName
{
color: #7112DC;
}
</style>
background-color css
<style>
a { background-color: #7112DC; }
a { background-color: rgb(113,18,220); }
div.DivClassName
{
background-color: #7112DC;
}
.BgClassName
{
background-color: #7112DC;
}
</style>
border-color css
<style>
span { border-color: #7112DC; }
span { border-color: rgb(113,18,220); }
td.TdClassName
{
border-color: #7112DC;
}
.TagClassName
{
border-color: #7112DC;
}
</style>