COLOR #73296C

HEX: #73296C
RGB: (115,41,108)

Color info

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

RGB color model

#73296C color RGB value is (115,41,108).

  • red value is 115;
  • green value is 41;
  • blue value is 108.
RGB:
(115,41,108)
(45%,16%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 41 of 255 = 16%
B 108 of 255 = 42%

115
41
108

R + G + B ~ 34%. #73296C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 41 + 108 = 264 (100%)
R 115 of 264 ~ 43.56%
G 41 of 264 ~ 15.53%
B 108 of 264 ~ 40.91%

%43.56
%15.53
%40.91

CMYK color model

#73296C color CMYK value is (0,64,6,55).

  • cyan value is 0.00%
  • magenta value is 64.35%
  • yellow value is 6.09%
  • key color value is 54.90%
CMYK:
(0,64,6,55)
C0M64Y6K55 
(0%,64%,6%,55%)
(0.00/0.64/0.06/0.55)	

CMYK percentages

%0
%64.35
%6.09
%54.9

Codes

Color #73296C in popluar color models

73296C
RGB11541108
HSL306°47.44%30.59%
HSB/HSV306°64.35%45.10%
CMYK0.00%64.35%6.09%
54.90%

Color #73296C in popluar number systems.

HEX73296C
Decimal11541108
Binary11100111010011101100
Octal16351154

Shades and tints

Shades of #73296C

#73296C
(115,41,108)
#692663
(105,38,99)
#5F235A
(95,35,90)
#552051
(85,32,81)
#4B1D48
(75,29,72)
#411A3F
(65,26,63)
#371736
(55,23,54)
#2D142D
(45,20,45)
#231124
(35,17,36)
#190E1B
(25,14,27)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #73296C

#73296C
(115,41,108)
#7F3C79
(127,60,121)
#8B4F86
(139,79,134)
#976293
(151,98,147)
#A375A0
(163,117,160)
#AF88AD
(175,136,173)
#BB9BBA
(187,155,186)
#C7AEC7
(199,174,199)
#D3C1D4
(211,193,212)
#DFD4E1
(223,212,225)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73296C color. Also use rgb(115,41,108) instead hex code.

Text Font Color

.myTextColor { color: #73296C; }

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

This text font color is #73296C.


Background Color

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

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

This div background color is #73296C.


Border color

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

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

This div border color is #73296C.


Opacity

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

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

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

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

This text has shadow with #73296C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73296C on black background.


Color preview on white background

This text has color #73296C on white background.



Black color preview on #73296C background

This text has black color on #73296C background.


White color preview on #73296C background

This text has white color on #73296C background.