COLOR #723D95

HEX: #723D95
RGB: (114,61,149)

Color info

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

RGB color model

#723D95 color RGB value is (114,61,149).

  • red value is 114;
  • green value is 61;
  • blue value is 149.
RGB:
(114,61,149)
(45%,24%,58%)

RGB channels and saturation

R 114 of 255 = 45%
G 61 of 255 = 24%
B 149 of 255 = 58%

114
61
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 61 + 149 = 324 (100%)
R 114 of 324 ~ 35.19%
G 61 of 324 ~ 18.83%
B 149 of 324 ~ 45.99%

%35.19
%18.83
%45.99

CMYK color model

#723D95 color CMYK value is (23,59,0,42).

  • cyan value is 23.49%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(23,59,0,42)
C23M59Y0K42 
(23%,59%,0%,42%)
(0.23/0.59/0.00/0.42)	

CMYK percentages

%23.49
%59.06
%0
%41.57

Codes

Color #723D95 in popluar color models

723D95
RGB11461149
HSL276°41.90%41.18%
HSB/HSV276°59.06%58.43%
CMYK23.49%59.06%0.00%
41.57%

Color #723D95 in popluar number systems.

HEX723D95
Decimal11461149
Binary111001011110110010101
Octal16275225

Shades and tints

Shades of #723D95

#723D95
(114,61,149)
#683888
(104,56,136)
#5E337B
(94,51,123)
#542E6E
(84,46,110)
#4A2961
(74,41,97)
#402454
(64,36,84)
#361F47
(54,31,71)
#2C1A3A
(44,26,58)
#22152D
(34,21,45)
#181020
(24,16,32)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #723D95

#723D95
(114,61,149)
#7E4E9E
(126,78,158)
#8A5FA7
(138,95,167)
#9670B0
(150,112,176)
#A281B9
(162,129,185)
#AE92C2
(174,146,194)
#BAA3CB
(186,163,203)
#C6B4D4
(198,180,212)
#D2C5DD
(210,197,221)
#DED6E6
(222,214,230)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723D95 color. Also use rgb(114,61,149) instead hex code.

Text Font Color

.myTextColor { color: #723D95; }

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

This text font color is #723D95.


Background Color

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

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

This div background color is #723D95.


Border color

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

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

This div border color is #723D95.


Opacity

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

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

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

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

This text has shadow with #723D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723D95 on black background.


Color preview on white background

This text has color #723D95 on white background.



Black color preview on #723D95 background

This text has black color on #723D95 background.


White color preview on #723D95 background

This text has white color on #723D95 background.