COLOR #720F93

HEX: #720F93
RGB: (114,15,147)

Color info

#720F93 contains mainly red and blue colors. Web safe color of #720F93 is #660099 (or #609).

RGB color model

#720F93 color RGB value is (114,15,147).

  • red value is 114;
  • green value is 15;
  • blue value is 147.
RGB:
(114,15,147)
(45%,6%,58%)

RGB channels and saturation

R 114 of 255 = 45%
G 15 of 255 = 6%
B 147 of 255 = 58%

114
15
147

R + G + B ~ 36%. #720F93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 15 + 147 = 276 (100%)
R 114 of 276 ~ 41.3%
G 15 of 276 ~ 5.43%
B 147 of 276 ~ 53.26%

%41.3
%53.26

CMYK color model

#720F93 color CMYK value is (22,90,0,42).

  • cyan value is 22.45%
  • magenta value is 89.80%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(22,90,0,42)
C22M90Y0K42 
(22%,90%,0%,42%)
(0.22/0.90/0.00/0.42)	

CMYK percentages

%22.45
%89.8
%0
%42.35

Codes

Color #720F93 in popluar color models

720F93
RGB11415147
HSL285°81.48%31.76%
HSB/HSV285°89.80%57.65%
CMYK22.45%89.80%0.00%
42.35%

Color #720F93 in popluar number systems.

HEX720F93
Decimal11415147
Binary1110010111110010011
Octal16217223

Shades and tints

Shades of #720F93

#720F93
(114,15,147)
#680E86
(104,14,134)
#5E0D79
(94,13,121)
#540C6C
(84,12,108)
#4A0B5F
(74,11,95)
#400A52
(64,10,82)
#360945
(54,9,69)
#2C0838
(44,8,56)
#22072B
(34,7,43)
#18061E
(24,6,30)
#0E0511
(14,5,17)
#000000
(0,0,0)

Tints of #720F93

#720F93
(114,15,147)
#7E249C
(126,36,156)
#8A39A5
(138,57,165)
#964EAE
(150,78,174)
#A263B7
(162,99,183)
#AE78C0
(174,120,192)
#BA8DC9
(186,141,201)
#C6A2D2
(198,162,210)
#D2B7DB
(210,183,219)
#DECCE4
(222,204,228)
#EAE1ED
(234,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #720F93 color. Also use rgb(114,15,147) instead hex code.

Text Font Color

.myTextColor { color: #720F93; }

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

This text font color is #720F93.


Background Color

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

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

This div background color is #720F93.


Border color

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

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

This div border color is #720F93.


Opacity

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

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

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

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

This text has shadow with #720F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720F93 on black background.


Color preview on white background

This text has color #720F93 on white background.



Black color preview on #720F93 background

This text has black color on #720F93 background.


White color preview on #720F93 background

This text has white color on #720F93 background.