Shades of Blue Violet #7311DC
Tints of Blue Violet #7311DC
RGB
CMYK
RGB Variations
Color information
#7311DC (or 0x7311DC) is known color: Blue Violet. HEX triplet: 73, 11 and DC. RGB value is (115,17,220). Sum of RGB (Red+Green+Blue) = 115+17+220=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #7311DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7311DC is #8CEE23. Grayscale: #444444. Windows color (decimal): -9236004 or 14422387. OLE color: 14422387.
HSL color Cylindrical-coordinate representation of color #7311DC: hue angle of 268.97º 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 #7311DC is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 17 | 220 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.14 |
| HSL | 268.97º | 0.86% | 0.46% | - |
| HSV(B) | 268.97º | 0.92% | 0.86% | - |
| XYZ | 20.19 | 9.21 | 68.42 | - |
| YUV | 69.44 | 212.97 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 220 | 0.48 | 0.92 | 0 | 0.14 | 268.97 | 0.86 | 0.46 |
| Hex | 73 | 11 | DC | 30 | 5C | 0 | E | 10D | 56 | 2E |
| Octal | 163 | 21 | 334 | 60 | 134 | 0 | 16 | 415 | 126 | 56 |
| Binary | 1110011 | 10001 | 11011100 | 110000 | 1011100 | 0 | 1110 | 100001101 | 1010110 | 101110 |
Color Harmonies of #7311DC
Complementary color
Monochromatic Colors of #7311DC
Black with #7311DC
Text Example
Text Example
White with #7311DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311DC; }
p { color: rgb(115,17,220); }
H1.HeaderClassName
{
color: #7311DC;
}
.AnyTagClassName
{
color: #7311DC;
}
</style>
background-color css
<style>
a { background-color: #7311DC; }
a { background-color: rgb(115,17,220); }
div.DivClassName
{
background-color: #7311DC;
}
.BgClassName
{
background-color: #7311DC;
}
</style>
border-color css
<style>
span { border-color: #7311DC; }
span { border-color: rgb(115,17,220); }
td.TdClassName
{
border-color: #7311DC;
}
.TagClassName
{
border-color: #7311DC;
}
</style>