COLOR #72499D

HEX: #72499D
RGB: (114,73,157)

Color info

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

RGB color model

#72499D color RGB value is (114,73,157).

  • red value is 114;
  • green value is 73;
  • blue value is 157.
RGB:
(114,73,157)
(45%,29%,62%)

RGB channels and saturation

R 114 of 255 = 45%
G 73 of 255 = 29%
B 157 of 255 = 62%

114
73
157

R + G + B ~ 45%. #72499D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 73 + 157 = 344 (100%)
R 114 of 344 ~ 33.14%
G 73 of 344 ~ 21.22%
B 157 of 344 ~ 45.64%

%33.14
%21.22
%45.64

CMYK color model

#72499D color CMYK value is (27,54,0,38).

  • cyan value is 27.39%
  • magenta value is 53.50%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(27,54,0,38)
C27M54Y0K38 
(27%,54%,0%,38%)
(0.27/0.54/0.00/0.38)	

CMYK percentages

%27.39
%53.5
%0
%38.43

Codes

Color #72499D in popluar color models

72499D
RGB11473157
HSL269°36.52%45.10%
HSB/HSV269°53.50%61.57%
CMYK27.39%53.50%0.00%
38.43%

Color #72499D in popluar number systems.

HEX72499D
Decimal11473157
Binary1110010100100110011101
Octal162111235

Shades and tints

Shades of #72499D

#72499D
(114,73,157)
#68438F
(104,67,143)
#5E3D81
(94,61,129)
#543773
(84,55,115)
#4A3165
(74,49,101)
#402B57
(64,43,87)
#362549
(54,37,73)
#2C1F3B
(44,31,59)
#22192D
(34,25,45)
#18131F
(24,19,31)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #72499D

#72499D
(114,73,157)
#7E59A5
(126,89,165)
#8A69AD
(138,105,173)
#9679B5
(150,121,181)
#A289BD
(162,137,189)
#AE99C5
(174,153,197)
#BAA9CD
(186,169,205)
#C6B9D5
(198,185,213)
#D2C9DD
(210,201,221)
#DED9E5
(222,217,229)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72499D color. Also use rgb(114,73,157) instead hex code.

Text Font Color

.myTextColor { color: #72499D; }

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

This text font color is #72499D.


Background Color

.myBgColor { background-color: #72499D; }

<div style="background-color:#72499D">Inner text</div>

This div background color is #72499D.


Border color

.myBorderColor { border: 1px solid #72499D; }

<div style="border:3px solid #72499D">Div</div>

This div border color is #72499D.


Opacity

.myOpacity80 { color: #72499D; opacity: 0.8; }

<p style="color:#72499D;opacity:0.8;">80%</p>

Text with #72499D 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 #72499D;}

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

This text has shadow with #72499D color.

.textShadow {text-shadow: 3px 3px 1px #72499D, 3px 3px 1px red;}

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

This text has shadow with #72499D primary color and red secondary color.


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

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

This text has shadow with #72499D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72499D on black background.


Color preview on white background

This text has color #72499D on white background.



Black color preview on #72499D background

This text has black color on #72499D background.


White color preview on #72499D background

This text has white color on #72499D background.