Shades of Blue Violet #7E2EFE
Tints of Blue Violet #7E2EFE
RGB
CMYK
RGB Variations
Color information
#7E2EFE (or 0x7E2EFE) is known color: Blue Violet. HEX triplet: 7E, 2E and FE. RGB value is (126,46,254). Sum of RGB (Red+Green+Blue) = 126+46+254=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E2EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2EFE is #81D101. Grayscale: #5C5C5C. Windows color (decimal): -8507650 or 16658046. OLE color: 16658046.
HSL color Cylindrical-coordinate representation of color #7E2EFE: hue angle of 263.08º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E2EFE is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 46 | 254 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.00 |
| HSL | 263.08º | 0.99% | 0.59% | - |
| HSV(B) | 263.08º | 0.82% | 1% | - |
| XYZ | 27.47 | 13.55 | 94.93 | - |
| YUV | 93.63 | 218.5 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 254 | 0.50 | 0.82 | 0 | 0.00 | 263.08 | 0.99 | 0.59 |
| Hex | 7E | 2E | FE | 32 | 52 | 0 | 0 | 107 | 63 | 3B |
| Octal | 176 | 56 | 376 | 62 | 122 | 0 | 0 | 407 | 143 | 73 |
| Binary | 1111110 | 101110 | 11111110 | 110010 | 1010010 | 0 | 0 | 100000111 | 1100011 | 111011 |
Color Harmonies of #7E2EFE
Complementary color
Monochromatic Colors of #7E2EFE
Black with #7E2EFE
Text Example
Text Example
White with #7E2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2EFE; }
p { color: rgb(126,46,254); }
H1.HeaderClassName
{
color: #7E2EFE;
}
.AnyTagClassName
{
color: #7E2EFE;
}
</style>
background-color css
<style>
a { background-color: #7E2EFE; }
a { background-color: rgb(126,46,254); }
div.DivClassName
{
background-color: #7E2EFE;
}
.BgClassName
{
background-color: #7E2EFE;
}
</style>
border-color css
<style>
span { border-color: #7E2EFE; }
span { border-color: rgb(126,46,254); }
td.TdClassName
{
border-color: #7E2EFE;
}
.TagClassName
{
border-color: #7E2EFE;
}
</style>