COLOR #72447C

HEX: #72447C
RGB: (114,68,124)

Color info

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

RGB color model

#72447C color RGB value is (114,68,124).

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

RGB channels and saturation

R 114 of 255 = 45%
G 68 of 255 = 27%
B 124 of 255 = 49%

114
68
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 68 + 124 = 306 (100%)
R 114 of 306 ~ 37.25%
G 68 of 306 ~ 22.22%
B 124 of 306 ~ 40.52%

%37.25
%22.22
%40.52

CMYK color model

#72447C color CMYK value is (8,45,0,51).

  • cyan value is 8.06%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(8,45,0,51)
C8M45Y0K51 
(8%,45%,0%,51%)
(0.08/0.45/0.00/0.51)	

CMYK percentages

%8.06
%45.16
%0
%51.37

Codes

Color #72447C in popluar color models

72447C
RGB11468124
HSL289°29.17%37.65%
HSB/HSV289°45.16%48.63%
CMYK8.06%45.16%0.00%
51.37%

Color #72447C in popluar number systems.

HEX72447C
Decimal11468124
Binary111001010001001111100
Octal162104174

Shades and tints

Shades of #72447C

#72447C
(114,68,124)
#683E71
(104,62,113)
#5E3866
(94,56,102)
#54325B
(84,50,91)
#4A2C50
(74,44,80)
#402645
(64,38,69)
#36203A
(54,32,58)
#2C1A2F
(44,26,47)
#221424
(34,20,36)
#180E19
(24,14,25)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #72447C

#72447C
(114,68,124)
#7E5587
(126,85,135)
#8A6692
(138,102,146)
#96779D
(150,119,157)
#A288A8
(162,136,168)
#AE99B3
(174,153,179)
#BAAABE
(186,170,190)
#C6BBC9
(198,187,201)
#D2CCD4
(210,204,212)
#DEDDDF
(222,221,223)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72447C color. Also use rgb(114,68,124) instead hex code.

Text Font Color

.myTextColor { color: #72447C; }

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

This text font color is #72447C.


Background Color

.myBgColor { background-color: #72447C; }

<div style="background-color:#72447C">Inner text</div>

This div background color is #72447C.


Border color

.myBorderColor { border: 1px solid #72447C; }

<div style="border:3px solid #72447C">Div</div>

This div border color is #72447C.


Opacity

.myOpacity80 { color: #72447C; opacity: 0.8; }

<p style="color:#72447C;opacity:0.8;">80%</p>

Text with #72447C 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 #72447C;}

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

This text has shadow with #72447C color.

.textShadow {text-shadow: 3px 3px 1px #72447C, 3px 3px 1px red;}

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

This text has shadow with #72447C primary color and red secondary color.


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

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

This text has shadow with #72447C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72447C on black background.


Color preview on white background

This text has color #72447C on white background.



Black color preview on #72447C background

This text has black color on #72447C background.


White color preview on #72447C background

This text has white color on #72447C background.