COLOR #724982

HEX: #724982
RGB: (114,73,130)

Color info

#724982 contains red, green and blue colors in about the same proportion. Web safe color of #724982 is #663399 (or #639).

RGB color model

#724982 color RGB value is (114,73,130).

  • red value is 114;
  • green value is 73;
  • blue value is 130.
RGB:
(114,73,130)
(45%,29%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 73 of 255 = 29%
B 130 of 255 = 51%

114
73
130

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

Portions of RGB colors in percentages

R + G + B =
114 + 73 + 130 = 317 (100%)
R 114 of 317 ~ 35.96%
G 73 of 317 ~ 23.03%
B 130 of 317 ~ 41.01%

%35.96
%23.03
%41.01

CMYK color model

#724982 color CMYK value is (12,44,0,49).

  • cyan value is 12.31%
  • magenta value is 43.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(12,44,0,49)
C12M44Y0K49 
(12%,44%,0%,49%)
(0.12/0.44/0.00/0.49)	

CMYK percentages

%12.31
%43.85
%0
%49.02

Codes

Color #724982 in popluar color models

724982
RGB11473130
HSL283°28.08%39.80%
HSB/HSV283°43.85%50.98%
CMYK12.31%43.85%0.00%
49.02%

Color #724982 in popluar number systems.

HEX724982
Decimal11473130
Binary1110010100100110000010
Octal162111202

Shades and tints

Shades of #724982

#724982
(114,73,130)
#684377
(104,67,119)
#5E3D6C
(94,61,108)
#543761
(84,55,97)
#4A3156
(74,49,86)
#402B4B
(64,43,75)
#362540
(54,37,64)
#2C1F35
(44,31,53)
#22192A
(34,25,42)
#18131F
(24,19,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #724982

#724982
(114,73,130)
#7E598D
(126,89,141)
#8A6998
(138,105,152)
#9679A3
(150,121,163)
#A289AE
(162,137,174)
#AE99B9
(174,153,185)
#BAA9C4
(186,169,196)
#C6B9CF
(198,185,207)
#D2C9DA
(210,201,218)
#DED9E5
(222,217,229)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724982 color. Also use rgb(114,73,130) instead hex code.

Text Font Color

.myTextColor { color: #724982; }

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

This text font color is #724982.


Background Color

.myBgColor { background-color: #724982; }

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

This div background color is #724982.


Border color

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

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

This div border color is #724982.


Opacity

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

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

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

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

This text has shadow with #724982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724982 on black background.


Color preview on white background

This text has color #724982 on white background.



Black color preview on #724982 background

This text has black color on #724982 background.


White color preview on #724982 background

This text has white color on #724982 background.