Shades of Blue Violet #7E2CFE
Tints of Blue Violet #7E2CFE
RGB
CMYK
RGB Variations
Color information
#7E2CFE (or 0x7E2CFE) is known color: Blue Violet. HEX triplet: 7E, 2C and FE. RGB value is (126,44,254). Sum of RGB (Red+Green+Blue) = 126+44+254=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E2CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2CFE is #81D301. Grayscale: #5B5B5B. Windows color (decimal): -8508162 or 16657534. OLE color: 16657534.
HSL color Cylindrical-coordinate representation of color #7E2CFE: hue angle of 263.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E2CFE is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 44 | 254 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.00 |
| HSL | 263.43º | 0.99% | 0.58% | - |
| HSV(B) | 263.43º | 0.83% | 1% | - |
| XYZ | 27.39 | 13.39 | 94.91 | - |
| YUV | 92.46 | 219.17 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 254 | 0.50 | 0.83 | 0 | 0.00 | 263.43 | 0.99 | 0.58 |
| Hex | 7E | 2C | FE | 32 | 53 | 0 | 0 | 107 | 63 | 3A |
| Octal | 176 | 54 | 376 | 62 | 123 | 0 | 0 | 407 | 143 | 72 |
| Binary | 1111110 | 101100 | 11111110 | 110010 | 1010011 | 0 | 0 | 100000111 | 1100011 | 111010 |
Color Harmonies of #7E2CFE
Complementary color
Monochromatic Colors of #7E2CFE
Black with #7E2CFE
Text Example
Text Example
White with #7E2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2CFE; }
p { color: rgb(126,44,254); }
H1.HeaderClassName
{
color: #7E2CFE;
}
.AnyTagClassName
{
color: #7E2CFE;
}
</style>
background-color css
<style>
a { background-color: #7E2CFE; }
a { background-color: rgb(126,44,254); }
div.DivClassName
{
background-color: #7E2CFE;
}
.BgClassName
{
background-color: #7E2CFE;
}
</style>
border-color css
<style>
span { border-color: #7E2CFE; }
span { border-color: rgb(126,44,254); }
td.TdClassName
{
border-color: #7E2CFE;
}
.TagClassName
{
border-color: #7E2CFE;
}
</style>