COLOR #721D84

HEX: #721D84
RGB: (114,29,132)

Color info

#721D84 contains mainly red and blue colors. Web safe color of #721D84 is #663399 (or #639).

RGB color model

#721D84 color RGB value is (114,29,132).

  • red value is 114;
  • green value is 29;
  • blue value is 132.
RGB:
(114,29,132)
(45%,11%,52%)

RGB channels and saturation

R 114 of 255 = 45%
G 29 of 255 = 11%
B 132 of 255 = 52%

114
29
132

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

Portions of RGB colors in percentages

R + G + B =
114 + 29 + 132 = 275 (100%)
R 114 of 275 ~ 41.45%
G 29 of 275 ~ 10.55%
B 132 of 275 ~ 48%

%41.45
%10.55
%48

CMYK color model

#721D84 color CMYK value is (14,78,0,48).

  • cyan value is 13.64%
  • magenta value is 78.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,78,0,48)
C14M78Y0K48 
(14%,78%,0%,48%)
(0.14/0.78/0.00/0.48)	

CMYK percentages

%13.64
%78.03
%0
%48.24

Codes

Color #721D84 in popluar color models

721D84
RGB11429132
HSL290°63.98%31.57%
HSB/HSV290°78.03%51.76%
CMYK13.64%78.03%0.00%
48.24%

Color #721D84 in popluar number systems.

HEX721D84
Decimal11429132
Binary11100101110110000100
Octal16235204

Shades and tints

Shades of #721D84

#721D84
(114,29,132)
#681B78
(104,27,120)
#5E196C
(94,25,108)
#541760
(84,23,96)
#4A1554
(74,21,84)
#401348
(64,19,72)
#36113C
(54,17,60)
#2C0F30
(44,15,48)
#220D24
(34,13,36)
#180B18
(24,11,24)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #721D84

#721D84
(114,29,132)
#7E318F
(126,49,143)
#8A459A
(138,69,154)
#9659A5
(150,89,165)
#A26DB0
(162,109,176)
#AE81BB
(174,129,187)
#BA95C6
(186,149,198)
#C6A9D1
(198,169,209)
#D2BDDC
(210,189,220)
#DED1E7
(222,209,231)
#EAE5F2
(234,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721D84; }

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

This text font color is #721D84.


Background Color

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

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

This div background color is #721D84.


Border color

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

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

This div border color is #721D84.


Opacity

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

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

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

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

This text has shadow with #721D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721D84 on black background.


Color preview on white background

This text has color #721D84 on white background.



Black color preview on #721D84 background

This text has black color on #721D84 background.


White color preview on #721D84 background

This text has white color on #721D84 background.