Shades of Blue Violet #7E2CEC
Tints of Blue Violet #7E2CEC
RGB
CMYK
RGB Variations
Color information
#7E2CEC (or 0x7E2CEC) is known color: Blue Violet. HEX triplet: 7E, 2C and EC. RGB value is (126,44,236). Sum of RGB (Red+Green+Blue) = 126+44+236=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 44 (17.58% from 255 or 10.84% 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 #7E2CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2CEC is #81D313. Grayscale: #595959. Windows color (decimal): -8508180 or 15477886. OLE color: 15477886.
HSL color Cylindrical-coordinate representation of color #7E2CEC: hue angle of 265.62º 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 #7E2CEC is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 44 | 236 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.07 |
| HSL | 265.63º | 0.83% | 0.55% | - |
| HSV(B) | 265.63º | 0.81% | 0.93% | - |
| XYZ | 24.65 | 12.29 | 80.43 | - |
| YUV | 90.41 | 210.17 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 236 | 0.47 | 0.81 | 0 | 0.07 | 265.63 | 0.83 | 0.55 |
| Hex | 7E | 2C | EC | 2F | 51 | 0 | 7 | 10A | 53 | 37 |
| Octal | 176 | 54 | 354 | 57 | 121 | 0 | 7 | 412 | 123 | 67 |
| Binary | 1111110 | 101100 | 11101100 | 101111 | 1010001 | 0 | 111 | 100001010 | 1010011 | 110111 |
Color Harmonies of #7E2CEC
Complementary color
Monochromatic Colors of #7E2CEC
Black with #7E2CEC
Text Example
Text Example
White with #7E2CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2CEC; }
p { color: rgb(126,44,236); }
H1.HeaderClassName
{
color: #7E2CEC;
}
.AnyTagClassName
{
color: #7E2CEC;
}
</style>
background-color css
<style>
a { background-color: #7E2CEC; }
a { background-color: rgb(126,44,236); }
div.DivClassName
{
background-color: #7E2CEC;
}
.BgClassName
{
background-color: #7E2CEC;
}
</style>
border-color css
<style>
span { border-color: #7E2CEC; }
span { border-color: rgb(126,44,236); }
td.TdClassName
{
border-color: #7E2CEC;
}
.TagClassName
{
border-color: #7E2CEC;
}
</style>