Shades of Blue Violet #7E3FE9
Tints of Blue Violet #7E3FE9
RGB
CMYK
RGB Variations
Color information
#7E3FE9 (or 0x7E3FE9) is known color: Blue Violet. HEX triplet: 7E, 3F and E9. RGB value is (126,63,233). Sum of RGB (Red+Green+Blue) = 126+63+233=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 233 (91.41% from 255 or 55.21% from 422); Max value from RGB is 233 - color contains mainly: blue. Hex color #7E3FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3FE9 is #81C016. Grayscale: #646464. Windows color (decimal): -8503319 or 15286142. OLE color: 15286142.
HSL color Cylindrical-coordinate representation of color #7E3FE9: hue angle of 262.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E3FE9 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 63 | 233 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.09 |
| HSL | 262.24º | 0.79% | 0.58% | - |
| HSV(B) | 262.24º | 0.73% | 0.91% | - |
| XYZ | 25.09 | 13.87 | 78.45 | - |
| YUV | 101.22 | 202.37 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 233 | 0.46 | 0.73 | 0 | 0.09 | 262.24 | 0.79 | 0.58 |
| Hex | 7E | 3F | E9 | 2E | 49 | 0 | 9 | 106 | 4F | 3A |
| Octal | 176 | 77 | 351 | 56 | 111 | 0 | 11 | 406 | 117 | 72 |
| Binary | 1111110 | 111111 | 11101001 | 101110 | 1001001 | 0 | 1001 | 100000110 | 1001111 | 111010 |
Color Harmonies of #7E3FE9
Complementary color
Monochromatic Colors of #7E3FE9
Black with #7E3FE9
Text Example
Text Example
White with #7E3FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3FE9; }
p { color: rgb(126,63,233); }
H1.HeaderClassName
{
color: #7E3FE9;
}
.AnyTagClassName
{
color: #7E3FE9;
}
</style>
background-color css
<style>
a { background-color: #7E3FE9; }
a { background-color: rgb(126,63,233); }
div.DivClassName
{
background-color: #7E3FE9;
}
.BgClassName
{
background-color: #7E3FE9;
}
</style>
border-color css
<style>
span { border-color: #7E3FE9; }
span { border-color: rgb(126,63,233); }
td.TdClassName
{
border-color: #7E3FE9;
}
.TagClassName
{
border-color: #7E3FE9;
}
</style>