COLOR #721F8C

HEX: #721F8C
RGB: (114,31,140)

Color info

#721F8C contains mainly red and blue colors. Web safe color of #721F8C is #663399 (or #639).

RGB color model

#721F8C color RGB value is (114,31,140).

  • red value is 114;
  • green value is 31;
  • blue value is 140.
RGB:
(114,31,140)
(45%,12%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 31 of 255 = 12%
B 140 of 255 = 55%

114
31
140

R + G + B ~ 37%. #721F8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 31 + 140 = 285 (100%)
R 114 of 285 ~ 40%
G 31 of 285 ~ 10.88%
B 140 of 285 ~ 49.12%

%40
%10.88
%49.12

CMYK color model

#721F8C color CMYK value is (19,78,0,45).

  • cyan value is 18.57%
  • magenta value is 77.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,78,0,45)
C19M78Y0K45 
(19%,78%,0%,45%)
(0.19/0.78/0.00/0.45)	

CMYK percentages

%18.57
%77.86
%0
%45.1

Codes

Color #721F8C in popluar color models

721F8C
RGB11431140
HSL286°63.74%33.53%
HSB/HSV286°77.86%54.90%
CMYK18.57%77.86%0.00%
45.10%

Color #721F8C in popluar number systems.

HEX721F8C
Decimal11431140
Binary11100101111110001100
Octal16237214

Shades and tints

Shades of #721F8C

#721F8C
(114,31,140)
#681D80
(104,29,128)
#5E1B74
(94,27,116)
#541968
(84,25,104)
#4A175C
(74,23,92)
#401550
(64,21,80)
#361344
(54,19,68)
#2C1138
(44,17,56)
#220F2C
(34,15,44)
#180D20
(24,13,32)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #721F8C

#721F8C
(114,31,140)
#7E3396
(126,51,150)
#8A47A0
(138,71,160)
#965BAA
(150,91,170)
#A26FB4
(162,111,180)
#AE83BE
(174,131,190)
#BA97C8
(186,151,200)
#C6ABD2
(198,171,210)
#D2BFDC
(210,191,220)
#DED3E6
(222,211,230)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721F8C color. Also use rgb(114,31,140) instead hex code.

Text Font Color

.myTextColor { color: #721F8C; }

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

This text font color is #721F8C.


Background Color

.myBgColor { background-color: #721F8C; }

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

This div background color is #721F8C.


Border color

.myBorderColor { border: 1px solid #721F8C; }

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

This div border color is #721F8C.


Opacity

.myOpacity80 { color: #721F8C; opacity: 0.8; }

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

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

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

This text has shadow with #721F8C color.

.textShadow {text-shadow: 3px 3px 1px #721F8C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721F8C on black background.


Color preview on white background

This text has color #721F8C on white background.



Black color preview on #721F8C background

This text has black color on #721F8C background.


White color preview on #721F8C background

This text has white color on #721F8C background.