Shades of Blue Violet #7E2EFB
Tints of Blue Violet #7E2EFB
RGB
CMYK
RGB Variations
Color information
#7E2EFB (or 0x7E2EFB) is known color: Blue Violet. HEX triplet: 7E, 2E and FB. RGB value is (126,46,251). Sum of RGB (Red+Green+Blue) = 126+46+251=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E2EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2EFB is #81D104. Grayscale: #5C5C5C. Windows color (decimal): -8507653 or 16461438. OLE color: 16461438.
HSL color Cylindrical-coordinate representation of color #7E2EFB: hue angle of 263.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E2EFB is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 46 | 251 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.02 |
| HSL | 263.41º | 0.96% | 0.58% | - |
| HSV(B) | 263.41º | 0.82% | 0.98% | - |
| XYZ | 26.99 | 13.35 | 92.42 | - |
| YUV | 93.29 | 217 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 251 | 0.50 | 0.82 | 0 | 0.02 | 263.41 | 0.96 | 0.58 |
| Hex | 7E | 2E | FB | 32 | 52 | 0 | 2 | 107 | 60 | 3A |
| Octal | 176 | 56 | 373 | 62 | 122 | 0 | 2 | 407 | 140 | 72 |
| Binary | 1111110 | 101110 | 11111011 | 110010 | 1010010 | 0 | 10 | 100000111 | 1100000 | 111010 |
Color Harmonies of #7E2EFB
Complementary color
Monochromatic Colors of #7E2EFB
Black with #7E2EFB
Text Example
Text Example
White with #7E2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2EFB; }
p { color: rgb(126,46,251); }
H1.HeaderClassName
{
color: #7E2EFB;
}
.AnyTagClassName
{
color: #7E2EFB;
}
</style>
background-color css
<style>
a { background-color: #7E2EFB; }
a { background-color: rgb(126,46,251); }
div.DivClassName
{
background-color: #7E2EFB;
}
.BgClassName
{
background-color: #7E2EFB;
}
</style>
border-color css
<style>
span { border-color: #7E2EFB; }
span { border-color: rgb(126,46,251); }
td.TdClassName
{
border-color: #7E2EFB;
}
.TagClassName
{
border-color: #7E2EFB;
}
</style>