COLOR #720468

HEX: #720468
RGB: (114,4,104)

Color info

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

RGB color model

#720468 color RGB value is (114,4,104).

  • red value is 114;
  • green value is 4;
  • blue value is 104.
RGB:
(114,4,104)
(45%,2%,41%)

RGB channels and saturation

R 114 of 255 = 45%
G 4 of 255 = 2%
B 104 of 255 = 41%

114
4
104

R + G + B ~ 29%. #720468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 4 + 104 = 222 (100%)
R 114 of 222 ~ 51.35%
G 4 of 222 ~ 1.8%
B 104 of 222 ~ 46.85%

%51.35
%46.85

CMYK color model

#720468 color CMYK value is (0,96,9,55).

  • cyan value is 0.00%
  • magenta value is 96.49%
  • yellow value is 8.77%
  • key color value is 55.29%
CMYK:
(0,96,9,55)
C0M96Y9K55 
(0%,96%,9%,55%)
(0.00/0.96/0.09/0.55)	

CMYK percentages

%0
%96.49
%8.77
%55.29

Codes

Color #720468 in popluar color models

720468
RGB1144104
HSL305°93.22%23.14%
HSB/HSV305°96.49%44.71%
CMYK0.00%96.49%8.77%
55.29%

Color #720468 in popluar number systems.

HEX720468
Decimal1144104
Binary11100101001101000
Octal1624150

Shades and tints

Shades of #720468

#720468
(114,4,104)
#68045F
(104,4,95)
#5E0456
(94,4,86)
#54044D
(84,4,77)
#4A0444
(74,4,68)
#40043B
(64,4,59)
#360432
(54,4,50)
#2C0429
(44,4,41)
#220420
(34,4,32)
#180417
(24,4,23)
#0E040E
(14,4,14)
#000000
(0,0,0)

Tints of #720468

#720468
(114,4,104)
#7E1A75
(126,26,117)
#8A3082
(138,48,130)
#96468F
(150,70,143)
#A25C9C
(162,92,156)
#AE72A9
(174,114,169)
#BA88B6
(186,136,182)
#C69EC3
(198,158,195)
#D2B4D0
(210,180,208)
#DECADD
(222,202,221)
#EAE0EA
(234,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #720468 color. Also use rgb(114,4,104) instead hex code.

Text Font Color

.myTextColor { color: #720468; }

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

This text font color is #720468.


Background Color

.myBgColor { background-color: #720468; }

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

This div background color is #720468.


Border color

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

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

This div border color is #720468.


Opacity

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

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

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

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

This text has shadow with #720468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720468 on black background.


Color preview on white background

This text has color #720468 on white background.



Black color preview on #720468 background

This text has black color on #720468 background.


White color preview on #720468 background

This text has white color on #720468 background.