Shades of Blue Violet #7311DF
Tints of Blue Violet #7311DF
RGB
CMYK
RGB Variations
Color information
#7311DF (or 0x7311DF) is known color: Blue Violet. HEX triplet: 73, 11 and DF. RGB value is (115,17,223). Sum of RGB (Red+Green+Blue) = 115+17+223=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #7311DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7311DF is #8CEE20. Grayscale: #454545. Windows color (decimal): -9236001 or 14618995. OLE color: 14618995.
HSL color Cylindrical-coordinate representation of color #7311DF: hue angle of 268.54º 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 #7311DF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 17 | 223 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.13 |
| HSL | 268.54º | 0.86% | 0.47% | - |
| HSV(B) | 268.54º | 0.92% | 0.87% | - |
| XYZ | 20.59 | 9.37 | 70.54 | - |
| YUV | 69.79 | 214.47 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 223 | 0.48 | 0.92 | 0 | 0.13 | 268.54 | 0.86 | 0.47 |
| Hex | 73 | 11 | DF | 30 | 5C | 0 | D | 10D | 56 | 2F |
| Octal | 163 | 21 | 337 | 60 | 134 | 0 | 15 | 415 | 126 | 57 |
| Binary | 1110011 | 10001 | 11011111 | 110000 | 1011100 | 0 | 1101 | 100001101 | 1010110 | 101111 |
Color Harmonies of #7311DF
Complementary color
Monochromatic Colors of #7311DF
Black with #7311DF
Text Example
Text Example
White with #7311DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311DF; }
p { color: rgb(115,17,223); }
H1.HeaderClassName
{
color: #7311DF;
}
.AnyTagClassName
{
color: #7311DF;
}
</style>
background-color css
<style>
a { background-color: #7311DF; }
a { background-color: rgb(115,17,223); }
div.DivClassName
{
background-color: #7311DF;
}
.BgClassName
{
background-color: #7311DF;
}
</style>
border-color css
<style>
span { border-color: #7311DF; }
span { border-color: rgb(115,17,223); }
td.TdClassName
{
border-color: #7311DF;
}
.TagClassName
{
border-color: #7311DF;
}
</style>