Shades of Blue Violet #7C2EEC
Tints of Blue Violet #7C2EEC
RGB
CMYK
RGB Variations
Color information
#7C2EEC (or 0x7C2EEC) is known color: Blue Violet. HEX triplet: 7C, 2E and EC. RGB value is (124,46,236). Sum of RGB (Red+Green+Blue) = 124+46+236=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C2EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2EEC is #83D113. Grayscale: #5A5A5A. Windows color (decimal): -8638740 or 15478396. OLE color: 15478396.
HSL color Cylindrical-coordinate representation of color #7C2EEC: hue angle of 264.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C2EEC is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 46 | 236 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.07 |
| HSL | 264.63º | 0.83% | 0.55% | - |
| HSV(B) | 264.63º | 0.81% | 0.93% | - |
| XYZ | 24.43 | 12.3 | 80.44 | - |
| YUV | 90.98 | 209.84 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 46 | 236 | 0.47 | 0.81 | 0 | 0.07 | 264.63 | 0.83 | 0.55 |
| Hex | 7C | 2E | EC | 2F | 51 | 0 | 7 | 109 | 53 | 37 |
| Octal | 174 | 56 | 354 | 57 | 121 | 0 | 7 | 411 | 123 | 67 |
| Binary | 1111100 | 101110 | 11101100 | 101111 | 1010001 | 0 | 111 | 100001001 | 1010011 | 110111 |
Color Harmonies of #7C2EEC
Complementary color
Monochromatic Colors of #7C2EEC
Black with #7C2EEC
Text Example
Text Example
White with #7C2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2EEC; }
p { color: rgb(124,46,236); }
H1.HeaderClassName
{
color: #7C2EEC;
}
.AnyTagClassName
{
color: #7C2EEC;
}
</style>
background-color css
<style>
a { background-color: #7C2EEC; }
a { background-color: rgb(124,46,236); }
div.DivClassName
{
background-color: #7C2EEC;
}
.BgClassName
{
background-color: #7C2EEC;
}
</style>
border-color css
<style>
span { border-color: #7C2EEC; }
span { border-color: rgb(124,46,236); }
td.TdClassName
{
border-color: #7C2EEC;
}
.TagClassName
{
border-color: #7C2EEC;
}
</style>