#7E39EA

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

Shades of Blue Violet #7E39EA

Tints of Blue Violet #7E39EA

Color information

#7E39EA (or 0x7E39EA) is unknown color: approx Blue Violet. HEX triplet: 7E, 39 and EA. RGB value is (126,57,234). Sum of RGB (Red+Green+Blue) = 126+57+234=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E39EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E39EA is #81C615. Grayscale: #616161. Windows color (decimal): -8504854 or 15350142. OLE color: 15350142.

HSL color Cylindrical-coordinate representation of color #7E39EA: hue angle of 263.39º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E39EA is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12657234-
CMYK0.460.7600.08
HSL263.39º80.82%57.06%-
HSV(B)263.39º75.64%91.76%-
XYZ24.9213.379.1-
YUV97.81204.86148.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 234 (91.80% from 255) = 56.12%
R=30.22%
G=13.67%
B=56.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal126572340.460.7600.08263.3980.8257.06
Hex7E39EA2E4C081075139
Octal176713525611401040712171
Binary1111110111001111010101011101001100010001000001111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E39EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,57,234); }

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

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

 a { background-color: rgb(126,57,234); }

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

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

 span { border-color: rgb(126,57,234); }

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