#7E42E8

Color #7E42E8 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7E42E8

Tints of Blue Violet #7E42E8

Color information

#7E42E8 (or 0x7E42E8) is unknown color: approx Blue Violet. HEX triplet: 7E, 42 and E8. RGB value is (126,66,232). Sum of RGB (Red+Green+Blue) = 126+66+232=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E42E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E42E8 is #81BD17. Grayscale: #666666. Windows color (decimal): -8502552 or 15221374. OLE color: 15221374.

HSL color Cylindrical-coordinate representation of color #7E42E8: hue angle of 261.69º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E42E8 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12666232-
CMYK0.460.7200.09
HSL261.69º78.3%58.43%-
HSV(B)261.69º71.55%90.98%-
XYZ25.1214.1677.75-
YUV102.86200.88144.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 232 (91.02% from 255) = 54.72%
R=29.72%
G=15.57%
B=54.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal126662320.460.7200.09261.6978.358.43
Hex7E42E82E48091064e3a
Octal1761023505611001140611672
Binary11111101000010111010001011101001000010011000001101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E42E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E42E8; }

 p { color: rgb(126,66,232); }

 H1.HeaderClassName
 {
   color: #7E42E8;
 }
 .AnyTagClassName
 {
   color: #7E42E8;
 }
</style>
background-color css

<style>
 a { background-color: #7E42E8; }

 a { background-color: rgb(126,66,232); }

 div.DivClassName
 {
   background-color: #7E42E8;
 }
 .BgClassName
 {
   background-color: #7E42E8;
 }
</style>
border-color css

<style>
 span { border-color: #7E42E8; }

 span { border-color: rgb(126,66,232); }

 td.TdClassName
 {
   border-color: #7E42E8;
 }
 .TagClassName
 {
   border-color: #7E42E8;
 }
</style>