COLOR #731F6D

HEX: #731F6D
RGB: (115,31,109)

Color info

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

RGB color model

#731F6D color RGB value is (115,31,109).

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

RGB channels and saturation

R 115 of 255 = 45%
G 31 of 255 = 12%
B 109 of 255 = 43%

115
31
109

R + G + B ~ 33%. #731F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 31 + 109 = 255 (100%)
R 115 of 255 ~ 45.1%
G 31 of 255 ~ 12.16%
B 109 of 255 ~ 42.75%

%45.1
%12.16
%42.75

CMYK color model

#731F6D color CMYK value is (0,73,5,55).

  • cyan value is 0.00%
  • magenta value is 73.04%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(0,73,5,55)
C0M73Y5K55 
(0%,73%,5%,55%)
(0.00/0.73/0.05/0.55)	

CMYK percentages

%0
%73.04
%5.22
%54.9

Codes

Color #731F6D in popluar color models

731F6D
RGB11531109
HSL304°57.53%28.63%
HSB/HSV304°73.04%45.10%
CMYK0.00%73.04%5.22%
54.90%

Color #731F6D in popluar number systems.

HEX731F6D
Decimal11531109
Binary1110011111111101101
Octal16337155

Shades and tints

Shades of #731F6D

#731F6D
(115,31,109)
#691D64
(105,29,100)
#5F1B5B
(95,27,91)
#551952
(85,25,82)
#4B1749
(75,23,73)
#411540
(65,21,64)
#371337
(55,19,55)
#2D112E
(45,17,46)
#230F25
(35,15,37)
#190D1C
(25,13,28)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #731F6D

#731F6D
(115,31,109)
#7F337A
(127,51,122)
#8B4787
(139,71,135)
#975B94
(151,91,148)
#A36FA1
(163,111,161)
#AF83AE
(175,131,174)
#BB97BB
(187,151,187)
#C7ABC8
(199,171,200)
#D3BFD5
(211,191,213)
#DFD3E2
(223,211,226)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #731F6D; }

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

This text font color is #731F6D.


Background Color

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

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

This div background color is #731F6D.


Border color

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

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

This div border color is #731F6D.


Opacity

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

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

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

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

This text has shadow with #731F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731F6D on black background.


Color preview on white background

This text has color #731F6D on white background.



Black color preview on #731F6D background

This text has black color on #731F6D background.


White color preview on #731F6D background

This text has white color on #731F6D background.