COLOR #7340AC

HEX: #7340AC
RGB: (115,64,172)

Color info

#7340AC contains mainly red and blue colors. Web safe color of #7340AC is #663399 (or #639).

RGB color model

#7340AC color RGB value is (115,64,172).

  • red value is 115;
  • green value is 64;
  • blue value is 172.
RGB:
(115,64,172)
(45%,25%,67%)

RGB channels and saturation

R 115 of 255 = 45%
G 64 of 255 = 25%
B 172 of 255 = 67%

115
64
172

R + G + B ~ 46%. #7340AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 64 + 172 = 351 (100%)
R 115 of 351 ~ 32.76%
G 64 of 351 ~ 18.23%
B 172 of 351 ~ 49%

%32.76
%18.23
%49

CMYK color model

#7340AC color CMYK value is (33,63,0,33).

  • cyan value is 33.14%
  • magenta value is 62.79%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(33,63,0,33)
C33M63Y0K33 
(33%,63%,0%,33%)
(0.33/0.63/0.00/0.33)	

CMYK percentages

%33.14
%62.79
%0
%32.55

Codes

Color #7340AC in popluar color models

7340AC
RGB11564172
HSL268°45.76%46.27%
HSB/HSV268°62.79%67.45%
CMYK33.14%62.79%0.00%
32.55%

Color #7340AC in popluar number systems.

HEX7340AC
Decimal11564172
Binary1110011100000010101100
Octal163100254

Shades and tints

Shades of #7340AC

#7340AC
(115,64,172)
#693B9D
(105,59,157)
#5F368E
(95,54,142)
#55317F
(85,49,127)
#4B2C70
(75,44,112)
#412761
(65,39,97)
#372252
(55,34,82)
#2D1D43
(45,29,67)
#231834
(35,24,52)
#191325
(25,19,37)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #7340AC

#7340AC
(115,64,172)
#7F51B3
(127,81,179)
#8B62BA
(139,98,186)
#9773C1
(151,115,193)
#A384C8
(163,132,200)
#AF95CF
(175,149,207)
#BBA6D6
(187,166,214)
#C7B7DD
(199,183,221)
#D3C8E4
(211,200,228)
#DFD9EB
(223,217,235)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7340AC color. Also use rgb(115,64,172) instead hex code.

Text Font Color

.myTextColor { color: #7340AC; }

<p style="color:#7340AC">This sample text font color is #7340AC.</p>

This text font color is #7340AC.


Background Color

.myBgColor { background-color: #7340AC; }

<div style="background-color:#7340AC">Inner text</div>

This div background color is #7340AC.


Border color

.myBorderColor { border: 1px solid #7340AC; }

<div style="border:3px solid #7340AC">Div</div>

This div border color is #7340AC.


Opacity

.myOpacity80 { color: #7340AC; opacity: 0.8; }

<p style="color:#7340AC;opacity:0.8;">80%</p>

Text with #7340AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7340AC;}

<p style="text-shadow: 3px 3px 1px #7340AC">Text here.</p>

This text has shadow with #7340AC color.

.textShadow {text-shadow: 3px 3px 1px #7340AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7340AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #7340AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7340AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7340AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #7340AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7340AC;
  -webkit-box-shadow:	1px 1px 3px 2px #7340AC;
  box-shadow:		1px 1px 3px 2px #7340AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7340AC;
-webkit-box-shadow: 1px 1px 3px 2px #7340AC;
box-shadow:1px 1px 3px 2px #7340AC;">
Div content here</div>
This div box has shadow with color #7340AC.

Preview

Color preview on black background

This text has color #7340AC on black background.


Color preview on white background

This text has color #7340AC on white background.



Black color preview on #7340AC background

This text has black color on #7340AC background.


White color preview on #7340AC background

This text has white color on #7340AC background.