Shades of Blue Violet #7E17EC
Tints of Blue Violet #7E17EC
RGB
CMYK
RGB Variations
Color information
#7E17EC (or 0x7E17EC) is known color: Blue Violet. HEX triplet: 7E, 17 and EC. RGB value is (126,23,236). Sum of RGB (Red+Green+Blue) = 126+23+236=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E17EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E17EC is #81E813. Grayscale: #4D4D4D. Windows color (decimal): -8513556 or 15472510. OLE color: 15472510.
HSL color Cylindrical-coordinate representation of color #7E17EC: hue angle of 269.01º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E17EC is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 23 | 236 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.07 |
| HSL | 269.01º | 0.85% | 0.51% | - |
| HSV(B) | 269.01º | 0.9% | 0.93% | - |
| XYZ | 24.05 | 11.1 | 80.23 | - |
| YUV | 78.08 | 217.12 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 236 | 0.47 | 0.90 | 0 | 0.07 | 269.01 | 0.85 | 0.51 |
| Hex | 7E | 17 | EC | 2F | 5A | 0 | 7 | 10D | 55 | 33 |
| Octal | 176 | 27 | 354 | 57 | 132 | 0 | 7 | 415 | 125 | 63 |
| Binary | 1111110 | 10111 | 11101100 | 101111 | 1011010 | 0 | 111 | 100001101 | 1010101 | 110011 |
Color Harmonies of #7E17EC
Complementary color
Monochromatic Colors of #7E17EC
Black with #7E17EC
Text Example
Text Example
White with #7E17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E17EC; }
p { color: rgb(126,23,236); }
H1.HeaderClassName
{
color: #7E17EC;
}
.AnyTagClassName
{
color: #7E17EC;
}
</style>
background-color css
<style>
a { background-color: #7E17EC; }
a { background-color: rgb(126,23,236); }
div.DivClassName
{
background-color: #7E17EC;
}
.BgClassName
{
background-color: #7E17EC;
}
</style>
border-color css
<style>
span { border-color: #7E17EC; }
span { border-color: rgb(126,23,236); }
td.TdClassName
{
border-color: #7E17EC;
}
.TagClassName
{
border-color: #7E17EC;
}
</style>