COLOR #721463

HEX: #721463
RGB: (114,20,99)

Color info

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

RGB color model

#721463 color RGB value is (114,20,99).

  • red value is 114;
  • green value is 20;
  • blue value is 99.
RGB:
(114,20,99)
(45%,8%,39%)

RGB channels and saturation

R 114 of 255 = 45%
G 20 of 255 = 8%
B 99 of 255 = 39%

114
20
99

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

Portions of RGB colors in percentages

R + G + B =
114 + 20 + 99 = 233 (100%)
R 114 of 233 ~ 48.93%
G 20 of 233 ~ 8.58%
B 99 of 233 ~ 42.49%

%48.93
%42.49

CMYK color model

#721463 color CMYK value is (0,82,13,55).

  • cyan value is 0.00%
  • magenta value is 82.46%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(0,82,13,55)
C0M82Y13K55 
(0%,82%,13%,55%)
(0.00/0.82/0.13/0.55)	

CMYK percentages

%0
%82.46
%13.16
%55.29

Codes

Color #721463 in popluar color models

721463
RGB1142099
HSL310°70.15%26.27%
HSB/HSV310°82.46%44.71%
CMYK0.00%82.46%13.16%
55.29%

Color #721463 in popluar number systems.

HEX721463
Decimal1142099
Binary1110010101001100011
Octal16224143

Shades and tints

Shades of #721463

#721463
(114,20,99)
#68135A
(104,19,90)
#5E1251
(94,18,81)
#541148
(84,17,72)
#4A103F
(74,16,63)
#400F36
(64,15,54)
#360E2D
(54,14,45)
#2C0D24
(44,13,36)
#220C1B
(34,12,27)
#180B12
(24,11,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #721463

#721463
(114,20,99)
#7E2971
(126,41,113)
#8A3E7F
(138,62,127)
#96538D
(150,83,141)
#A2689B
(162,104,155)
#AE7DA9
(174,125,169)
#BA92B7
(186,146,183)
#C6A7C5
(198,167,197)
#D2BCD3
(210,188,211)
#DED1E1
(222,209,225)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721463 color. Also use rgb(114,20,99) instead hex code.

Text Font Color

.myTextColor { color: #721463; }

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

This text font color is #721463.


Background Color

.myBgColor { background-color: #721463; }

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

This div background color is #721463.


Border color

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

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

This div border color is #721463.


Opacity

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

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

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

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

This text has shadow with #721463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721463 on black background.


Color preview on white background

This text has color #721463 on white background.



Black color preview on #721463 background

This text has black color on #721463 background.


White color preview on #721463 background

This text has white color on #721463 background.