Shades of Blue Violet #7E2EEC
Tints of Blue Violet #7E2EEC
RGB
CMYK
RGB Variations
Color information
#7E2EEC (or 0x7E2EEC) is known color: Blue Violet. HEX triplet: 7E, 2E and EC. RGB value is (126,46,236). Sum of RGB (Red+Green+Blue) = 126+46+236=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E2EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2EEC is #81D113. Grayscale: #5A5A5A. Windows color (decimal): -8507668 or 15478398. OLE color: 15478398.
HSL color Cylindrical-coordinate representation of color #7E2EEC: hue angle of 265.26º 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 #7E2EEC is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 46 | 236 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.07 |
| HSL | 265.26º | 0.83% | 0.55% | - |
| HSV(B) | 265.26º | 0.81% | 0.93% | - |
| XYZ | 24.72 | 12.45 | 80.46 | - |
| YUV | 91.58 | 209.5 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 236 | 0.47 | 0.81 | 0 | 0.07 | 265.26 | 0.83 | 0.55 |
| Hex | 7E | 2E | EC | 2F | 51 | 0 | 7 | 109 | 53 | 37 |
| Octal | 176 | 56 | 354 | 57 | 121 | 0 | 7 | 411 | 123 | 67 |
| Binary | 1111110 | 101110 | 11101100 | 101111 | 1010001 | 0 | 111 | 100001001 | 1010011 | 110111 |
Color Harmonies of #7E2EEC
Complementary color
Monochromatic Colors of #7E2EEC
Black with #7E2EEC
Text Example
Text Example
White with #7E2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2EEC; }
p { color: rgb(126,46,236); }
H1.HeaderClassName
{
color: #7E2EEC;
}
.AnyTagClassName
{
color: #7E2EEC;
}
</style>
background-color css
<style>
a { background-color: #7E2EEC; }
a { background-color: rgb(126,46,236); }
div.DivClassName
{
background-color: #7E2EEC;
}
.BgClassName
{
background-color: #7E2EEC;
}
</style>
border-color css
<style>
span { border-color: #7E2EEC; }
span { border-color: rgb(126,46,236); }
td.TdClassName
{
border-color: #7E2EEC;
}
.TagClassName
{
border-color: #7E2EEC;
}
</style>