#7E1FE1

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

Shades of Blue Violet #7E1FE1

Tints of Blue Violet #7E1FE1

Color information

#7E1FE1 (or 0x7E1FE1) is unknown color: approx Blue Violet. HEX triplet: 7E, 1F and E1. RGB value is (126,31,225). Sum of RGB (Red+Green+Blue) = 126+31+225=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #7E1FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1FE1 is #81E01E. Grayscale: #505050. Windows color (decimal): -8511519 or 14753662. OLE color: 14753662.

HSL color Cylindrical-coordinate representation of color #7E1FE1: hue angle of 269.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1FE1 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12631225-
CMYK0.440.8600.12
HSL269.38º76.38%50.2%-
HSV(B)269.38º86.22%88.24%-
XYZ22.6810.8572.13-
YUV81.52208.97159.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 31 (12.5% from 255) = 8.12%
BLUE value IS 225 (88.28% from 255) = 58.90%
R=32.98%
G=8.12%
B=58.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal126312250.440.8600.12269.3876.3850.2
Hex7E1FE12C560C10d4c32
Octal176373415412601441511462
Binary111111011111111000011011001010110011001000011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,31,225); }

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

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

 a { background-color: rgb(126,31,225); }

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

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

 span { border-color: rgb(126,31,225); }

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