COLOR #724581

HEX: #724581
RGB: (114,69,129)

Color info

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

RGB color model

#724581 color RGB value is (114,69,129).

  • red value is 114;
  • green value is 69;
  • blue value is 129.
RGB:
(114,69,129)
(45%,27%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 69 of 255 = 27%
B 129 of 255 = 51%

114
69
129

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

Portions of RGB colors in percentages

R + G + B =
114 + 69 + 129 = 312 (100%)
R 114 of 312 ~ 36.54%
G 69 of 312 ~ 22.12%
B 129 of 312 ~ 41.35%

%36.54
%22.12
%41.35

CMYK color model

#724581 color CMYK value is (12,47,0,49).

  • cyan value is 11.63%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(12,47,0,49)
C12M47Y0K49 
(12%,47%,0%,49%)
(0.12/0.47/0.00/0.49)	

CMYK percentages

%11.63
%46.51
%0
%49.41

Codes

Color #724581 in popluar color models

724581
RGB11469129
HSL285°30.30%38.82%
HSB/HSV285°46.51%50.59%
CMYK11.63%46.51%0.00%
49.41%

Color #724581 in popluar number systems.

HEX724581
Decimal11469129
Binary1110010100010110000001
Octal162105201

Shades and tints

Shades of #724581

#724581
(114,69,129)
#683F76
(104,63,118)
#5E396B
(94,57,107)
#543360
(84,51,96)
#4A2D55
(74,45,85)
#40274A
(64,39,74)
#36213F
(54,33,63)
#2C1B34
(44,27,52)
#221529
(34,21,41)
#180F1E
(24,15,30)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #724581

#724581
(114,69,129)
#7E558C
(126,85,140)
#8A6597
(138,101,151)
#9675A2
(150,117,162)
#A285AD
(162,133,173)
#AE95B8
(174,149,184)
#BAA5C3
(186,165,195)
#C6B5CE
(198,181,206)
#D2C5D9
(210,197,217)
#DED5E4
(222,213,228)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724581 color. Also use rgb(114,69,129) instead hex code.

Text Font Color

.myTextColor { color: #724581; }

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

This text font color is #724581.


Background Color

.myBgColor { background-color: #724581; }

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

This div background color is #724581.


Border color

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

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

This div border color is #724581.


Opacity

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

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

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

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

This text has shadow with #724581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724581 on black background.


Color preview on white background

This text has color #724581 on white background.



Black color preview on #724581 background

This text has black color on #724581 background.


White color preview on #724581 background

This text has white color on #724581 background.