COLOR #73599C

HEX: #73599C
RGB: (115,89,156)

Color info

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

RGB color model

#73599C color RGB value is (115,89,156).

  • red value is 115;
  • green value is 89;
  • blue value is 156.
RGB:
(115,89,156)
(45%,35%,61%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 156 of 255 = 61%

115
89
156

R + G + B ~ 47%. #73599C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 156 = 360 (100%)
R 115 of 360 ~ 31.94%
G 89 of 360 ~ 24.72%
B 156 of 360 ~ 43.33%

%31.94
%24.72
%43.33

CMYK color model

#73599C color CMYK value is (26,43,0,39).

  • cyan value is 26.28%
  • magenta value is 42.95%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(26,43,0,39)
C26M43Y0K39 
(26%,43%,0%,39%)
(0.26/0.43/0.00/0.39)	

CMYK percentages

%26.28
%42.95
%0
%38.82

Codes

Color #73599C in popluar color models

73599C
RGB11589156
HSL263°27.35%48.04%
HSB/HSV263°42.95%61.18%
CMYK26.28%42.95%0.00%
38.82%

Color #73599C in popluar number systems.

HEX73599C
Decimal11589156
Binary1110011101100110011100
Octal163131234

Shades and tints

Shades of #73599C

#73599C
(115,89,156)
#69518E
(105,81,142)
#5F4980
(95,73,128)
#554172
(85,65,114)
#4B3964
(75,57,100)
#413156
(65,49,86)
#372948
(55,41,72)
#2D213A
(45,33,58)
#23192C
(35,25,44)
#19111E
(25,17,30)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #73599C

#73599C
(115,89,156)
#7F68A5
(127,104,165)
#8B77AE
(139,119,174)
#9786B7
(151,134,183)
#A395C0
(163,149,192)
#AFA4C9
(175,164,201)
#BBB3D2
(187,179,210)
#C7C2DB
(199,194,219)
#D3D1E4
(211,209,228)
#DFE0ED
(223,224,237)
#EBEFF6
(235,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73599C color. Also use rgb(115,89,156) instead hex code.

Text Font Color

.myTextColor { color: #73599C; }

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

This text font color is #73599C.


Background Color

.myBgColor { background-color: #73599C; }

<div style="background-color:#73599C">Inner text</div>

This div background color is #73599C.


Border color

.myBorderColor { border: 1px solid #73599C; }

<div style="border:3px solid #73599C">Div</div>

This div border color is #73599C.


Opacity

.myOpacity80 { color: #73599C; opacity: 0.8; }

<p style="color:#73599C;opacity:0.8;">80%</p>

Text with #73599C 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 #73599C;}

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

This text has shadow with #73599C color.

.textShadow {text-shadow: 3px 3px 1px #73599C, 3px 3px 1px red;}

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

This text has shadow with #73599C primary color and red secondary color.


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

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

This text has shadow with #73599C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73599C on black background.


Color preview on white background

This text has color #73599C on white background.



Black color preview on #73599C background

This text has black color on #73599C background.


White color preview on #73599C background

This text has white color on #73599C background.