Shades of Blue Violet #7311DD
Tints of Blue Violet #7311DD
RGB
CMYK
RGB Variations
Color information
#7311DD (or 0x7311DD) is known color: Blue Violet. HEX triplet: 73, 11 and DD. RGB value is (115,17,221). Sum of RGB (Red+Green+Blue) = 115+17+221=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #7311DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7311DD is #8CEE22. Grayscale: #444444. Windows color (decimal): -9236003 or 14487923. OLE color: 14487923.
HSL color Cylindrical-coordinate representation of color #7311DD: hue angle of 268.82º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7311DD is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 17 | 221 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.13 |
| HSL | 268.82º | 0.86% | 0.47% | - |
| HSV(B) | 268.82º | 0.92% | 0.87% | - |
| XYZ | 20.32 | 9.27 | 69.12 | - |
| YUV | 69.56 | 213.47 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 221 | 0.48 | 0.92 | 0 | 0.13 | 268.82 | 0.86 | 0.47 |
| Hex | 73 | 11 | DD | 30 | 5C | 0 | D | 10D | 56 | 2F |
| Octal | 163 | 21 | 335 | 60 | 134 | 0 | 15 | 415 | 126 | 57 |
| Binary | 1110011 | 10001 | 11011101 | 110000 | 1011100 | 0 | 1101 | 100001101 | 1010110 | 101111 |
Color Harmonies of #7311DD
Complementary color
Monochromatic Colors of #7311DD
Black with #7311DD
Text Example
Text Example
White with #7311DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311DD; }
p { color: rgb(115,17,221); }
H1.HeaderClassName
{
color: #7311DD;
}
.AnyTagClassName
{
color: #7311DD;
}
</style>
background-color css
<style>
a { background-color: #7311DD; }
a { background-color: rgb(115,17,221); }
div.DivClassName
{
background-color: #7311DD;
}
.BgClassName
{
background-color: #7311DD;
}
</style>
border-color css
<style>
span { border-color: #7311DD; }
span { border-color: rgb(115,17,221); }
td.TdClassName
{
border-color: #7311DD;
}
.TagClassName
{
border-color: #7311DD;
}
</style>