Shades of Blue Violet #7E43E8
Tints of Blue Violet #7E43E8
RGB
CMYK
RGB Variations
Color information
#7E43E8 (or 0x7E43E8) is known color: Blue Violet. HEX triplet: 7E, 43 and E8. RGB value is (126,67,232). Sum of RGB (Red+Green+Blue) = 126+67+232=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E43E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E43E8 is #81BC17. Grayscale: #666666. Windows color (decimal): -8502296 or 15221630. OLE color: 15221630.
HSL color Cylindrical-coordinate representation of color #7E43E8: hue angle of 261.45º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E43E8 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 67 | 232 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.09 |
| HSL | 261.45º | 0.78% | 0.59% | - |
| HSV(B) | 261.45º | 0.71% | 0.91% | - |
| XYZ | 25.18 | 14.28 | 77.77 | - |
| YUV | 103.45 | 200.55 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 232 | 0.46 | 0.71 | 0 | 0.09 | 261.45 | 0.78 | 0.59 |
| Hex | 7E | 43 | E8 | 2E | 47 | 0 | 9 | 105 | 4E | 3B |
| Octal | 176 | 103 | 350 | 56 | 107 | 0 | 11 | 405 | 116 | 73 |
| Binary | 1111110 | 1000011 | 11101000 | 101110 | 1000111 | 0 | 1001 | 100000101 | 1001110 | 111011 |
Color Harmonies of #7E43E8
Complementary color
Monochromatic Colors of #7E43E8
Black with #7E43E8
Text Example
Text Example
White with #7E43E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E43E8; }
p { color: rgb(126,67,232); }
H1.HeaderClassName
{
color: #7E43E8;
}
.AnyTagClassName
{
color: #7E43E8;
}
</style>
background-color css
<style>
a { background-color: #7E43E8; }
a { background-color: rgb(126,67,232); }
div.DivClassName
{
background-color: #7E43E8;
}
.BgClassName
{
background-color: #7E43E8;
}
</style>
border-color css
<style>
span { border-color: #7E43E8; }
span { border-color: rgb(126,67,232); }
td.TdClassName
{
border-color: #7E43E8;
}
.TagClassName
{
border-color: #7E43E8;
}
</style>