COLOR #721F72

HEX: #721F72
RGB: (114,31,114)

Color info

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

RGB color model

#721F72 color RGB value is (114,31,114).

  • red value is 114;
  • green value is 31;
  • blue value is 114.
RGB:
(114,31,114)
(45%,12%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 31 of 255 = 12%
B 114 of 255 = 45%

114
31
114

R + G + B ~ 34%. #721F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 31 + 114 = 259 (100%)
R 114 of 259 ~ 44.02%
G 31 of 259 ~ 11.97%
B 114 of 259 ~ 44.02%

%44.02
%11.97
%44.02

CMYK color model

#721F72 color CMYK value is (0,73,0,55).

  • cyan value is 0.00%
  • magenta value is 72.81%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(0,73,0,55)
C0M73Y0K55 
(0%,73%,0%,55%)
(0.00/0.73/0.00/0.55)	

CMYK percentages

%0
%72.81
%0
%55.29

Codes

Color #721F72 in popluar color models

721F72
RGB11431114
HSL300°57.24%28.43%
HSB/HSV300°72.81%44.71%
CMYK0.00%72.81%0.00%
55.29%

Color #721F72 in popluar number systems.

HEX721F72
Decimal11431114
Binary1110010111111110010
Octal16237162

Shades and tints

Shades of #721F72

#721F72
(114,31,114)
#681D68
(104,29,104)
#5E1B5E
(94,27,94)
#541954
(84,25,84)
#4A174A
(74,23,74)
#401540
(64,21,64)
#361336
(54,19,54)
#2C112C
(44,17,44)
#220F22
(34,15,34)
#180D18
(24,13,24)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #721F72

#721F72
(114,31,114)
#7E337E
(126,51,126)
#8A478A
(138,71,138)
#965B96
(150,91,150)
#A26FA2
(162,111,162)
#AE83AE
(174,131,174)
#BA97BA
(186,151,186)
#C6ABC6
(198,171,198)
#D2BFD2
(210,191,210)
#DED3DE
(222,211,222)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721F72 color. Also use rgb(114,31,114) instead hex code.

Text Font Color

.myTextColor { color: #721F72; }

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

This text font color is #721F72.


Background Color

.myBgColor { background-color: #721F72; }

<div style="background-color:#721F72">Inner text</div>

This div background color is #721F72.


Border color

.myBorderColor { border: 1px solid #721F72; }

<div style="border:3px solid #721F72">Div</div>

This div border color is #721F72.


Opacity

.myOpacity80 { color: #721F72; opacity: 0.8; }

<p style="color:#721F72;opacity:0.8;">80%</p>

Text with #721F72 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 #721F72;}

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

This text has shadow with #721F72 color.

.textShadow {text-shadow: 3px 3px 1px #721F72, 3px 3px 1px red;}

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

This text has shadow with #721F72 primary color and red secondary color.


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

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

This text has shadow with #721F72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721F72 on black background.


Color preview on white background

This text has color #721F72 on white background.



Black color preview on #721F72 background

This text has black color on #721F72 background.


White color preview on #721F72 background

This text has white color on #721F72 background.