Html Css Color HEX #7340EC Blue Violet

📋 copy color: '#7340EC'

red 115 ◦ green 64 ◦ blue 236

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

Shades of Blue Violet #7340EC

Tints of Blue Violet #7340EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 27.71%
G = 15.42%
B = 56.87%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7340EC (or 0x7340EC) is known color: Blue Violet. HEX triplet: 73, 40 and EC. RGB value is (115,64,236). Sum of RGB (Red+Green+Blue) = 115+64+236=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #7340EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7340EC is #8CBF13. Grayscale: #626262. Windows color (decimal): -9223956 or 15482995. OLE color: 15482995.

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

Color convert

RGB 115 64 236 -
CMYK 0.51 0.73 0 0.07
HSL 257.79º 0.82% 0.59% -
HSV(B) 257.79º 0.73% 0.93% -
XYZ 24.04 13.37 80.67 -
YUV 98.86 205.4 139.51 -
System Red Green Blue C M Y K H S L
Decimal 115 64 236 0.51 0.73 0 0.07 257.79 0.82 0.59
Hex 73 40 EC 33 49 0 7 102 52 3B
Octal 163 100 354 63 111 0 7 402 122 73
Binary 1110011 1000000 11101100 110011 1001001 0 111 100000010 1010010 111011

Color Harmonies of #7340EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7340EC

Black with #7340EC

Text Example


Text Example

White with #7340EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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