#7240EA

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

Shades of Blue Violet #7240EA

Tints of Blue Violet #7240EA

Color information

#7240EA (or 0x7240EA) is unknown color: approx Blue Violet. HEX triplet: 72, 40 and EA. RGB value is (114,64,234). Sum of RGB (Red+Green+Blue) = 114+64+234=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #7240EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7240EA is #8DBF15. Grayscale: #616161. Windows color (decimal): -9289494 or 15351922. OLE color: 15351922.

HSL color Cylindrical-coordinate representation of color #7240EA: hue angle of 257.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7240EA is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11464234-
CMYK0.510.7300.08
HSL257.65º80.19%58.43%-
HSV(B)257.65º72.65%91.76%-
XYZ23.6213.1879.14-
YUV98.33204.56139.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 64 (25.39% from 255) = 15.53%
BLUE value IS 234 (91.80% from 255) = 56.80%
R=27.67%
G=15.53%
B=56.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal114642340.510.7300.08257.6580.1958.43
Hex7240EA334908102503a
Octal1621003526311101040212072
Binary11100101000000111010101100111001001010001000000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7240EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7240EA; }

 p { color: rgb(114,64,234); }

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

<style>
 a { background-color: #7240EA; }

 a { background-color: rgb(114,64,234); }

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

<style>
 span { border-color: #7240EA; }

 span { border-color: rgb(114,64,234); }

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