#7E45EA

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

Shades of Blue Violet #7E45EA

Tints of Blue Violet #7E45EA

Color information

#7E45EA (or 0x7E45EA) is unknown color: approx Blue Violet. HEX triplet: 7E, 45 and EA. RGB value is (126,69,234). Sum of RGB (Red+Green+Blue) = 126+69+234=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E45EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E45EA is #81BA15. Grayscale: #686868. Windows color (decimal): -8501782 or 15353214. OLE color: 15353214.

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

Color convert

RGB12669234-
CMYK0.460.7100.08
HSL260.73º79.71%59.41%-
HSV(B)260.73º70.51%91.76%-
XYZ25.5814.6379.32-
YUV104.85200.88143.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 69 (27.34% from 255) = 16.08%
BLUE value IS 234 (91.80% from 255) = 54.55%
R=29.37%
G=16.08%
B=54.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal126692340.460.7100.08260.7379.7159.41
Hex7E45EA2E4708105503b
Octal1761053525610701040512073
Binary11111101000101111010101011101000111010001000001011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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