COLOR #73508F

HEX: #73508F RGB: (115,80,143)

Color info

#73508F contains mainly red and blue colors. Web safe color of #73508F is #666699 (or #669).

RGB color model

#73508F color RGB value is (115,80,143).

RGB: (115,80,143) (45%, 31%, 56%)

RGB channels and saturation

R 115 of 255 = 45%
G 80 of 255 = 31%
B 143 of 255 = 56%

115
80
143

R + G + B ~ 44%. #73508F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 80 + 143 = 338 (100%)
R 115 of 338 ~ 34.02%
G 80 of 338 ~ 23.67%
B 143 of 338 ~ 42.31'%

%34.02
%23.67
%42.31

CMYK color model

#73508F color CMYK value is (20,44,0,44).

  • cyan value is 19.58%
  • magenta value is 44.06%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (20,44,0,44)
C20M44Y0K44 (20%, 44%, 0%, 44%)
(0.20 / 0.44 / 0.00 / 0.44)

CMYK percentages

%19.58
%44.06
%0
%43.92

Codes

Color #73508F in popluar color models

73 50 8F
RGB 115 80 143
HSL 273° 28.25% 43.73%
HSB/HSV 273° 44.06% 56.08%
CMYK 19.58% 44.06% 0.00%
43.92%

Color #73508F in popluar number systems.

HEX 73 50 8F
Decimal 115 80 143
Binary 1110011 1010000 10001111
Octal 163 120 217

Shades and tints

Shades of #73508F

#73508F
(115,80,143)
#694982
(105,73,130)
#5F4275
(95,66,117)
#553B68
(85,59,104)
#4B345B
(75,52,91)
#412D4E
(65,45,78)
#372641
(55,38,65)
#2D1F34
(45,31,52)
#231827
(35,24,39)
#19111A
(25,17,26)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #73508F

#73508F
(115,80,143)
#7F5F99
(127,95,153)
#8B6EA3
(139,110,163)
#977DAD
(151,125,173)
#A38CB7
(163,140,183)
#AF9BC1
(175,155,193)
#BBAACB
(187,170,203)
#C7B9D5
(199,185,213)
#D3C8DF
(211,200,223)
#DFD7E9
(223,215,233)
#EBE6F3
(235,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73508F color. Also use rgb(115,80,143) instead hex code.

Text Font Color

.myTextColor { color: #73508F; }

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

This text font color is #73508F.

Background Color

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

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

This div background color is #73508F.

Border color

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

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

This div border color is #73508F.

Opacity

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

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

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

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

This text has shadow with #73508F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73508F.

Preview

Color preview on black background

This text has color #73508F on black background.


Color preview on white background

This text has color #73508F on white background.


Black color preview on #73508F background

This text has black color on #73508F background.


White color preview on #73508F background

This text has white color on #73508F background.


Related colors

Complementary color

Complementary color for #hex is #8CAF70.


I love getcolorcode.com

Triadic colors

1 #8F7350 and #508F73 with #73508F are triadic colors.

2 #8F5073 and #50738F with #73508F are triadic colors.