COLOR #731D9D

HEX: #731D9D
RGB: (115,29,157)

Color info

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

RGB color model

#731D9D color RGB value is (115,29,157).

  • red value is 115;
  • green value is 29;
  • blue value is 157.
RGB:
(115,29,157)
(45%,11%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 29 of 255 = 11%
B 157 of 255 = 62%

115
29
157

R + G + B ~ 39%. #731D9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 29 + 157 = 301 (100%)
R 115 of 301 ~ 38.21%
G 29 of 301 ~ 9.63%
B 157 of 301 ~ 52.16%

%38.21
%9.63
%52.16

CMYK color model

#731D9D color CMYK value is (27,82,0,38).

  • cyan value is 26.75%
  • magenta value is 81.53%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(27,82,0,38)
C27M82Y0K38 
(27%,82%,0%,38%)
(0.27/0.82/0.00/0.38)	

CMYK percentages

%26.75
%81.53
%0
%38.43

Codes

Color #731D9D in popluar color models

731D9D
RGB11529157
HSL280°68.82%36.47%
HSB/HSV280°81.53%61.57%
CMYK26.75%81.53%0.00%
38.43%

Color #731D9D in popluar number systems.

HEX731D9D
Decimal11529157
Binary11100111110110011101
Octal16335235

Shades and tints

Shades of #731D9D

#731D9D
(115,29,157)
#691B8F
(105,27,143)
#5F1981
(95,25,129)
#551773
(85,23,115)
#4B1565
(75,21,101)
#411357
(65,19,87)
#371149
(55,17,73)
#2D0F3B
(45,15,59)
#230D2D
(35,13,45)
#190B1F
(25,11,31)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #731D9D

#731D9D
(115,29,157)
#7F31A5
(127,49,165)
#8B45AD
(139,69,173)
#9759B5
(151,89,181)
#A36DBD
(163,109,189)
#AF81C5
(175,129,197)
#BB95CD
(187,149,205)
#C7A9D5
(199,169,213)
#D3BDDD
(211,189,221)
#DFD1E5
(223,209,229)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #731D9D; }

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

This text font color is #731D9D.


Background Color

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

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

This div background color is #731D9D.


Border color

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

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

This div border color is #731D9D.


Opacity

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

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

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

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

This text has shadow with #731D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731D9D on black background.


Color preview on white background

This text has color #731D9D on white background.



Black color preview on #731D9D background

This text has black color on #731D9D background.


White color preview on #731D9D background

This text has white color on #731D9D background.