COLOR #73619B

HEX: #73619B
RGB: (115,97,155)

Color info

#73619B contains red, green and blue colors in about the same proportion. Web safe color of #73619B is #666699 (or #669).

RGB color model

#73619B color RGB value is (115,97,155).

  • red value is 115;
  • green value is 97;
  • blue value is 155.
RGB:
(115,97,155)
(45%,38%,61%)

RGB channels and saturation

R 115 of 255 = 45%
G 97 of 255 = 38%
B 155 of 255 = 61%

115
97
155

R + G + B ~ 48%. #73619B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 97 + 155 = 367 (100%)
R 115 of 367 ~ 31.34%
G 97 of 367 ~ 26.43%
B 155 of 367 ~ 42.23%

%31.34
%26.43
%42.23

CMYK color model

#73619B color CMYK value is (26,37,0,39).

  • cyan value is 25.81%
  • magenta value is 37.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,37,0,39)
C26M37Y0K39 
(26%,37%,0%,39%)
(0.26/0.37/0.00/0.39)	

CMYK percentages

%25.81
%37.42
%0
%39.22

Codes

Color #73619B in popluar color models

73619B
RGB11597155
HSL259°23.02%49.41%
HSB/HSV259°37.42%60.78%
CMYK25.81%37.42%0.00%
39.22%

Color #73619B in popluar number systems.

HEX73619B
Decimal11597155
Binary1110011110000110011011
Octal163141233

Shades and tints

Shades of #73619B

#73619B
(115,97,155)
#69598D
(105,89,141)
#5F517F
(95,81,127)
#554971
(85,73,113)
#4B4163
(75,65,99)
#413955
(65,57,85)
#373147
(55,49,71)
#2D2939
(45,41,57)
#23212B
(35,33,43)
#19191D
(25,25,29)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #73619B

#73619B
(115,97,155)
#7F6FA4
(127,111,164)
#8B7DAD
(139,125,173)
#978BB6
(151,139,182)
#A399BF
(163,153,191)
#AFA7C8
(175,167,200)
#BBB5D1
(187,181,209)
#C7C3DA
(199,195,218)
#D3D1E3
(211,209,227)
#DFDFEC
(223,223,236)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73619B color. Also use rgb(115,97,155) instead hex code.

Text Font Color

.myTextColor { color: #73619B; }

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

This text font color is #73619B.


Background Color

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

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

This div background color is #73619B.


Border color

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

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

This div border color is #73619B.


Opacity

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

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

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

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

This text has shadow with #73619B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73619B on black background.


Color preview on white background

This text has color #73619B on white background.



Black color preview on #73619B background

This text has black color on #73619B background.


White color preview on #73619B background

This text has white color on #73619B background.