#7e46ed

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

Shades of Blue Violet #7E46ED

Tints of Blue Violet #7E46ED

Color information

#7E46ED (or 0x7E46ED) is unknown color: approx Blue Violet. HEX triplet: 7E, 46 and ED. RGB value is (126,70,237). Sum of RGB (Red+Green+Blue) = 126+70+237=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E46ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E46ED is #81B912. Grayscale: #696969. Windows color (decimal): -8501523 or 15550078. OLE color: 15550078.

HSL color Cylindrical-coordinate representation of color #7E46ED: hue angle of 260.12º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E46ED is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12670237-
CMYK0.470.7000.07
HSL260.12º82.27%60.2%-
HSV(B)260.12º70.46%92.94%-
XYZ26.0814.9381.63-
YUV105.78202.05142.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.10%
GREEN value IS 70 (27.73% from 255) = 16.17%
BLUE value IS 237 (92.97% from 255) = 54.73%
R=29.10%
G=16.17%
B=54.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal126702370.470.7000.07260.1282.2760.2
Hex7E46ED2F4607104523c
Octal176106355571060740412274
Binary1111110100011011101101101111100011001111000001001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e46ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,70,237); }

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

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

 a { background-color: rgb(126,70,237); }

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

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

 span { border-color: rgb(126,70,237); }

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