Html Css Color HEX #7340EA Blue Violet

📋 copy color: '#7340EA'

red 115 ◦ green 64 ◦ blue 234

#7340EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7340EA

Tints of Blue Violet #7340EA

RGB

 RED value IS 115 (45.31% from 255) = 27.85%

 GREEN value IS 64 (25.39% from 255) = 15.5%

 BLUE value IS 234 (91.8% from 255) = 56.66%

R = 27.85%
G = 15.5%
B = 56.66%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7340EA (or 0x7340EA) is known color: Blue Violet. HEX triplet: 73, 40 and EA. RGB value is (115,64,234). Sum of RGB (Red+Green+Blue) = 115+64+234=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #7340EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7340EA is #8CBF15. Grayscale: #616161. Windows color (decimal): -9223958 or 15351923. OLE color: 15351923.

HSL color Cylindrical-coordinate representation of color #7340EA: hue angle of 258º 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 #7340EA is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 64 234 -
CMYK 0.51 0.73 0 0.08
HSL 258º 0.8% 0.58% -
HSV(B) 258º 0.73% 0.92% -
XYZ 23.75 13.25 79.15 -
YUV 98.63 204.4 139.68 -
System Red Green Blue C M Y K H S L
Decimal 115 64 234 0.51 0.73 0 0.08 258 0.8 0.58
Hex 73 40 EA 33 49 0 8 102 50 3A
Octal 163 100 352 63 111 0 10 402 120 72
Binary 1110011 1000000 11101010 110011 1001001 0 1000 100000010 1010000 111010

Color Harmonies of #7340EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7340EA

Black with #7340EA

Text Example


Text Example

White with #7340EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7340EA;
 }
 .AnyTagClassName
 {
   color: #7340EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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