COLOR #720065

HEX: #720065 RGB: (114,0,101)

Color info

#720065 contains only red and blue colors. Web safe color of #720065 is #660066 (or #606).

RGB color model

#720065 color RGB value is (114,0,101).

RGB: (114,0,101) (45%, 0%, 40%)

RGB channels and saturation

R 114 of 255 = 45%
G 0 of 255 = 0%
B 101 of 255 = 40%

114
0
101

R + G + B ~ 28%. #720065 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 0 + 101 = 215 (100%)
R 114 of 215 ~ 53.02%
G 0 of 215 ~ 0%
B 101 of 215 ~ 46.98'%

%53.02
%46.98

CMYK color model

#720065 color CMYK value is (0,100,11,55).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 11.40%
  • key color value is 55.29%

CMYK: (0,100,11,55)
C0M100Y11K55 (0%, 100%, 11%, 55%)
(0.00 / 1.00 / 0.11 / 0.55)

CMYK percentages

%0
%100
%11.4
%55.29

Codes

Color #720065 in popluar color models

72 00 65
RGB 114 0 101
HSL 307° 100.00% 22.35%
HSB/HSV 307° 100.00% 44.71%
CMYK 0.00% 100.00% 11.40%
55.29%

Color #720065 in popluar number systems.

HEX 72 00 65
Decimal 114 0 101
Binary 1110010 0 1100101
Octal 162 0 145

Shades and tints

Shades of #720065

#720065
(114,0,101)
#68005C
(104,0,92)
#5E0053
(94,0,83)
#54004A
(84,0,74)
#4A0041
(74,0,65)
#400038
(64,0,56)
#36002F
(54,0,47)
#2C0026
(44,0,38)
#22001D
(34,0,29)
#180014
(24,0,20)
#0E000B
(14,0,11)
#000000
(0,0,0)

Tints of #720065

#720065
(114,0,101)
#7E1773
(126,23,115)
#8A2E81
(138,46,129)
#96458F
(150,69,143)
#A25C9D
(162,92,157)
#AE73AB
(174,115,171)
#BA8AB9
(186,138,185)
#C6A1C7
(198,161,199)
#D2B8D5
(210,184,213)
#DECFE3
(222,207,227)
#EAE6F1
(234,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #720065 color. Also use rgb(114,0,101) instead hex code.

Text Font Color

.myTextColor { color: #720065; }

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

This text font color is #720065.

Background Color

.myBgColor { background-color: #720065; }

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

This div background color is #720065.

Border color

.myBorderColor { border: 1px solid #720065; }

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

This div border color is #720065.

Opacity

.myOpacity80 { color: #720065; opacity: 0.8; }

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

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

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

This text has shadow with #720065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #720065.

Preview

Color preview on black background

This text has color #720065 on black background.


Color preview on white background

This text has color #720065 on white background.


Black color preview on #720065 background

This text has black color on #720065 background.


White color preview on #720065 background

This text has white color on #720065 background.


Related colors

Complementary color

Complementary color for #hex is #8DFF9A.


I love getcolorcode.com

Triadic colors

1 #657200 and #006572 with #720065 are triadic colors.

2 #650072 and #007265 with #720065 are triadic colors.