COLOR #721CD5

HEX: #721CD5
RGB: (114,28,213)

Color info

#721CD5 contains mainly blue color. Web safe color of #721CD5 is #6633CC (or #63C).

RGB color model

#721CD5 color RGB value is (114,28,213).

  • red value is 114;
  • green value is 28;
  • blue value is 213.
RGB:
(114,28,213)
(45%,11%,84%)

RGB channels and saturation

R 114 of 255 = 45%
G 28 of 255 = 11%
B 213 of 255 = 84%

114
28
213

R + G + B ~ 47%. #721CD5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 28 + 213 = 355 (100%)
R 114 of 355 ~ 32.11%
G 28 of 355 ~ 7.89%
B 213 of 355 ~ 60%

%32.11
%60

CMYK color model

#721CD5 color CMYK value is (46,87,0,16).

  • cyan value is 46.48%
  • magenta value is 86.85%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(46,87,0,16)
C46M87Y0K16 
(46%,87%,0%,16%)
(0.46/0.87/0.00/0.16)	

CMYK percentages

%46.48
%86.85
%0
%16.47

Codes

Color #721CD5 in popluar color models

721CD5
RGB11428213
HSL268°76.76%47.25%
HSB/HSV268°86.85%83.53%
CMYK46.48%86.85%0.00%
16.47%

Color #721CD5 in popluar number systems.

HEX721CD5
Decimal11428213
Binary11100101110011010101
Octal16234325

Shades and tints

Shades of #721CD5

#721CD5
(114,28,213)
#681AC2
(104,26,194)
#5E18AF
(94,24,175)
#54169C
(84,22,156)
#4A1489
(74,20,137)
#401276
(64,18,118)
#361063
(54,16,99)
#2C0E50
(44,14,80)
#220C3D
(34,12,61)
#180A2A
(24,10,42)
#0E0817
(14,8,23)
#000000
(0,0,0)

Tints of #721CD5

#721CD5
(114,28,213)
#7E30D8
(126,48,216)
#8A44DB
(138,68,219)
#9658DE
(150,88,222)
#A26CE1
(162,108,225)
#AE80E4
(174,128,228)
#BA94E7
(186,148,231)
#C6A8EA
(198,168,234)
#D2BCED
(210,188,237)
#DED0F0
(222,208,240)
#EAE4F3
(234,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721CD5 color. Also use rgb(114,28,213) instead hex code.

Text Font Color

.myTextColor { color: #721CD5; }

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

This text font color is #721CD5.


Background Color

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

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

This div background color is #721CD5.


Border color

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

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

This div border color is #721CD5.


Opacity

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

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

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

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

This text has shadow with #721CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721CD5 on black background.


Color preview on white background

This text has color #721CD5 on white background.



Black color preview on #721CD5 background

This text has black color on #721CD5 background.


White color preview on #721CD5 background

This text has white color on #721CD5 background.