#7340E4

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

Shades of Blue Violet #7340E4

Tints of Blue Violet #7340E4

Color information

#7340E4 (or 0x7340E4) is unknown color: approx Blue Violet. HEX triplet: 73, 40 and E4. RGB value is (115,64,228). Sum of RGB (Red+Green+Blue) = 115+64+228=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #7340E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340E4 is #8CBF1B. Grayscale: #616161. Windows color (decimal): -9223964 or 14958707. OLE color: 14958707.

HSL color Cylindrical-coordinate representation of color #7340E4: hue angle of 258.66º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7340E4 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11564228-
CMYK0.500.7200.11
HSL258.66º75.23%57.25%-
HSV(B)258.66º71.93%89.41%-
XYZ22.9112.9174.68-
YUV97.94201.4140.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 228 (89.45% from 255) = 56.02%
R=28.26%
G=15.72%
B=56.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal115642280.500.7200.11258.6675.2357.25
Hex7340E432480B1034b39
Octal1631003446211001340311371
Binary11100111000000111001001100101001000010111000000111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7340E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7340E4; }

 p { color: rgb(115,64,228); }

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

<style>
 a { background-color: #7340E4; }

 a { background-color: rgb(115,64,228); }

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

<style>
 span { border-color: #7340E4; }

 span { border-color: rgb(115,64,228); }

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