COLOR #721161

HEX: #721161
RGB: (114,17,97)

Color info

#721161 contains mainly red and blue colors. Web safe color of #721161 is #660066 (or #606).

RGB color model

#721161 color RGB value is (114,17,97).

  • red value is 114;
  • green value is 17;
  • blue value is 97.
RGB:
(114,17,97)
(45%,7%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 17 of 255 = 7%
B 97 of 255 = 38%

114
17
97

R + G + B ~ 30%. #721161 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 17 + 97 = 228 (100%)
R 114 of 228 ~ 50%
G 17 of 228 ~ 7.46%
B 97 of 228 ~ 42.54%

%50
%42.54

CMYK color model

#721161 color CMYK value is (0,85,15,55).

  • cyan value is 0.00%
  • magenta value is 85.09%
  • yellow value is 14.91%
  • key color value is 55.29%
CMYK:
(0,85,15,55)
C0M85Y15K55 
(0%,85%,15%,55%)
(0.00/0.85/0.15/0.55)	

CMYK percentages

%0
%85.09
%14.91
%55.29

Codes

Color #721161 in popluar color models

721161
RGB1141797
HSL311°74.05%25.69%
HSB/HSV311°85.09%44.71%
CMYK0.00%85.09%14.91%
55.29%

Color #721161 in popluar number systems.

HEX721161
Decimal1141797
Binary1110010100011100001
Octal16221141

Shades and tints

Shades of #721161

#721161
(114,17,97)
#681059
(104,16,89)
#5E0F51
(94,15,81)
#540E49
(84,14,73)
#4A0D41
(74,13,65)
#400C39
(64,12,57)
#360B31
(54,11,49)
#2C0A29
(44,10,41)
#220921
(34,9,33)
#180819
(24,8,25)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #721161

#721161
(114,17,97)
#7E266F
(126,38,111)
#8A3B7D
(138,59,125)
#96508B
(150,80,139)
#A26599
(162,101,153)
#AE7AA7
(174,122,167)
#BA8FB5
(186,143,181)
#C6A4C3
(198,164,195)
#D2B9D1
(210,185,209)
#DECEDF
(222,206,223)
#EAE3ED
(234,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721161 color. Also use rgb(114,17,97) instead hex code.

Text Font Color

.myTextColor { color: #721161; }

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

This text font color is #721161.


Background Color

.myBgColor { background-color: #721161; }

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

This div background color is #721161.


Border color

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

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

This div border color is #721161.


Opacity

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

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

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

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

This text has shadow with #721161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721161 on black background.


Color preview on white background

This text has color #721161 on white background.



Black color preview on #721161 background

This text has black color on #721161 background.


White color preview on #721161 background

This text has white color on #721161 background.