COLOR #731E73

HEX: #731E73
RGB: (115,30,115)

Color info

#731E73 contains mainly red and blue colors. Web safe color of #731E73 is #663366 (or #636).

RGB color model

#731E73 color RGB value is (115,30,115).

  • red value is 115;
  • green value is 30;
  • blue value is 115.
RGB:
(115,30,115)
(45%,12%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 30 of 255 = 12%
B 115 of 255 = 45%

115
30
115

R + G + B ~ 34%. #731E73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 30 + 115 = 260 (100%)
R 115 of 260 ~ 44.23%
G 30 of 260 ~ 11.54%
B 115 of 260 ~ 44.23%

%44.23
%11.54
%44.23

CMYK color model

#731E73 color CMYK value is (0,74,0,55).

  • cyan value is 0.00%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(0,74,0,55)
C0M74Y0K55 
(0%,74%,0%,55%)
(0.00/0.74/0.00/0.55)	

CMYK percentages

%0
%73.91
%0
%54.9

Codes

Color #731E73 in popluar color models

731E73
RGB11530115
HSL300°58.62%28.43%
HSB/HSV300°73.91%45.10%
CMYK0.00%73.91%0.00%
54.90%

Color #731E73 in popluar number systems.

HEX731E73
Decimal11530115
Binary1110011111101110011
Octal16336163

Shades and tints

Shades of #731E73

#731E73
(115,30,115)
#691C69
(105,28,105)
#5F1A5F
(95,26,95)
#551855
(85,24,85)
#4B164B
(75,22,75)
#411441
(65,20,65)
#371237
(55,18,55)
#2D102D
(45,16,45)
#230E23
(35,14,35)
#190C19
(25,12,25)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #731E73

#731E73
(115,30,115)
#7F327F
(127,50,127)
#8B468B
(139,70,139)
#975A97
(151,90,151)
#A36EA3
(163,110,163)
#AF82AF
(175,130,175)
#BB96BB
(187,150,187)
#C7AAC7
(199,170,199)
#D3BED3
(211,190,211)
#DFD2DF
(223,210,223)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731E73 color. Also use rgb(115,30,115) instead hex code.

Text Font Color

.myTextColor { color: #731E73; }

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

This text font color is #731E73.


Background Color

.myBgColor { background-color: #731E73; }

<div style="background-color:#731E73">Inner text</div>

This div background color is #731E73.


Border color

.myBorderColor { border: 1px solid #731E73; }

<div style="border:3px solid #731E73">Div</div>

This div border color is #731E73.


Opacity

.myOpacity80 { color: #731E73; opacity: 0.8; }

<p style="color:#731E73;opacity:0.8;">80%</p>

Text with #731E73 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 #731E73;}

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

This text has shadow with #731E73 color.

.textShadow {text-shadow: 3px 3px 1px #731E73, 3px 3px 1px red;}

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

This text has shadow with #731E73 primary color and red secondary color.


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

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

This text has shadow with #731E73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731E73 on black background.


Color preview on white background

This text has color #731E73 on white background.



Black color preview on #731E73 background

This text has black color on #731E73 background.


White color preview on #731E73 background

This text has white color on #731E73 background.