COLOR #724B96

HEX: #724B96
RGB: (114,75,150)

Color info

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

RGB color model

#724B96 color RGB value is (114,75,150).

  • red value is 114;
  • green value is 75;
  • blue value is 150.
RGB:
(114,75,150)
(45%,29%,59%)

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 150 of 255 = 59%

114
75
150

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

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 150 = 339 (100%)
R 114 of 339 ~ 33.63%
G 75 of 339 ~ 22.12%
B 150 of 339 ~ 44.25%

%33.63
%22.12
%44.25

CMYK color model

#724B96 color CMYK value is (24,50,0,41).

  • cyan value is 24.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(24,50,0,41)
C24M50Y0K41 
(24%,50%,0%,41%)
(0.24/0.50/0.00/0.41)	

CMYK percentages

%24
%50
%0
%41.18

Codes

Color #724B96 in popluar color models

724B96
RGB11475150
HSL271°33.33%44.12%
HSB/HSV271°50.00%58.82%
CMYK24.00%50.00%0.00%
41.18%

Color #724B96 in popluar number systems.

HEX724B96
Decimal11475150
Binary1110010100101110010110
Octal162113226

Shades and tints

Shades of #724B96

#724B96
(114,75,150)
#684589
(104,69,137)
#5E3F7C
(94,63,124)
#54396F
(84,57,111)
#4A3362
(74,51,98)
#402D55
(64,45,85)
#362748
(54,39,72)
#2C213B
(44,33,59)
#221B2E
(34,27,46)
#181521
(24,21,33)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #724B96

#724B96
(114,75,150)
#7E5B9F
(126,91,159)
#8A6BA8
(138,107,168)
#967BB1
(150,123,177)
#A28BBA
(162,139,186)
#AE9BC3
(174,155,195)
#BAABCC
(186,171,204)
#C6BBD5
(198,187,213)
#D2CBDE
(210,203,222)
#DEDBE7
(222,219,231)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724B96 color. Also use rgb(114,75,150) instead hex code.

Text Font Color

.myTextColor { color: #724B96; }

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

This text font color is #724B96.


Background Color

.myBgColor { background-color: #724B96; }

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

This div background color is #724B96.


Border color

.myBorderColor { border: 1px solid #724B96; }

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

This div border color is #724B96.


Opacity

.myOpacity80 { color: #724B96; opacity: 0.8; }

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

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

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

This text has shadow with #724B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B96 on black background.


Color preview on white background

This text has color #724B96 on white background.



Black color preview on #724B96 background

This text has black color on #724B96 background.


White color preview on #724B96 background

This text has white color on #724B96 background.