COLOR #721AA5

HEX: #721AA5
RGB: (114,26,165)

Color info

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

RGB color model

#721AA5 color RGB value is (114,26,165).

  • red value is 114;
  • green value is 26;
  • blue value is 165.
RGB:
(114,26,165)
(45%,10%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 26 of 255 = 10%
B 165 of 255 = 65%

114
26
165

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

Portions of RGB colors in percentages

R + G + B =
114 + 26 + 165 = 305 (100%)
R 114 of 305 ~ 37.38%
G 26 of 305 ~ 8.52%
B 165 of 305 ~ 54.1%

%37.38
%54.1

CMYK color model

#721AA5 color CMYK value is (31,84,0,35).

  • cyan value is 30.91%
  • magenta value is 84.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(31,84,0,35)
C31M84Y0K35 
(31%,84%,0%,35%)
(0.31/0.84/0.00/0.35)	

CMYK percentages

%30.91
%84.24
%0
%35.29

Codes

Color #721AA5 in popluar color models

721AA5
RGB11426165
HSL278°72.77%37.45%
HSB/HSV278°84.24%64.71%
CMYK30.91%84.24%0.00%
35.29%

Color #721AA5 in popluar number systems.

HEX721AA5
Decimal11426165
Binary11100101101010100101
Octal16232245

Shades and tints

Shades of #721AA5

#721AA5
(114,26,165)
#681896
(104,24,150)
#5E1687
(94,22,135)
#541478
(84,20,120)
#4A1269
(74,18,105)
#40105A
(64,16,90)
#360E4B
(54,14,75)
#2C0C3C
(44,12,60)
#220A2D
(34,10,45)
#18081E
(24,8,30)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #721AA5

#721AA5
(114,26,165)
#7E2EAD
(126,46,173)
#8A42B5
(138,66,181)
#9656BD
(150,86,189)
#A26AC5
(162,106,197)
#AE7ECD
(174,126,205)
#BA92D5
(186,146,213)
#C6A6DD
(198,166,221)
#D2BAE5
(210,186,229)
#DECEED
(222,206,237)
#EAE2F5
(234,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721AA5 color. Also use rgb(114,26,165) instead hex code.

Text Font Color

.myTextColor { color: #721AA5; }

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

This text font color is #721AA5.


Background Color

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

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

This div background color is #721AA5.


Border color

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

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

This div border color is #721AA5.


Opacity

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

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

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

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

This text has shadow with #721AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721AA5 on black background.


Color preview on white background

This text has color #721AA5 on white background.



Black color preview on #721AA5 background

This text has black color on #721AA5 background.


White color preview on #721AA5 background

This text has white color on #721AA5 background.