COLOR #731C58

HEX: #731C58
RGB: (115,28,88)

Color info

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

RGB color model

#731C58 color RGB value is (115,28,88).

  • red value is 115;
  • green value is 28;
  • blue value is 88.
RGB:
(115,28,88)
(45%,11%,35%)

RGB channels and saturation

R 115 of 255 = 45%
G 28 of 255 = 11%
B 88 of 255 = 35%

115
28
88

R + G + B ~ 30%. #731C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 28 + 88 = 231 (100%)
R 115 of 231 ~ 49.78%
G 28 of 231 ~ 12.12%
B 88 of 231 ~ 38.1%

%49.78
%12.12
%38.1

CMYK color model

#731C58 color CMYK value is (0,76,23,55).

  • cyan value is 0.00%
  • magenta value is 75.65%
  • yellow value is 23.48%
  • key color value is 54.90%
CMYK:
(0,76,23,55)
C0M76Y23K55 
(0%,76%,23%,55%)
(0.00/0.76/0.23/0.55)	

CMYK percentages

%0
%75.65
%23.48
%54.9

Codes

Color #731C58 in popluar color models

731C58
RGB1152888
HSL319°60.84%28.04%
HSB/HSV319°75.65%45.10%
CMYK0.00%75.65%23.48%
54.90%

Color #731C58 in popluar number systems.

HEX731C58
Decimal1152888
Binary1110011111001011000
Octal16334130

Shades and tints

Shades of #731C58

#731C58
(115,28,88)
#691A50
(105,26,80)
#5F1848
(95,24,72)
#551640
(85,22,64)
#4B1438
(75,20,56)
#411230
(65,18,48)
#371028
(55,16,40)
#2D0E20
(45,14,32)
#230C18
(35,12,24)
#190A10
(25,10,16)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #731C58

#731C58
(115,28,88)
#7F3067
(127,48,103)
#8B4476
(139,68,118)
#975885
(151,88,133)
#A36C94
(163,108,148)
#AF80A3
(175,128,163)
#BB94B2
(187,148,178)
#C7A8C1
(199,168,193)
#D3BCD0
(211,188,208)
#DFD0DF
(223,208,223)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #731C58; }

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

This text font color is #731C58.


Background Color

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

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

This div background color is #731C58.


Border color

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

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

This div border color is #731C58.


Opacity

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

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

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

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

This text has shadow with #731C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731C58 on black background.


Color preview on white background

This text has color #731C58 on white background.



Black color preview on #731C58 background

This text has black color on #731C58 background.


White color preview on #731C58 background

This text has white color on #731C58 background.