Shades of Blue Violet #7E44EC
Tints of Blue Violet #7E44EC
RGB
CMYK
RGB Variations
Color information
#7E44EC (or 0x7E44EC) is known color: Blue Violet. HEX triplet: 7E, 44 and EC. RGB value is (126,68,236). Sum of RGB (Red+Green+Blue) = 126+68+236=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E44EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E44EC is #81BB13. Grayscale: #676767. Windows color (decimal): -8502036 or 15484030. OLE color: 15484030.
HSL color Cylindrical-coordinate representation of color #7E44EC: hue angle of 260.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E44EC is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 68 | 236 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.07 |
| HSL | 260.71º | 0.82% | 0.6% | - |
| HSV(B) | 260.71º | 0.71% | 0.93% | - |
| XYZ | 25.81 | 14.63 | 80.82 | - |
| YUV | 104.49 | 202.22 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 236 | 0.47 | 0.71 | 0 | 0.07 | 260.71 | 0.82 | 0.6 |
| Hex | 7E | 44 | EC | 2F | 47 | 0 | 7 | 105 | 52 | 3C |
| Octal | 176 | 104 | 354 | 57 | 107 | 0 | 7 | 405 | 122 | 74 |
| Binary | 1111110 | 1000100 | 11101100 | 101111 | 1000111 | 0 | 111 | 100000101 | 1010010 | 111100 |
Color Harmonies of #7E44EC
Complementary color
Monochromatic Colors of #7E44EC
Black with #7E44EC
Text Example
Text Example
White with #7E44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E44EC; }
p { color: rgb(126,68,236); }
H1.HeaderClassName
{
color: #7E44EC;
}
.AnyTagClassName
{
color: #7E44EC;
}
</style>
background-color css
<style>
a { background-color: #7E44EC; }
a { background-color: rgb(126,68,236); }
div.DivClassName
{
background-color: #7E44EC;
}
.BgClassName
{
background-color: #7E44EC;
}
</style>
border-color css
<style>
span { border-color: #7E44EC; }
span { border-color: rgb(126,68,236); }
td.TdClassName
{
border-color: #7E44EC;
}
.TagClassName
{
border-color: #7E44EC;
}
</style>