COLOR #7373AF

HEX: #7373AF
RGB: (115,115,175)

Color info

#7373AF contains mainly blue color. Web safe color of #7373AF is #666699 (or #669).

RGB color model

#7373AF color RGB value is (115,115,175).

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

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 175 of 255 = 69%

115
115
175

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

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 175 = 405 (100%)
R 115 of 405 ~ 28.4%
G 115 of 405 ~ 28.4%
B 175 of 405 ~ 43.21%

%28.4
%28.4
%43.21

CMYK color model

#7373AF color CMYK value is (34,34,0,31).

  • cyan value is 34.29%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(34,34,0,31)
C34M34Y0K31 
(34%,34%,0%,31%)
(0.34/0.34/0.00/0.31)	

CMYK percentages

%34.29
%34.29
%0
%31.37

Codes

Color #7373AF in popluar color models

7373AF
RGB115115175
HSL240°27.27%56.86%
HSB/HSV240°34.29%68.63%
CMYK34.29%34.29%0.00%
31.37%

Color #7373AF in popluar number systems.

HEX7373AF
Decimal115115175
Binary1110011111001110101111
Octal163163257

Shades and tints

Shades of #7373AF

#7373AF
(115,115,175)
#6969A0
(105,105,160)
#5F5F91
(95,95,145)
#555582
(85,85,130)
#4B4B73
(75,75,115)
#414164
(65,65,100)
#373755
(55,55,85)
#2D2D46
(45,45,70)
#232337
(35,35,55)
#191928
(25,25,40)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #7373AF

#7373AF
(115,115,175)
#7F7FB6
(127,127,182)
#8B8BBD
(139,139,189)
#9797C4
(151,151,196)
#A3A3CB
(163,163,203)
#AFAFD2
(175,175,210)
#BBBBD9
(187,187,217)
#C7C7E0
(199,199,224)
#D3D3E7
(211,211,231)
#DFDFEE
(223,223,238)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7373AF; }

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

This text font color is #7373AF.


Background Color

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

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

This div background color is #7373AF.


Border color

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

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

This div border color is #7373AF.


Opacity

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

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

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

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

This text has shadow with #7373AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373AF on black background.


Color preview on white background

This text has color #7373AF on white background.



Black color preview on #7373AF background

This text has black color on #7373AF background.


White color preview on #7373AF background

This text has white color on #7373AF background.