COLOR #73317B

HEX: #73317B
RGB: (115,49,123)

Color info

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

RGB color model

#73317B color RGB value is (115,49,123).

  • red value is 115;
  • green value is 49;
  • blue value is 123.
RGB:
(115,49,123)
(45%,19%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 49 of 255 = 19%
B 123 of 255 = 48%

115
49
123

R + G + B ~ 37%. #73317B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 49 + 123 = 287 (100%)
R 115 of 287 ~ 40.07%
G 49 of 287 ~ 17.07%
B 123 of 287 ~ 42.86%

%40.07
%17.07
%42.86

CMYK color model

#73317B color CMYK value is (7,60,0,52).

  • cyan value is 6.50%
  • magenta value is 60.16%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,60,0,52)
C7M60Y0K52 
(7%,60%,0%,52%)
(0.07/0.60/0.00/0.52)	

CMYK percentages

%6.5
%60.16
%0
%51.76

Codes

Color #73317B in popluar color models

73317B
RGB11549123
HSL294°43.02%33.73%
HSB/HSV294°60.16%48.24%
CMYK6.50%60.16%0.00%
51.76%

Color #73317B in popluar number systems.

HEX73317B
Decimal11549123
Binary11100111100011111011
Octal16361173

Shades and tints

Shades of #73317B

#73317B
(115,49,123)
#692D70
(105,45,112)
#5F2965
(95,41,101)
#55255A
(85,37,90)
#4B214F
(75,33,79)
#411D44
(65,29,68)
#371939
(55,25,57)
#2D152E
(45,21,46)
#231123
(35,17,35)
#190D18
(25,13,24)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #73317B

#73317B
(115,49,123)
#7F4387
(127,67,135)
#8B5593
(139,85,147)
#97679F
(151,103,159)
#A379AB
(163,121,171)
#AF8BB7
(175,139,183)
#BB9DC3
(187,157,195)
#C7AFCF
(199,175,207)
#D3C1DB
(211,193,219)
#DFD3E7
(223,211,231)
#EBE5F3
(235,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73317B color. Also use rgb(115,49,123) instead hex code.

Text Font Color

.myTextColor { color: #73317B; }

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

This text font color is #73317B.


Background Color

.myBgColor { background-color: #73317B; }

<div style="background-color:#73317B">Inner text</div>

This div background color is #73317B.


Border color

.myBorderColor { border: 1px solid #73317B; }

<div style="border:3px solid #73317B">Div</div>

This div border color is #73317B.


Opacity

.myOpacity80 { color: #73317B; opacity: 0.8; }

<p style="color:#73317B;opacity:0.8;">80%</p>

Text with #73317B 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 #73317B;}

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

This text has shadow with #73317B color.

.textShadow {text-shadow: 3px 3px 1px #73317B, 3px 3px 1px red;}

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

This text has shadow with #73317B primary color and red secondary color.


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

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

This text has shadow with #73317B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73317B on black background.


Color preview on white background

This text has color #73317B on white background.



Black color preview on #73317B background

This text has black color on #73317B background.


White color preview on #73317B background

This text has white color on #73317B background.