COLOR #72367D

HEX: #72367D
RGB: (114,54,125)

Color info

#72367D contains mainly red and blue colors. Web safe color of #72367D is #663366 (or #636).

RGB color model

#72367D color RGB value is (114,54,125).

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

RGB channels and saturation

R 114 of 255 = 45%
G 54 of 255 = 21%
B 125 of 255 = 49%

114
54
125

R + G + B ~ 38%. #72367D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 54 + 125 = 293 (100%)
R 114 of 293 ~ 38.91%
G 54 of 293 ~ 18.43%
B 125 of 293 ~ 42.66%

%38.91
%18.43
%42.66

CMYK color model

#72367D color CMYK value is (9,57,0,51).

  • cyan value is 8.80%
  • magenta value is 56.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(9,57,0,51)
C9M57Y0K51 
(9%,57%,0%,51%)
(0.09/0.57/0.00/0.51)	

CMYK percentages

%8.8
%56.8
%0
%50.98

Codes

Color #72367D in popluar color models

72367D
RGB11454125
HSL291°39.66%35.10%
HSB/HSV291°56.80%49.02%
CMYK8.80%56.80%0.00%
50.98%

Color #72367D in popluar number systems.

HEX72367D
Decimal11454125
Binary11100101101101111101
Octal16266175

Shades and tints

Shades of #72367D

#72367D
(114,54,125)
#683272
(104,50,114)
#5E2E67
(94,46,103)
#542A5C
(84,42,92)
#4A2651
(74,38,81)
#402246
(64,34,70)
#361E3B
(54,30,59)
#2C1A30
(44,26,48)
#221625
(34,22,37)
#18121A
(24,18,26)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #72367D

#72367D
(114,54,125)
#7E4888
(126,72,136)
#8A5A93
(138,90,147)
#966C9E
(150,108,158)
#A27EA9
(162,126,169)
#AE90B4
(174,144,180)
#BAA2BF
(186,162,191)
#C6B4CA
(198,180,202)
#D2C6D5
(210,198,213)
#DED8E0
(222,216,224)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72367D; }

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

This text font color is #72367D.


Background Color

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

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

This div background color is #72367D.


Border color

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

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

This div border color is #72367D.


Opacity

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

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

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

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

This text has shadow with #72367D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72367D on black background.


Color preview on white background

This text has color #72367D on white background.



Black color preview on #72367D background

This text has black color on #72367D background.


White color preview on #72367D background

This text has white color on #72367D background.