COLOR #721F58

HEX: #721F58
RGB: (114,31,88)

Color info

#721F58 contains mainly red and blue colors. Web safe color of #721F58 is #663366 (or #636).

RGB color model

#721F58 color RGB value is (114,31,88).

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

RGB channels and saturation

R 114 of 255 = 45%
G 31 of 255 = 12%
B 88 of 255 = 35%

114
31
88

R + G + B ~ 31%. #721F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 31 + 88 = 233 (100%)
R 114 of 233 ~ 48.93%
G 31 of 233 ~ 13.3%
B 88 of 233 ~ 37.77%

%48.93
%13.3
%37.77

CMYK color model

#721F58 color CMYK value is (0,73,23,55).

  • cyan value is 0.00%
  • magenta value is 72.81%
  • yellow value is 22.81%
  • key color value is 55.29%
CMYK:
(0,73,23,55)
C0M73Y23K55 
(0%,73%,23%,55%)
(0.00/0.73/0.23/0.55)	

CMYK percentages

%0
%72.81
%22.81
%55.29

Codes

Color #721F58 in popluar color models

721F58
RGB1143188
HSL319°57.24%28.43%
HSB/HSV319°72.81%44.71%
CMYK0.00%72.81%22.81%
55.29%

Color #721F58 in popluar number systems.

HEX721F58
Decimal1143188
Binary1110010111111011000
Octal16237130

Shades and tints

Shades of #721F58

#721F58
(114,31,88)
#681D50
(104,29,80)
#5E1B48
(94,27,72)
#541940
(84,25,64)
#4A1738
(74,23,56)
#401530
(64,21,48)
#361328
(54,19,40)
#2C1120
(44,17,32)
#220F18
(34,15,24)
#180D10
(24,13,16)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #721F58

#721F58
(114,31,88)
#7E3367
(126,51,103)
#8A4776
(138,71,118)
#965B85
(150,91,133)
#A26F94
(162,111,148)
#AE83A3
(174,131,163)
#BA97B2
(186,151,178)
#C6ABC1
(198,171,193)
#D2BFD0
(210,191,208)
#DED3DF
(222,211,223)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721F58; }

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

This text font color is #721F58.


Background Color

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

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

This div background color is #721F58.


Border color

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

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

This div border color is #721F58.


Opacity

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

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

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

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

This text has shadow with #721F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721F58 on black background.


Color preview on white background

This text has color #721F58 on white background.



Black color preview on #721F58 background

This text has black color on #721F58 background.


White color preview on #721F58 background

This text has white color on #721F58 background.