#7E2FEA

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

Shades of Blue Violet #7E2FEA

Tints of Blue Violet #7E2FEA

Color information

#7E2FEA (or 0x7E2FEA) is unknown color: approx Blue Violet. HEX triplet: 7E, 2F and EA. RGB value is (126,47,234). Sum of RGB (Red+Green+Blue) = 126+47+234=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E2FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2FEA is #81D015. Grayscale: #5B5B5B. Windows color (decimal): -8507414 or 15347582. OLE color: 15347582.

HSL color Cylindrical-coordinate representation of color #7E2FEA: hue angle of 265.35º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E2FEA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12647234-
CMYK0.460.8000.08
HSL265.35º81.66%55.1%-
HSV(B)265.35º79.91%91.76%-
XYZ24.4712.4178.95-
YUV91.94208.17152.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.96%
GREEN value IS 47 (18.75% from 255) = 11.55%
BLUE value IS 234 (91.80% from 255) = 57.49%
R=30.96%
G=11.55%
B=57.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal126472340.460.8000.08265.3581.6655.1
Hex7E2FEA2E50081095237
Octal176573525612001041112267
Binary1111110101111111010101011101010000010001000010011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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