Shades of Blue Violet #7E41E6
Tints of Blue Violet #7E41E6
RGB
CMYK
RGB Variations
Color information
#7E41E6 (or 0x7E41E6) is known color: Blue Violet. HEX triplet: 7E, 41 and E6. RGB value is (126,65,230). Sum of RGB (Red+Green+Blue) = 126+65+230=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #7E41E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E41E6 is #81BE19. Grayscale: #656565. Windows color (decimal): -8502810 or 15090046. OLE color: 15090046.
HSL color Cylindrical-coordinate representation of color #7E41E6: hue angle of 262.18º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E41E6 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 65 | 230 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.10 |
| HSL | 262.18º | 0.77% | 0.58% | - |
| HSV(B) | 262.18º | 0.72% | 0.9% | - |
| XYZ | 24.78 | 13.93 | 76.25 | - |
| YUV | 102.05 | 200.21 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 230 | 0.45 | 0.72 | 0 | 0.10 | 262.18 | 0.77 | 0.58 |
| Hex | 7E | 41 | E6 | 2D | 48 | 0 | A | 106 | 4D | 3A |
| Octal | 176 | 101 | 346 | 55 | 110 | 0 | 12 | 406 | 115 | 72 |
| Binary | 1111110 | 1000001 | 11100110 | 101101 | 1001000 | 0 | 1010 | 100000110 | 1001101 | 111010 |
Color Harmonies of #7E41E6
Complementary color
Monochromatic Colors of #7E41E6
Black with #7E41E6
Text Example
Text Example
White with #7E41E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E41E6; }
p { color: rgb(126,65,230); }
H1.HeaderClassName
{
color: #7E41E6;
}
.AnyTagClassName
{
color: #7E41E6;
}
</style>
background-color css
<style>
a { background-color: #7E41E6; }
a { background-color: rgb(126,65,230); }
div.DivClassName
{
background-color: #7E41E6;
}
.BgClassName
{
background-color: #7E41E6;
}
</style>
border-color css
<style>
span { border-color: #7E41E6; }
span { border-color: rgb(126,65,230); }
td.TdClassName
{
border-color: #7E41E6;
}
.TagClassName
{
border-color: #7E41E6;
}
</style>