COLOR #720D7E

HEX: #720D7E RGB: (114,13,126)

Color info

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

RGB color model

#720D7E color RGB value is (114,13,126).

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

RGB channels and saturation

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

114
13
126

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

Portions of RGB colors in percentages

R + G + B = 114 + 13 + 126 = 253 (100%)
R 114 of 253 ~ 45.06%
G 13 of 253 ~ 5.14%
B 126 of 253 ~ 49.8'%

%45.06
%49.8

CMYK color model

#720D7E color CMYK value is (10,90,0,51).

  • cyan value is 9.52%
  • magenta value is 89.68%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (10,90,0,51)
C10M90Y0K51 (10%, 90%, 0%, 51%)
(0.10 / 0.90 / 0.00 / 0.51)

CMYK percentages

%9.52
%89.68
%0
%50.59

Codes

Color #720D7E in popluar color models

72 0D 7E
RGB 114 13 126
HSL 294° 81.29% 27.25%
HSB/HSV 294° 89.68% 49.41%
CMYK 9.52% 89.68% 0.00%
50.59%

Color #720D7E in popluar number systems.

HEX 72 0D 7E
Decimal 114 13 126
Binary 1110010 1101 1111110
Octal 162 15 176

Shades and tints

Shades of #720D7E

#720D7E
(114,13,126)
#680C73
(104,12,115)
#5E0B68
(94,11,104)
#540A5D
(84,10,93)
#4A0952
(74,9,82)
#400847
(64,8,71)
#36073C
(54,7,60)
#2C0631
(44,6,49)
#220526
(34,5,38)
#18041B
(24,4,27)
#0E0310
(14,3,16)
#000000
(0,0,0)

Tints of #720D7E

#720D7E
(114,13,126)
#7E2389
(126,35,137)
#8A3994
(138,57,148)
#964F9F
(150,79,159)
#A265AA
(162,101,170)
#AE7BB5
(174,123,181)
#BA91C0
(186,145,192)
#C6A7CB
(198,167,203)
#D2BDD6
(210,189,214)
#DED3E1
(222,211,225)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #720D7E; }

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

This text font color is #720D7E.

Background Color

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

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

This div background color is #720D7E.

Border color

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

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

This div border color is #720D7E.

Opacity

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

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

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

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

This text has shadow with #720D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #720D7E.

Preview

Color preview on black background

This text has color #720D7E on black background.


Color preview on white background

This text has color #720D7E on white background.


Black color preview on #720D7E background

This text has black color on #720D7E background.


White color preview on #720D7E background

This text has white color on #720D7E background.


Related colors

Complementary color

Complementary color for #hex is #8DF281.


I love getcolorcode.com

Triadic colors

1 #7E720D and #0D7E72 with #720D7E are triadic colors.

2 #7E0D72 and #0D727E with #720D7E are triadic colors.