COLOR #73206C

HEX: #73206C RGB: (115,32,108)

Color info

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

RGB color model

#73206C color RGB value is (115,32,108).

RGB: (115,32,108) (45%, 13%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 32 of 255 = 13%
B 108 of 255 = 42%

115
32
108

R + G + B ~ 33%. #73206C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 32 + 108 = 255 (100%)
R 115 of 255 ~ 45.1%
G 32 of 255 ~ 12.55%
B 108 of 255 ~ 42.35'%

%45.1
%12.55
%42.35

CMYK color model

#73206C color CMYK value is (0,72,6,55).

  • cyan value is 0.00%
  • magenta value is 72.17%
  • yellow value is 6.09%
  • key color value is 54.90%

CMYK: (0,72,6,55)
C0M72Y6K55 (0%, 72%, 6%, 55%)
(0.00 / 0.72 / 0.06 / 0.55)

CMYK percentages

%0
%72.17
%6.09
%54.9

Codes

Color #73206C in popluar color models

73 20 6C
RGB 115 32 108
HSL 305° 56.46% 28.82%
HSB/HSV 305° 72.17% 45.10%
CMYK 0.00% 72.17% 6.09%
54.90%

Color #73206C in popluar number systems.

HEX 73 20 6C
Decimal 115 32 108
Binary 1110011 100000 1101100
Octal 163 40 154

Shades and tints

Shades of #73206C

#73206C
(115,32,108)
#691E63
(105,30,99)
#5F1C5A
(95,28,90)
#551A51
(85,26,81)
#4B1848
(75,24,72)
#41163F
(65,22,63)
#371436
(55,20,54)
#2D122D
(45,18,45)
#231024
(35,16,36)
#190E1B
(25,14,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #73206C

#73206C
(115,32,108)
#7F3479
(127,52,121)
#8B4886
(139,72,134)
#975C93
(151,92,147)
#A370A0
(163,112,160)
#AF84AD
(175,132,173)
#BB98BA
(187,152,186)
#C7ACC7
(199,172,199)
#D3C0D4
(211,192,212)
#DFD4E1
(223,212,225)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73206C; }

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

This text font color is #73206C.

Background Color

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

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

This div background color is #73206C.

Border color

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

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

This div border color is #73206C.

Opacity

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

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

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

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

This text has shadow with #73206C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73206C.

Preview

Color preview on black background

This text has color #73206C on black background.


Color preview on white background

This text has color #73206C on white background.


Black color preview on #73206C background

This text has black color on #73206C background.


White color preview on #73206C background

This text has white color on #73206C background.


Related colors

Complementary color

Complementary color for #hex is #8CDF93.


I love getcolorcode.com

Triadic colors

1 #6C7320 and #206C73 with #73206C are triadic colors.

2 #6C2073 and #20736C with #73206C are triadic colors.