Shades of Blue Violet #7E3BEE
Tints of Blue Violet #7E3BEE
RGB
CMYK
RGB Variations
Color information
#7E3BEE (or 0x7E3BEE) is known color: Blue Violet. HEX triplet: 7E, 3B and EE. RGB value is (126,59,238). Sum of RGB (Red+Green+Blue) = 126+59+238=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E3BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3BEE is #81C411. Grayscale: #626262. Windows color (decimal): -8504338 or 15612798. OLE color: 15612798.
HSL color Cylindrical-coordinate representation of color #7E3BEE: hue angle of 262.46º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E3BEE is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 59 | 238 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.07 |
| HSL | 262.46º | 0.84% | 0.58% | - |
| HSV(B) | 262.46º | 0.75% | 0.93% | - |
| XYZ | 25.6 | 13.74 | 82.19 | - |
| YUV | 99.44 | 206.2 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 238 | 0.47 | 0.75 | 0 | 0.07 | 262.46 | 0.84 | 0.58 |
| Hex | 7E | 3B | EE | 2F | 4B | 0 | 7 | 106 | 54 | 3A |
| Octal | 176 | 73 | 356 | 57 | 113 | 0 | 7 | 406 | 124 | 72 |
| Binary | 1111110 | 111011 | 11101110 | 101111 | 1001011 | 0 | 111 | 100000110 | 1010100 | 111010 |
Color Harmonies of #7E3BEE
Complementary color
Monochromatic Colors of #7E3BEE
Black with #7E3BEE
Text Example
Text Example
White with #7E3BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3BEE; }
p { color: rgb(126,59,238); }
H1.HeaderClassName
{
color: #7E3BEE;
}
.AnyTagClassName
{
color: #7E3BEE;
}
</style>
background-color css
<style>
a { background-color: #7E3BEE; }
a { background-color: rgb(126,59,238); }
div.DivClassName
{
background-color: #7E3BEE;
}
.BgClassName
{
background-color: #7E3BEE;
}
</style>
border-color css
<style>
span { border-color: #7E3BEE; }
span { border-color: rgb(126,59,238); }
td.TdClassName
{
border-color: #7E3BEE;
}
.TagClassName
{
border-color: #7E3BEE;
}
</style>