COLOR #720D7C

HEX: #720D7C RGB: (114,13,124)

Color info

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

RGB color model

#720D7C color RGB value is (114,13,124).

RGB: (114,13,124) (45%, 5%, 49%)

RGB channels and saturation

R 114 of 255 = 45%
G 13 of 255 = 5%
B 124 of 255 = 49%

114
13
124

R + G + B ~ 33%. #720D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 13 + 124 = 251 (100%)
R 114 of 251 ~ 45.42%
G 13 of 251 ~ 5.18%
B 124 of 251 ~ 49.4'%

%45.42
%49.4

CMYK color model

#720D7C color CMYK value is (8,90,0,51).

  • cyan value is 8.06%
  • magenta value is 89.52%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (8,90,0,51) C8M90Y0K51 (8%,90%,0%,51%) (0.08/0.90/0.00/0.51) 

CMYK percentages

%8.06
%89.52
%0
%51.37

Codes

Color #720D7C in popluar color models

72 0D 7C
RGB 114 13 124
HSL 295° 81.02% 26.86%
HSB/HSV 295° 89.52% 48.63%
CMYK 8.06% 89.52% 0.00%
51.37%

Color #720D7C in popluar number systems.

HEX 72 0D 7C
Decimal 114 13 124
Binary 1110010 1101 1111100
Octal 162 15 174

Shades and tints

Shades of #720D7C

#720D7C
(114,13,124)
#680C71
(104,12,113)
#5E0B66
(94,11,102)
#540A5B
(84,10,91)
#4A0950
(74,9,80)
#400845
(64,8,69)
#36073A
(54,7,58)
#2C062F
(44,6,47)
#220524
(34,5,36)
#180419
(24,4,25)
#0E030E
(14,3,14)
#000000
(0,0,0)

Tints of #720D7C

#720D7C
(114,13,124)
#7E2387
(126,35,135)
#8A3992
(138,57,146)
#964F9D
(150,79,157)
#A265A8
(162,101,168)
#AE7BB3
(174,123,179)
#BA91BE
(186,145,190)
#C6A7C9
(198,167,201)
#D2BDD4
(210,189,212)
#DED3DF
(222,211,223)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #720D7C; }

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

This text font color is #720D7C.

Background Color

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

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

This div background color is #720D7C.

Border color

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

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

This div border color is #720D7C.

Opacity

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

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

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

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

This text has shadow with #720D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #720D7C.

Preview

Color preview on black background

This text has color #720D7C on black background.


Color preview on white background

This text has color #720D7C on white background.


Black color preview on #720D7C background

This text has black color on #720D7C background.


White color preview on #720D7C background

This text has white color on #720D7C background.


Related colors

Complementary color

Complementary color for #hex is #8DF283.


I love getcolorcode.com

Triadic colors

1 #7C720D and #0D7C72 with #720D7C are triadic colors.

2 #7C0D72 and #0D727C with #720D7C are triadic colors.