COLOR #7372AD

HEX: #7372AD
RGB: (115,114,173)

Color info

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

RGB color model

#7372AD color RGB value is (115,114,173).

  • red value is 115;
  • green value is 114;
  • blue value is 173.
RGB:
(115,114,173)
(45%,45%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 173 of 255 = 68%

115
114
173

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

Portions of RGB colors in percentages

R + G + B =
115 + 114 + 173 = 402 (100%)
R 115 of 402 ~ 28.61%
G 114 of 402 ~ 28.36%
B 173 of 402 ~ 43.03%

%28.61
%28.36
%43.03

CMYK color model

#7372AD color CMYK value is (34,34,0,32).

  • cyan value is 33.53%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(34,34,0,32)
C34M34Y0K32 
(34%,34%,0%,32%)
(0.34/0.34/0.00/0.32)	

CMYK percentages

%33.53
%34.1
%0
%32.16

Codes

Color #7372AD in popluar color models

7372AD
RGB115114173
HSL241°26.46%56.27%
HSB/HSV241°34.10%67.84%
CMYK33.53%34.10%0.00%
32.16%

Color #7372AD in popluar number systems.

HEX7372AD
Decimal115114173
Binary1110011111001010101101
Octal163162255

Shades and tints

Shades of #7372AD

#7372AD
(115,114,173)
#69689E
(105,104,158)
#5F5E8F
(95,94,143)
#555480
(85,84,128)
#4B4A71
(75,74,113)
#414062
(65,64,98)
#373653
(55,54,83)
#2D2C44
(45,44,68)
#232235
(35,34,53)
#191826
(25,24,38)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #7372AD

#7372AD
(115,114,173)
#7F7EB4
(127,126,180)
#8B8ABB
(139,138,187)
#9796C2
(151,150,194)
#A3A2C9
(163,162,201)
#AFAED0
(175,174,208)
#BBBAD7
(187,186,215)
#C7C6DE
(199,198,222)
#D3D2E5
(211,210,229)
#DFDEEC
(223,222,236)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7372AD color. Also use rgb(115,114,173) instead hex code.

Text Font Color

.myTextColor { color: #7372AD; }

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

This text font color is #7372AD.


Background Color

.myBgColor { background-color: #7372AD; }

<div style="background-color:#7372AD">Inner text</div>

This div background color is #7372AD.


Border color

.myBorderColor { border: 1px solid #7372AD; }

<div style="border:3px solid #7372AD">Div</div>

This div border color is #7372AD.


Opacity

.myOpacity80 { color: #7372AD; opacity: 0.8; }

<p style="color:#7372AD;opacity:0.8;">80%</p>

Text with #7372AD 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 #7372AD;}

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

This text has shadow with #7372AD color.

.textShadow {text-shadow: 3px 3px 1px #7372AD, 3px 3px 1px red;}

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

This text has shadow with #7372AD primary color and red secondary color.


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

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

This text has shadow with #7372AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7372AD on black background.


Color preview on white background

This text has color #7372AD on white background.



Black color preview on #7372AD background

This text has black color on #7372AD background.


White color preview on #7372AD background

This text has white color on #7372AD background.