#7E13E8

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

Shades of Blue Violet #7E13E8

Tints of Blue Violet #7E13E8

Color information

#7E13E8 (or 0x7E13E8) is unknown color: approx Blue Violet. HEX triplet: 7E, 13 and E8. RGB value is (126,19,232). Sum of RGB (Red+Green+Blue) = 126+19+232=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E13E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E13E8 is #81EC17. Grayscale: #4A4A4A. Windows color (decimal): -8514584 or 15209342. OLE color: 15209342.

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

Color convert

RGB12619232-
CMYK0.460.9200.09
HSL270.14º84.86%49.22%-
HSV(B)270.14º91.81%90.98%-
XYZ23.410.7377.18-
YUV75.28216.45164.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.42%
GREEN value IS 19 (7.81% from 255) = 5.04%
BLUE value IS 232 (91.02% from 255) = 61.54%
R=33.42%
G=5.04%
B=61.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal126192320.460.9200.09270.1484.8649.22
Hex7E13E82E5C0910e5531
Octal176233505613401141612561
Binary111111010011111010001011101011100010011000011101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E13E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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