COLOR #721E7F

HEX: #721E7F
RGB: (114,30,127)

Color info

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

RGB color model

#721E7F color RGB value is (114,30,127).

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

RGB channels and saturation

R 114 of 255 = 45%
G 30 of 255 = 12%
B 127 of 255 = 50%

114
30
127

R + G + B ~ 36%. #721E7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 30 + 127 = 271 (100%)
R 114 of 271 ~ 42.07%
G 30 of 271 ~ 11.07%
B 127 of 271 ~ 46.86%

%42.07
%11.07
%46.86

CMYK color model

#721E7F color CMYK value is (10,76,0,50).

  • cyan value is 10.24%
  • magenta value is 76.38%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(10,76,0,50)
C10M76Y0K50 
(10%,76%,0%,50%)
(0.10/0.76/0.00/0.50)	

CMYK percentages

%10.24
%76.38
%0
%50.2

Codes

Color #721E7F in popluar color models

721E7F
RGB11430127
HSL292°61.78%30.78%
HSB/HSV292°76.38%49.80%
CMYK10.24%76.38%0.00%
50.20%

Color #721E7F in popluar number systems.

HEX721E7F
Decimal11430127
Binary1110010111101111111
Octal16236177

Shades and tints

Shades of #721E7F

#721E7F
(114,30,127)
#681C74
(104,28,116)
#5E1A69
(94,26,105)
#54185E
(84,24,94)
#4A1653
(74,22,83)
#401448
(64,20,72)
#36123D
(54,18,61)
#2C1032
(44,16,50)
#220E27
(34,14,39)
#180C1C
(24,12,28)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #721E7F

#721E7F
(114,30,127)
#7E328A
(126,50,138)
#8A4695
(138,70,149)
#965AA0
(150,90,160)
#A26EAB
(162,110,171)
#AE82B6
(174,130,182)
#BA96C1
(186,150,193)
#C6AACC
(198,170,204)
#D2BED7
(210,190,215)
#DED2E2
(222,210,226)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721E7F; }

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

This text font color is #721E7F.


Background Color

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

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

This div background color is #721E7F.


Border color

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

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

This div border color is #721E7F.


Opacity

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

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

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

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

This text has shadow with #721E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721E7F on black background.


Color preview on white background

This text has color #721E7F on white background.



Black color preview on #721E7F background

This text has black color on #721E7F background.


White color preview on #721E7F background

This text has white color on #721E7F background.