#7E3EF6

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

Shades of Blue Violet #7E3EF6

Tints of Blue Violet #7E3EF6

Color information

#7E3EF6 (or 0x7E3EF6) is unknown color: approx Blue Violet. HEX triplet: 7E, 3E and F6. RGB value is (126,62,246). Sum of RGB (Red+Green+Blue) = 126+62+246=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #7E3EF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3EF6 is #81C109. Grayscale: #656565. Windows color (decimal): -8503562 or 16137854. OLE color: 16137854.

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

Color convert

RGB12662246-
CMYK0.490.7500.04
HSL260.87º91.09%60.39%-
HSV(B)260.87º74.8%96.47%-
XYZ26.9614.5388.57-
YUV102.11209.2145.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.03%
GREEN value IS 62 (24.61% from 255) = 14.29%
BLUE value IS 246 (96.48% from 255) = 56.68%
R=29.03%
G=14.29%
B=56.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal126622460.490.7500.04260.8791.0960.39
Hex7E3EF6314B041055b3c
Octal17676366611130440513374
Binary111111011111011110110110001100101101001000001011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,62,246); }

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

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

 a { background-color: rgb(126,62,246); }

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

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

 span { border-color: rgb(126,62,246); }

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