COLOR #73357F

HEX: #73357F
RGB: (115,53,127)

Color info

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

RGB color model

#73357F color RGB value is (115,53,127).

  • red value is 115;
  • green value is 53;
  • blue value is 127.
RGB:
(115,53,127)
(45%,21%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 53 of 255 = 21%
B 127 of 255 = 50%

115
53
127

R + G + B ~ 39%. #73357F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 53 + 127 = 295 (100%)
R 115 of 295 ~ 38.98%
G 53 of 295 ~ 17.97%
B 127 of 295 ~ 43.05%

%38.98
%17.97
%43.05

CMYK color model

#73357F color CMYK value is (9,58,0,50).

  • cyan value is 9.45%
  • magenta value is 58.27%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,58,0,50)
C9M58Y0K50 
(9%,58%,0%,50%)
(0.09/0.58/0.00/0.50)	

CMYK percentages

%9.45
%58.27
%0
%50.2

Codes

Color #73357F in popluar color models

73357F
RGB11553127
HSL290°41.11%35.29%
HSB/HSV290°58.27%49.80%
CMYK9.45%58.27%0.00%
50.20%

Color #73357F in popluar number systems.

HEX73357F
Decimal11553127
Binary11100111101011111111
Octal16365177

Shades and tints

Shades of #73357F

#73357F
(115,53,127)
#693174
(105,49,116)
#5F2D69
(95,45,105)
#55295E
(85,41,94)
#4B2553
(75,37,83)
#412148
(65,33,72)
#371D3D
(55,29,61)
#2D1932
(45,25,50)
#231527
(35,21,39)
#19111C
(25,17,28)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #73357F

#73357F
(115,53,127)
#7F478A
(127,71,138)
#8B5995
(139,89,149)
#976BA0
(151,107,160)
#A37DAB
(163,125,171)
#AF8FB6
(175,143,182)
#BBA1C1
(187,161,193)
#C7B3CC
(199,179,204)
#D3C5D7
(211,197,215)
#DFD7E2
(223,215,226)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73357F color. Also use rgb(115,53,127) instead hex code.

Text Font Color

.myTextColor { color: #73357F; }

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

This text font color is #73357F.


Background Color

.myBgColor { background-color: #73357F; }

<div style="background-color:#73357F">Inner text</div>

This div background color is #73357F.


Border color

.myBorderColor { border: 1px solid #73357F; }

<div style="border:3px solid #73357F">Div</div>

This div border color is #73357F.


Opacity

.myOpacity80 { color: #73357F; opacity: 0.8; }

<p style="color:#73357F;opacity:0.8;">80%</p>

Text with #73357F 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 #73357F;}

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

This text has shadow with #73357F color.

.textShadow {text-shadow: 3px 3px 1px #73357F, 3px 3px 1px red;}

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

This text has shadow with #73357F primary color and red secondary color.


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

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

This text has shadow with #73357F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73357F on black background.


Color preview on white background

This text has color #73357F on white background.



Black color preview on #73357F background

This text has black color on #73357F background.


White color preview on #73357F background

This text has white color on #73357F background.