#7340EE

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

Shades of Blue Violet #7340EE

Tints of Blue Violet #7340EE

Color information

#7340EE (or 0x7340EE) is unknown color: approx Blue Violet. HEX triplet: 73, 40 and EE. RGB value is (115,64,238). Sum of RGB (Red+Green+Blue) = 115+64+238=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #7340EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7340EE is #8CBF11. Grayscale: #626262. Windows color (decimal): -9223954 or 15614067. OLE color: 15614067.

HSL color Cylindrical-coordinate representation of color #7340EE: hue angle of 257.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7340EE is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11564238-
CMYK0.520.7300.07
HSL257.59º83.65%59.22%-
HSV(B)257.59º73.11%93.33%-
XYZ24.3413.4882.21-
YUV99.08206.4139.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 238 (93.36% from 255) = 57.07%
R=27.58%
G=15.35%
B=57.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal115642380.520.7300.07257.5983.6559.22
Hex7340EE344907102543b
Octal163100356641110740212473
Binary1110011100000011101110110100100100101111000000101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7340EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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