Shades of Blue Violet #7E2CEF
Tints of Blue Violet #7E2CEF
RGB
CMYK
RGB Variations
Color information
#7E2CEF (or 0x7E2CEF) is known color: Blue Violet. HEX triplet: 7E, 2C and EF. RGB value is (126,44,239). Sum of RGB (Red+Green+Blue) = 126+44+239=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E2CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2CEF is #81D310. Grayscale: #5A5A5A. Windows color (decimal): -8508177 or 15674494. OLE color: 15674494.
HSL color Cylindrical-coordinate representation of color #7E2CEF: hue angle of 265.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E2CEF is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 44 | 239 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.06 |
| HSL | 265.23º | 0.86% | 0.55% | - |
| HSV(B) | 265.23º | 0.82% | 0.94% | - |
| XYZ | 25.08 | 12.47 | 82.75 | - |
| YUV | 90.75 | 211.67 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 239 | 0.47 | 0.82 | 0 | 0.06 | 265.23 | 0.86 | 0.55 |
| Hex | 7E | 2C | EF | 2F | 52 | 0 | 6 | 109 | 56 | 37 |
| Octal | 176 | 54 | 357 | 57 | 122 | 0 | 6 | 411 | 126 | 67 |
| Binary | 1111110 | 101100 | 11101111 | 101111 | 1010010 | 0 | 110 | 100001001 | 1010110 | 110111 |
Color Harmonies of #7E2CEF
Complementary color
Monochromatic Colors of #7E2CEF
Black with #7E2CEF
Text Example
Text Example
White with #7E2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2CEF; }
p { color: rgb(126,44,239); }
H1.HeaderClassName
{
color: #7E2CEF;
}
.AnyTagClassName
{
color: #7E2CEF;
}
</style>
background-color css
<style>
a { background-color: #7E2CEF; }
a { background-color: rgb(126,44,239); }
div.DivClassName
{
background-color: #7E2CEF;
}
.BgClassName
{
background-color: #7E2CEF;
}
</style>
border-color css
<style>
span { border-color: #7E2CEF; }
span { border-color: rgb(126,44,239); }
td.TdClassName
{
border-color: #7E2CEF;
}
.TagClassName
{
border-color: #7E2CEF;
}
</style>