#7E1EF5

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

Shades of Blue Violet #7E1EF5

Tints of Blue Violet #7E1EF5

Color information

#7E1EF5 (or 0x7E1EF5) is unknown color: approx Blue Violet. HEX triplet: 7E, 1E and F5. RGB value is (126,30,245). Sum of RGB (Red+Green+Blue) = 126+30+245=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #7E1EF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1EF5 is #81E10A. Grayscale: #525252. Windows color (decimal): -8511755 or 16064126. OLE color: 16064126.

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

Color convert

RGB12630245-
CMYK0.490.8800.04
HSL266.79º91.49%53.92%-
HSV(B)266.79º87.76%96.08%-
XYZ25.5511.9687.35-
YUV83.21219.3158.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 30 (12.11% from 255) = 7.48%
BLUE value IS 245 (96.09% from 255) = 61.10%
R=31.42%
G=7.48%
B=61.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal126302450.490.8800.04266.7991.4953.92
Hex7E1EF531580410b5b36
Octal17636365611300441313366
Binary11111101111011110101110001101100001001000010111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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