COLOR #720D78

HEX: #720D78
RGB: (114,13,120)

Color info

#720D78 contains mainly red and blue colors. Web safe color of #720D78 is #660066 (or #606).

RGB color model

#720D78 color RGB value is (114,13,120).

  • red value is 114;
  • green value is 13;
  • blue value is 120.
RGB:
(114,13,120)
(45%,5%,47%)

RGB channels and saturation

R 114 of 255 = 45%
G 13 of 255 = 5%
B 120 of 255 = 47%

114
13
120

R + G + B ~ 32%. #720D78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 13 + 120 = 247 (100%)
R 114 of 247 ~ 46.15%
G 13 of 247 ~ 5.26%
B 120 of 247 ~ 48.58%

%46.15
%48.58

CMYK color model

#720D78 color CMYK value is (5,89,0,53).

  • cyan value is 5.00%
  • magenta value is 89.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(5,89,0,53)
C5M89Y0K53 
(5%,89%,0%,53%)
(0.05/0.89/0.00/0.53)	

CMYK percentages

%5
%89.17
%0
%52.94

Codes

Color #720D78 in popluar color models

720D78
RGB11413120
HSL297°80.45%26.08%
HSB/HSV297°89.17%47.06%
CMYK5.00%89.17%0.00%
52.94%

Color #720D78 in popluar number systems.

HEX720D78
Decimal11413120
Binary111001011011111000
Octal16215170

Shades and tints

Shades of #720D78

#720D78
(114,13,120)
#680C6E
(104,12,110)
#5E0B64
(94,11,100)
#540A5A
(84,10,90)
#4A0950
(74,9,80)
#400846
(64,8,70)
#36073C
(54,7,60)
#2C0632
(44,6,50)
#220528
(34,5,40)
#18041E
(24,4,30)
#0E0314
(14,3,20)
#000000
(0,0,0)

Tints of #720D78

#720D78
(114,13,120)
#7E2384
(126,35,132)
#8A3990
(138,57,144)
#964F9C
(150,79,156)
#A265A8
(162,101,168)
#AE7BB4
(174,123,180)
#BA91C0
(186,145,192)
#C6A7CC
(198,167,204)
#D2BDD8
(210,189,216)
#DED3E4
(222,211,228)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #720D78 color. Also use rgb(114,13,120) instead hex code.

Text Font Color

.myTextColor { color: #720D78; }

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

This text font color is #720D78.


Background Color

.myBgColor { background-color: #720D78; }

<div style="background-color:#720D78">Inner text</div>

This div background color is #720D78.


Border color

.myBorderColor { border: 1px solid #720D78; }

<div style="border:3px solid #720D78">Div</div>

This div border color is #720D78.


Opacity

.myOpacity80 { color: #720D78; opacity: 0.8; }

<p style="color:#720D78;opacity:0.8;">80%</p>

Text with #720D78 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 #720D78;}

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

This text has shadow with #720D78 color.

.textShadow {text-shadow: 3px 3px 1px #720D78, 3px 3px 1px red;}

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

This text has shadow with #720D78 primary color and red secondary color.


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

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

This text has shadow with #720D78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720D78 on black background.


Color preview on white background

This text has color #720D78 on white background.



Black color preview on #720D78 background

This text has black color on #720D78 background.


White color preview on #720D78 background

This text has white color on #720D78 background.