COLOR #723B88

HEX: #723B88
RGB: (114,59,136)

Color info

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

RGB color model

#723B88 color RGB value is (114,59,136).

  • red value is 114;
  • green value is 59;
  • blue value is 136.
RGB:
(114,59,136)
(45%,23%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 59 of 255 = 23%
B 136 of 255 = 53%

114
59
136

R + G + B ~ 40%. #723B88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 59 + 136 = 309 (100%)
R 114 of 309 ~ 36.89%
G 59 of 309 ~ 19.09%
B 136 of 309 ~ 44.01%

%36.89
%19.09
%44.01

CMYK color model

#723B88 color CMYK value is (16,57,0,47).

  • cyan value is 16.18%
  • magenta value is 56.62%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(16,57,0,47)
C16M57Y0K47 
(16%,57%,0%,47%)
(0.16/0.57/0.00/0.47)	

CMYK percentages

%16.18
%56.62
%0
%46.67

Codes

Color #723B88 in popluar color models

723B88
RGB11459136
HSL283°39.49%38.24%
HSB/HSV283°56.62%53.33%
CMYK16.18%56.62%0.00%
46.67%

Color #723B88 in popluar number systems.

HEX723B88
Decimal11459136
Binary111001011101110001000
Octal16273210

Shades and tints

Shades of #723B88

#723B88
(114,59,136)
#68367C
(104,54,124)
#5E3170
(94,49,112)
#542C64
(84,44,100)
#4A2758
(74,39,88)
#40224C
(64,34,76)
#361D40
(54,29,64)
#2C1834
(44,24,52)
#221328
(34,19,40)
#180E1C
(24,14,28)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #723B88

#723B88
(114,59,136)
#7E4C92
(126,76,146)
#8A5D9C
(138,93,156)
#966EA6
(150,110,166)
#A27FB0
(162,127,176)
#AE90BA
(174,144,186)
#BAA1C4
(186,161,196)
#C6B2CE
(198,178,206)
#D2C3D8
(210,195,216)
#DED4E2
(222,212,226)
#EAE5EC
(234,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723B88 color. Also use rgb(114,59,136) instead hex code.

Text Font Color

.myTextColor { color: #723B88; }

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

This text font color is #723B88.


Background Color

.myBgColor { background-color: #723B88; }

<div style="background-color:#723B88">Inner text</div>

This div background color is #723B88.


Border color

.myBorderColor { border: 1px solid #723B88; }

<div style="border:3px solid #723B88">Div</div>

This div border color is #723B88.


Opacity

.myOpacity80 { color: #723B88; opacity: 0.8; }

<p style="color:#723B88;opacity:0.8;">80%</p>

Text with #723B88 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 #723B88;}

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

This text has shadow with #723B88 color.

.textShadow {text-shadow: 3px 3px 1px #723B88, 3px 3px 1px red;}

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

This text has shadow with #723B88 primary color and red secondary color.


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

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

This text has shadow with #723B88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723B88 on black background.


Color preview on white background

This text has color #723B88 on white background.



Black color preview on #723B88 background

This text has black color on #723B88 background.


White color preview on #723B88 background

This text has white color on #723B88 background.