COLOR #724B8B

HEX: #724B8B RGB: (114,75,139)

Color info

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

RGB color model

#724B8B color RGB value is (114,75,139).

RGB: (114,75,139) (45%, 29%, 55%)

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 139 of 255 = 55%

114
75
139

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

Portions of RGB colors in percentages

R + G + B = 114 + 75 + 139 = 328 (100%)
R 114 of 328 ~ 34.76%
G 75 of 328 ~ 22.87%
B 139 of 328 ~ 42.38'%

%34.76
%22.87
%42.38

CMYK color model

#724B8B color CMYK value is (18,46,0,45).

  • cyan value is 17.99%
  • magenta value is 46.04%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (18,46,0,45)
C18M46Y0K45 (18%, 46%, 0%, 45%)
(0.18 / 0.46 / 0.00 / 0.45)

CMYK percentages

%17.99
%46.04
%0
%45.49

Codes

Color #724B8B in popluar color models

72 4B 8B
RGB 114 75 139
HSL 277° 29.91% 41.96%
HSB/HSV 277° 46.04% 54.51%
CMYK 17.99% 46.04% 0.00%
45.49%

Color #724B8B in popluar number systems.

HEX 72 4B 8B
Decimal 114 75 139
Binary 1110010 1001011 10001011
Octal 162 113 213

Shades and tints

Shades of #724B8B

#724B8B
(114,75,139)
#68457F
(104,69,127)
#5E3F73
(94,63,115)
#543967
(84,57,103)
#4A335B
(74,51,91)
#402D4F
(64,45,79)
#362743
(54,39,67)
#2C2137
(44,33,55)
#221B2B
(34,27,43)
#18151F
(24,21,31)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #724B8B

#724B8B
(114,75,139)
#7E5B95
(126,91,149)
#8A6B9F
(138,107,159)
#967BA9
(150,123,169)
#A28BB3
(162,139,179)
#AE9BBD
(174,155,189)
#BAABC7
(186,171,199)
#C6BBD1
(198,187,209)
#D2CBDB
(210,203,219)
#DEDBE5
(222,219,229)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724B8B; }

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

This text font color is #724B8B.

Background Color

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

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

This div background color is #724B8B.

Border color

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

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

This div border color is #724B8B.

Opacity

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

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

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

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

This text has shadow with #724B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724B8B.

Preview

Color preview on black background

This text has color #724B8B on black background.


Color preview on white background

This text has color #724B8B on white background.


Black color preview on #724B8B background

This text has black color on #724B8B background.


White color preview on #724B8B background

This text has white color on #724B8B background.


Related colors

Complementary color

Complementary color for #hex is #8DB474.


I love getcolorcode.com

Triadic colors

1 #8B724B and #4B8B72 with #724B8B are triadic colors.

2 #8B4B72 and #4B728B with #724B8B are triadic colors.