Shades of Blue Violet #7E10EC
Tints of Blue Violet #7E10EC
RGB
CMYK
RGB Variations
Color information
#7E10EC (or 0x7E10EC) is known color: Blue Violet. HEX triplet: 7E, 10 and EC. RGB value is (126,16,236). Sum of RGB (Red+Green+Blue) = 126+16+236=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E10EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E10EC is #81EF13. Grayscale: #494949. Windows color (decimal): -8515348 or 15470718. OLE color: 15470718.
HSL color Cylindrical-coordinate representation of color #7E10EC: hue angle of 270º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E10EC is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 16 | 236 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.07 |
| HSL | 270º | 0.87% | 0.49% | - |
| HSV(B) | 270º | 0.93% | 0.93% | - |
| XYZ | 23.93 | 10.86 | 80.19 | - |
| YUV | 73.97 | 219.44 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 236 | 0.47 | 0.93 | 0 | 0.07 | 270 | 0.87 | 0.49 |
| Hex | 7E | 10 | EC | 2F | 5D | 0 | 7 | 10E | 57 | 31 |
| Octal | 176 | 20 | 354 | 57 | 135 | 0 | 7 | 416 | 127 | 61 |
| Binary | 1111110 | 10000 | 11101100 | 101111 | 1011101 | 0 | 111 | 100001110 | 1010111 | 110001 |
Color Harmonies of #7E10EC
Complementary color
Monochromatic Colors of #7E10EC
Black with #7E10EC
Text Example
Text Example
White with #7E10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E10EC; }
p { color: rgb(126,16,236); }
H1.HeaderClassName
{
color: #7E10EC;
}
.AnyTagClassName
{
color: #7E10EC;
}
</style>
background-color css
<style>
a { background-color: #7E10EC; }
a { background-color: rgb(126,16,236); }
div.DivClassName
{
background-color: #7E10EC;
}
.BgClassName
{
background-color: #7E10EC;
}
</style>
border-color css
<style>
span { border-color: #7E10EC; }
span { border-color: rgb(126,16,236); }
td.TdClassName
{
border-color: #7E10EC;
}
.TagClassName
{
border-color: #7E10EC;
}
</style>