COLOR #724898

HEX: #724898
RGB: (114,72,152)

Color info

#724898 contains mainly red and blue colors. Web safe color of #724898 is #663399 (or #639).

RGB color model

#724898 color RGB value is (114,72,152).

  • red value is 114;
  • green value is 72;
  • blue value is 152.
RGB:
(114,72,152)
(45%,28%,60%)

RGB channels and saturation

R 114 of 255 = 45%
G 72 of 255 = 28%
B 152 of 255 = 60%

114
72
152

R + G + B ~ 44%. #724898 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 72 + 152 = 338 (100%)
R 114 of 338 ~ 33.73%
G 72 of 338 ~ 21.3%
B 152 of 338 ~ 44.97%

%33.73
%21.3
%44.97

CMYK color model

#724898 color CMYK value is (25,53,0,40).

  • cyan value is 25.00%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(25,53,0,40)
C25M53Y0K40 
(25%,53%,0%,40%)
(0.25/0.53/0.00/0.40)	

CMYK percentages

%25
%52.63
%0
%40.39

Codes

Color #724898 in popluar color models

724898
RGB11472152
HSL272°35.71%43.92%
HSB/HSV272°52.63%59.61%
CMYK25.00%52.63%0.00%
40.39%

Color #724898 in popluar number systems.

HEX724898
Decimal11472152
Binary1110010100100010011000
Octal162110230

Shades and tints

Shades of #724898

#724898
(114,72,152)
#68428B
(104,66,139)
#5E3C7E
(94,60,126)
#543671
(84,54,113)
#4A3064
(74,48,100)
#402A57
(64,42,87)
#36244A
(54,36,74)
#2C1E3D
(44,30,61)
#221830
(34,24,48)
#181223
(24,18,35)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #724898

#724898
(114,72,152)
#7E58A1
(126,88,161)
#8A68AA
(138,104,170)
#9678B3
(150,120,179)
#A288BC
(162,136,188)
#AE98C5
(174,152,197)
#BAA8CE
(186,168,206)
#C6B8D7
(198,184,215)
#D2C8E0
(210,200,224)
#DED8E9
(222,216,233)
#EAE8F2
(234,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724898 color. Also use rgb(114,72,152) instead hex code.

Text Font Color

.myTextColor { color: #724898; }

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

This text font color is #724898.


Background Color

.myBgColor { background-color: #724898; }

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

This div background color is #724898.


Border color

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

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

This div border color is #724898.


Opacity

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

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

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

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

This text has shadow with #724898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724898 on black background.


Color preview on white background

This text has color #724898 on white background.



Black color preview on #724898 background

This text has black color on #724898 background.


White color preview on #724898 background

This text has white color on #724898 background.