COLOR #72457D

HEX: #72457D
RGB: (114,69,125)

Color info

#72457D contains red, green and blue colors in about the same proportion. Web safe color of #72457D is #663366 (or #636).

RGB color model

#72457D color RGB value is (114,69,125).

  • red value is 114;
  • green value is 69;
  • blue value is 125.
RGB:
(114,69,125)
(45%,27%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 69 of 255 = 27%
B 125 of 255 = 49%

114
69
125

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

Portions of RGB colors in percentages

R + G + B =
114 + 69 + 125 = 308 (100%)
R 114 of 308 ~ 37.01%
G 69 of 308 ~ 22.4%
B 125 of 308 ~ 40.58%

%37.01
%22.4
%40.58

CMYK color model

#72457D color CMYK value is (9,45,0,51).

  • cyan value is 8.80%
  • magenta value is 44.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(9,45,0,51)
C9M45Y0K51 
(9%,45%,0%,51%)
(0.09/0.45/0.00/0.51)	

CMYK percentages

%8.8
%44.8
%0
%50.98

Codes

Color #72457D in popluar color models

72457D
RGB11469125
HSL288°28.87%38.04%
HSB/HSV288°44.80%49.02%
CMYK8.80%44.80%0.00%
50.98%

Color #72457D in popluar number systems.

HEX72457D
Decimal11469125
Binary111001010001011111101
Octal162105175

Shades and tints

Shades of #72457D

#72457D
(114,69,125)
#683F72
(104,63,114)
#5E3967
(94,57,103)
#54335C
(84,51,92)
#4A2D51
(74,45,81)
#402746
(64,39,70)
#36213B
(54,33,59)
#2C1B30
(44,27,48)
#221525
(34,21,37)
#180F1A
(24,15,26)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #72457D

#72457D
(114,69,125)
#7E5588
(126,85,136)
#8A6593
(138,101,147)
#96759E
(150,117,158)
#A285A9
(162,133,169)
#AE95B4
(174,149,180)
#BAA5BF
(186,165,191)
#C6B5CA
(198,181,202)
#D2C5D5
(210,197,213)
#DED5E0
(222,213,224)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72457D color. Also use rgb(114,69,125) instead hex code.

Text Font Color

.myTextColor { color: #72457D; }

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

This text font color is #72457D.


Background Color

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

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

This div background color is #72457D.


Border color

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

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

This div border color is #72457D.


Opacity

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

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

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

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

This text has shadow with #72457D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72457D on black background.


Color preview on white background

This text has color #72457D on white background.



Black color preview on #72457D background

This text has black color on #72457D background.


White color preview on #72457D background

This text has white color on #72457D background.