#7E45CE

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

Shades of Blue Violet #7E45CE

Tints of Blue Violet #7E45CE

Color information

#7E45CE (or 0x7E45CE) is unknown color: approx Blue Violet. HEX triplet: 7E, 45 and CE. RGB value is (126,69,206). Sum of RGB (Red+Green+Blue) = 126+69+206=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E45CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E45CE is #81BA31. Grayscale: #656565. Windows color (decimal): -8501810 or 13518206. OLE color: 13518206.

HSL color Cylindrical-coordinate representation of color #7E45CE: hue angle of 264.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E45CE is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12669206-
CMYK0.390.6700.19
HSL264.96º58.3%53.92%-
HSV(B)264.96º66.5%80.78%-
XYZ21.8713.1559.78-
YUV101.66186.88145.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=31.42%
G=17.21%
B=51.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal126692060.390.6700.19264.9658.353.92
Hex7E45CE27430131093a36
Octal176105316471030234117266
Binary11111101000101110011101001111000011010011100001001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E45CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,69,206); }

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

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

 a { background-color: rgb(126,69,206); }

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

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

 span { border-color: rgb(126,69,206); }

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