COLOR #724A8D

HEX: #724A8D
RGB: (114,74,141)

Color info

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

RGB color model

#724A8D color RGB value is (114,74,141).

  • red value is 114;
  • green value is 74;
  • blue value is 141.
RGB:
(114,74,141)
(45%,29%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 141 of 255 = 55%

114
74
141

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

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 141 = 329 (100%)
R 114 of 329 ~ 34.65%
G 74 of 329 ~ 22.49%
B 141 of 329 ~ 42.86%

%34.65
%22.49
%42.86

CMYK color model

#724A8D color CMYK value is (19,48,0,45).

  • cyan value is 19.15%
  • magenta value is 47.52%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(19,48,0,45)
C19M48Y0K45 
(19%,48%,0%,45%)
(0.19/0.48/0.00/0.45)	

CMYK percentages

%19.15
%47.52
%0
%44.71

Codes

Color #724A8D in popluar color models

724A8D
RGB11474141
HSL276°31.16%42.16%
HSB/HSV276°47.52%55.29%
CMYK19.15%47.52%0.00%
44.71%

Color #724A8D in popluar number systems.

HEX724A8D
Decimal11474141
Binary1110010100101010001101
Octal162112215

Shades and tints

Shades of #724A8D

#724A8D
(114,74,141)
#684481
(104,68,129)
#5E3E75
(94,62,117)
#543869
(84,56,105)
#4A325D
(74,50,93)
#402C51
(64,44,81)
#362645
(54,38,69)
#2C2039
(44,32,57)
#221A2D
(34,26,45)
#181421
(24,20,33)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #724A8D

#724A8D
(114,74,141)
#7E5A97
(126,90,151)
#8A6AA1
(138,106,161)
#967AAB
(150,122,171)
#A28AB5
(162,138,181)
#AE9ABF
(174,154,191)
#BAAAC9
(186,170,201)
#C6BAD3
(198,186,211)
#D2CADD
(210,202,221)
#DEDAE7
(222,218,231)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724A8D color. Also use rgb(114,74,141) instead hex code.

Text Font Color

.myTextColor { color: #724A8D; }

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

This text font color is #724A8D.


Background Color

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

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

This div background color is #724A8D.


Border color

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

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

This div border color is #724A8D.


Opacity

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

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

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

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

This text has shadow with #724A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724A8D on black background.


Color preview on white background

This text has color #724A8D on white background.



Black color preview on #724A8D background

This text has black color on #724A8D background.


White color preview on #724A8D background

This text has white color on #724A8D background.