COLOR #721386

HEX: #721386
RGB: (114,19,134)

Color info

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

RGB color model

#721386 color RGB value is (114,19,134).

  • red value is 114;
  • green value is 19;
  • blue value is 134.
RGB:
(114,19,134)
(45%,7%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 19 of 255 = 7%
B 134 of 255 = 53%

114
19
134

R + G + B ~ 35%. #721386 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 19 + 134 = 267 (100%)
R 114 of 267 ~ 42.7%
G 19 of 267 ~ 7.12%
B 134 of 267 ~ 50.19%

%42.7
%50.19

CMYK color model

#721386 color CMYK value is (15,86,0,47).

  • cyan value is 14.93%
  • magenta value is 85.82%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(15,86,0,47)
C15M86Y0K47 
(15%,86%,0%,47%)
(0.15/0.86/0.00/0.47)	

CMYK percentages

%14.93
%85.82
%0
%47.45

Codes

Color #721386 in popluar color models

721386
RGB11419134
HSL290°75.16%30.00%
HSB/HSV290°85.82%52.55%
CMYK14.93%85.82%0.00%
47.45%

Color #721386 in popluar number systems.

HEX721386
Decimal11419134
Binary11100101001110000110
Octal16223206

Shades and tints

Shades of #721386

#721386
(114,19,134)
#68127A
(104,18,122)
#5E116E
(94,17,110)
#541062
(84,16,98)
#4A0F56
(74,15,86)
#400E4A
(64,14,74)
#360D3E
(54,13,62)
#2C0C32
(44,12,50)
#220B26
(34,11,38)
#180A1A
(24,10,26)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #721386

#721386
(114,19,134)
#7E2891
(126,40,145)
#8A3D9C
(138,61,156)
#9652A7
(150,82,167)
#A267B2
(162,103,178)
#AE7CBD
(174,124,189)
#BA91C8
(186,145,200)
#C6A6D3
(198,166,211)
#D2BBDE
(210,187,222)
#DED0E9
(222,208,233)
#EAE5F4
(234,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721386 color. Also use rgb(114,19,134) instead hex code.

Text Font Color

.myTextColor { color: #721386; }

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

This text font color is #721386.


Background Color

.myBgColor { background-color: #721386; }

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

This div background color is #721386.


Border color

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

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

This div border color is #721386.


Opacity

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

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

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

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

This text has shadow with #721386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721386 on black background.


Color preview on white background

This text has color #721386 on white background.



Black color preview on #721386 background

This text has black color on #721386 background.


White color preview on #721386 background

This text has white color on #721386 background.