Shades of Blue Violet #7E3EFE
Tints of Blue Violet #7E3EFE
RGB
CMYK
RGB Variations
Color information
#7E3EFE (or 0x7E3EFE) is known color: Blue Violet. HEX triplet: 7E, 3E and FE. RGB value is (126,62,254). Sum of RGB (Red+Green+Blue) = 126+62+254=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E3EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3EFE is #81C101. Grayscale: #666666. Windows color (decimal): -8503554 or 16662142. OLE color: 16662142.
HSL color Cylindrical-coordinate representation of color #7E3EFE: hue angle of 260º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E3EFE is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 62 | 254 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.00 |
| HSL | 260º | 0.99% | 0.62% | - |
| HSV(B) | 260º | 0.76% | 1% | - |
| XYZ | 28.22 | 15.04 | 95.18 | - |
| YUV | 103.02 | 213.2 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 254 | 0.50 | 0.76 | 0 | 0.00 | 260 | 0.99 | 0.62 |
| Hex | 7E | 3E | FE | 32 | 4C | 0 | 0 | 104 | 63 | 3E |
| Octal | 176 | 76 | 376 | 62 | 114 | 0 | 0 | 404 | 143 | 76 |
| Binary | 1111110 | 111110 | 11111110 | 110010 | 1001100 | 0 | 0 | 100000100 | 1100011 | 111110 |
Color Harmonies of #7E3EFE
Complementary color
Monochromatic Colors of #7E3EFE
Black with #7E3EFE
Text Example
Text Example
White with #7E3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3EFE; }
p { color: rgb(126,62,254); }
H1.HeaderClassName
{
color: #7E3EFE;
}
.AnyTagClassName
{
color: #7E3EFE;
}
</style>
background-color css
<style>
a { background-color: #7E3EFE; }
a { background-color: rgb(126,62,254); }
div.DivClassName
{
background-color: #7E3EFE;
}
.BgClassName
{
background-color: #7E3EFE;
}
</style>
border-color css
<style>
span { border-color: #7E3EFE; }
span { border-color: rgb(126,62,254); }
td.TdClassName
{
border-color: #7E3EFE;
}
.TagClassName
{
border-color: #7E3EFE;
}
</style>