COLOR #724F90

HEX: #724F90
RGB: (114,79,144)

Color info

#724F90 contains mainly red and blue colors. Web safe color of #724F90 is #666699 (or #669).

RGB color model

#724F90 color RGB value is (114,79,144).

  • red value is 114;
  • green value is 79;
  • blue value is 144.
RGB:
(114,79,144)
(45%,31%,56%)

RGB channels and saturation

R 114 of 255 = 45%
G 79 of 255 = 31%
B 144 of 255 = 56%

114
79
144

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

Portions of RGB colors in percentages

R + G + B =
114 + 79 + 144 = 337 (100%)
R 114 of 337 ~ 33.83%
G 79 of 337 ~ 23.44%
B 144 of 337 ~ 42.73%

%33.83
%23.44
%42.73

CMYK color model

#724F90 color CMYK value is (21,45,0,44).

  • cyan value is 20.83%
  • magenta value is 45.14%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(21,45,0,44)
C21M45Y0K44 
(21%,45%,0%,44%)
(0.21/0.45/0.00/0.44)	

CMYK percentages

%20.83
%45.14
%0
%43.53

Codes

Color #724F90 in popluar color models

724F90
RGB11479144
HSL272°29.15%43.73%
HSB/HSV272°45.14%56.47%
CMYK20.83%45.14%0.00%
43.53%

Color #724F90 in popluar number systems.

HEX724F90
Decimal11479144
Binary1110010100111110010000
Octal162117220

Shades and tints

Shades of #724F90

#724F90
(114,79,144)
#684883
(104,72,131)
#5E4176
(94,65,118)
#543A69
(84,58,105)
#4A335C
(74,51,92)
#402C4F
(64,44,79)
#362542
(54,37,66)
#2C1E35
(44,30,53)
#221728
(34,23,40)
#18101B
(24,16,27)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #724F90

#724F90
(114,79,144)
#7E5F9A
(126,95,154)
#8A6FA4
(138,111,164)
#967FAE
(150,127,174)
#A28FB8
(162,143,184)
#AE9FC2
(174,159,194)
#BAAFCC
(186,175,204)
#C6BFD6
(198,191,214)
#D2CFE0
(210,207,224)
#DEDFEA
(222,223,234)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724F90 color. Also use rgb(114,79,144) instead hex code.

Text Font Color

.myTextColor { color: #724F90; }

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

This text font color is #724F90.


Background Color

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

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

This div background color is #724F90.


Border color

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

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

This div border color is #724F90.


Opacity

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

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

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

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

This text has shadow with #724F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724F90 on black background.


Color preview on white background

This text has color #724F90 on white background.



Black color preview on #724F90 background

This text has black color on #724F90 background.


White color preview on #724F90 background

This text has white color on #724F90 background.