COLOR #7373AA

HEX: #7373AA
RGB: (115,115,170)

Color info

#7373AA contains red, green and blue colors in about the same proportion. Web safe color of #7373AA is #666699 (or #669).

RGB color model

#7373AA color RGB value is (115,115,170).

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

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 170 of 255 = 67%

115
115
170

R + G + B ~ 52%. #7373AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 170 = 400 (100%)
R 115 of 400 ~ 28.75%
G 115 of 400 ~ 28.75%
B 170 of 400 ~ 42.5%

%28.75
%28.75
%42.5

CMYK color model

#7373AA color CMYK value is (32,32,0,33).

  • cyan value is 32.35%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(32,32,0,33)
C32M32Y0K33 
(32%,32%,0%,33%)
(0.32/0.32/0.00/0.33)	

CMYK percentages

%32.35
%32.35
%0
%33.33

Codes

Color #7373AA in popluar color models

7373AA
RGB115115170
HSL240°24.44%55.88%
HSB/HSV240°32.35%66.67%
CMYK32.35%32.35%0.00%
33.33%

Color #7373AA in popluar number systems.

HEX7373AA
Decimal115115170
Binary1110011111001110101010
Octal163163252

Shades and tints

Shades of #7373AA

#7373AA
(115,115,170)
#69699B
(105,105,155)
#5F5F8C
(95,95,140)
#55557D
(85,85,125)
#4B4B6E
(75,75,110)
#41415F
(65,65,95)
#373750
(55,55,80)
#2D2D41
(45,45,65)
#232332
(35,35,50)
#191923
(25,25,35)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #7373AA

#7373AA
(115,115,170)
#7F7FB1
(127,127,177)
#8B8BB8
(139,139,184)
#9797BF
(151,151,191)
#A3A3C6
(163,163,198)
#AFAFCD
(175,175,205)
#BBBBD4
(187,187,212)
#C7C7DB
(199,199,219)
#D3D3E2
(211,211,226)
#DFDFE9
(223,223,233)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7373AA color. Also use rgb(115,115,170) instead hex code.

Text Font Color

.myTextColor { color: #7373AA; }

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

This text font color is #7373AA.


Background Color

.myBgColor { background-color: #7373AA; }

<div style="background-color:#7373AA">Inner text</div>

This div background color is #7373AA.


Border color

.myBorderColor { border: 1px solid #7373AA; }

<div style="border:3px solid #7373AA">Div</div>

This div border color is #7373AA.


Opacity

.myOpacity80 { color: #7373AA; opacity: 0.8; }

<p style="color:#7373AA;opacity:0.8;">80%</p>

Text with #7373AA 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 #7373AA;}

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

This text has shadow with #7373AA color.

.textShadow {text-shadow: 3px 3px 1px #7373AA, 3px 3px 1px red;}

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

This text has shadow with #7373AA primary color and red secondary color.


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

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

This text has shadow with #7373AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373AA on black background.


Color preview on white background

This text has color #7373AA on white background.



Black color preview on #7373AA background

This text has black color on #7373AA background.


White color preview on #7373AA background

This text has white color on #7373AA background.