COLOR #73408A

HEX: #73408A
RGB: (115,64,138)

Color info

#73408A contains mainly red and blue colors. Web safe color of #73408A is #663399 (or #639).

RGB color model

#73408A color RGB value is (115,64,138).

  • red value is 115;
  • green value is 64;
  • blue value is 138.
RGB:
(115,64,138)
(45%,25%,54%)

RGB channels and saturation

R 115 of 255 = 45%
G 64 of 255 = 25%
B 138 of 255 = 54%

115
64
138

R + G + B ~ 41%. #73408A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 64 + 138 = 317 (100%)
R 115 of 317 ~ 36.28%
G 64 of 317 ~ 20.19%
B 138 of 317 ~ 43.53%

%36.28
%20.19
%43.53

CMYK color model

#73408A color CMYK value is (17,54,0,46).

  • cyan value is 16.67%
  • magenta value is 53.62%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(17,54,0,46)
C17M54Y0K46 
(17%,54%,0%,46%)
(0.17/0.54/0.00/0.46)	

CMYK percentages

%16.67
%53.62
%0
%45.88

Codes

Color #73408A in popluar color models

73408A
RGB11564138
HSL281°36.63%39.61%
HSB/HSV281°53.62%54.12%
CMYK16.67%53.62%0.00%
45.88%

Color #73408A in popluar number systems.

HEX73408A
Decimal11564138
Binary1110011100000010001010
Octal163100212

Shades and tints

Shades of #73408A

#73408A
(115,64,138)
#693B7E
(105,59,126)
#5F3672
(95,54,114)
#553166
(85,49,102)
#4B2C5A
(75,44,90)
#41274E
(65,39,78)
#372242
(55,34,66)
#2D1D36
(45,29,54)
#23182A
(35,24,42)
#19131E
(25,19,30)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #73408A

#73408A
(115,64,138)
#7F5194
(127,81,148)
#8B629E
(139,98,158)
#9773A8
(151,115,168)
#A384B2
(163,132,178)
#AF95BC
(175,149,188)
#BBA6C6
(187,166,198)
#C7B7D0
(199,183,208)
#D3C8DA
(211,200,218)
#DFD9E4
(223,217,228)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73408A color. Also use rgb(115,64,138) instead hex code.

Text Font Color

.myTextColor { color: #73408A; }

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

This text font color is #73408A.


Background Color

.myBgColor { background-color: #73408A; }

<div style="background-color:#73408A">Inner text</div>

This div background color is #73408A.


Border color

.myBorderColor { border: 1px solid #73408A; }

<div style="border:3px solid #73408A">Div</div>

This div border color is #73408A.


Opacity

.myOpacity80 { color: #73408A; opacity: 0.8; }

<p style="color:#73408A;opacity:0.8;">80%</p>

Text with #73408A 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 #73408A;}

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

This text has shadow with #73408A color.

.textShadow {text-shadow: 3px 3px 1px #73408A, 3px 3px 1px red;}

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

This text has shadow with #73408A primary color and red secondary color.


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

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

This text has shadow with #73408A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73408A on black background.


Color preview on white background

This text has color #73408A on white background.



Black color preview on #73408A background

This text has black color on #73408A background.


White color preview on #73408A background

This text has white color on #73408A background.