COLOR #724A93

HEX: #724A93 RGB: (114,74,147)

Color info

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

RGB color model

#724A93 color RGB value is (114,74,147).

RGB: (114,74,147) (45%, 29%, 58%)

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 147 of 255 = 58%

114
74
147

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

Portions of RGB colors in percentages

R + G + B = 114 + 74 + 147 = 335 (100%)
R 114 of 335 ~ 34.03%
G 74 of 335 ~ 22.09%
B 147 of 335 ~ 43.88'%

%34.03
%22.09
%43.88

CMYK color model

#724A93 color CMYK value is (22,50,0,42).

  • cyan value is 22.45%
  • magenta value is 49.66%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (22,50,0,42)
C22M50Y0K42 (22%, 50%, 0%, 42%)
(0.22 / 0.50 / 0.00 / 0.42)

CMYK percentages

%22.45
%49.66
%0
%42.35

Codes

Color #724A93 in popluar color models

72 4A 93
RGB 114 74 147
HSL 273° 33.03% 43.33%
HSB/HSV 273° 49.66% 57.65%
CMYK 22.45% 49.66% 0.00%
42.35%

Color #724A93 in popluar number systems.

HEX 72 4A 93
Decimal 114 74 147
Binary 1110010 1001010 10010011
Octal 162 112 223

Shades and tints

Shades of #724A93

#724A93
(114,74,147)
#684486
(104,68,134)
#5E3E79
(94,62,121)
#54386C
(84,56,108)
#4A325F
(74,50,95)
#402C52
(64,44,82)
#362645
(54,38,69)
#2C2038
(44,32,56)
#221A2B
(34,26,43)
#18141E
(24,20,30)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #724A93

#724A93
(114,74,147)
#7E5A9C
(126,90,156)
#8A6AA5
(138,106,165)
#967AAE
(150,122,174)
#A28AB7
(162,138,183)
#AE9AC0
(174,154,192)
#BAAAC9
(186,170,201)
#C6BAD2
(198,186,210)
#D2CADB
(210,202,219)
#DEDAE4
(222,218,228)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724A93; }

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

This text font color is #724A93.

Background Color

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

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

This div background color is #724A93.

Border color

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

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

This div border color is #724A93.

Opacity

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

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

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

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

This text has shadow with #724A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724A93.

Preview

Color preview on black background

This text has color #724A93 on black background.


Color preview on white background

This text has color #724A93 on white background.


Black color preview on #724A93 background

This text has black color on #724A93 background.


White color preview on #724A93 background

This text has white color on #724A93 background.


Related colors

Complementary color

Complementary color for #hex is #8DB56C.


I love getcolorcode.com

Triadic colors

1 #93724A and #4A9372 with #724A93 are triadic colors.

2 #934A72 and #4A7293 with #724A93 are triadic colors.