Shades of Blue Violet #7C10EC
Tints of Blue Violet #7C10EC
RGB
CMYK
RGB Variations
Color information
#7C10EC (or 0x7C10EC) is known color: Blue Violet. HEX triplet: 7C, 10 and EC. RGB value is (124,16,236). Sum of RGB (Red+Green+Blue) = 124+16+236=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C10EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C10EC is #83EF13. Grayscale: #484848. Windows color (decimal): -8646420 or 15470716. OLE color: 15470716.
HSL color Cylindrical-coordinate representation of color #7C10EC: hue angle of 269.45º 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 #7C10EC is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 16 | 236 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.07 |
| HSL | 269.45º | 0.87% | 0.49% | - |
| HSV(B) | 269.45º | 0.93% | 0.93% | - |
| XYZ | 23.64 | 10.71 | 80.18 | - |
| YUV | 73.37 | 219.78 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 236 | 0.47 | 0.93 | 0 | 0.07 | 269.45 | 0.87 | 0.49 |
| Hex | 7C | 10 | EC | 2F | 5D | 0 | 7 | 10D | 57 | 31 |
| Octal | 174 | 20 | 354 | 57 | 135 | 0 | 7 | 415 | 127 | 61 |
| Binary | 1111100 | 10000 | 11101100 | 101111 | 1011101 | 0 | 111 | 100001101 | 1010111 | 110001 |
Color Harmonies of #7C10EC
Complementary color
Monochromatic Colors of #7C10EC
Black with #7C10EC
Text Example
Text Example
White with #7C10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C10EC; }
p { color: rgb(124,16,236); }
H1.HeaderClassName
{
color: #7C10EC;
}
.AnyTagClassName
{
color: #7C10EC;
}
</style>
background-color css
<style>
a { background-color: #7C10EC; }
a { background-color: rgb(124,16,236); }
div.DivClassName
{
background-color: #7C10EC;
}
.BgClassName
{
background-color: #7C10EC;
}
</style>
border-color css
<style>
span { border-color: #7C10EC; }
span { border-color: rgb(124,16,236); }
td.TdClassName
{
border-color: #7C10EC;
}
.TagClassName
{
border-color: #7C10EC;
}
</style>