#7E42F5

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

Shades of Blue Violet #7E42F5

Tints of Blue Violet #7E42F5

Color information

#7E42F5 (or 0x7E42F5) is unknown color: approx Blue Violet. HEX triplet: 7E, 42 and F5. RGB value is (126,66,245). Sum of RGB (Red+Green+Blue) = 126+66+245=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #7E42F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E42F5 is #81BD0A. Grayscale: #676767. Windows color (decimal): -8502539 or 16073342. OLE color: 16073342.

HSL color Cylindrical-coordinate representation of color #7E42F5: hue angle of 260.11º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E42F5 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12666245-
CMYK0.490.7300.04
HSL260.11º89.95%60.98%-
HSV(B)260.11º73.06%96.08%-
XYZ27.0314.9287.84-
YUV104.35207.38143.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.83%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 245 (96.09% from 255) = 56.06%
R=28.83%
G=15.10%
B=56.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal126662450.490.7300.04260.1189.9560.98
Hex7E42F53149041045a3d
Octal176102365611110440413275
Binary1111110100001011110101110001100100101001000001001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E42F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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