COLOR #72379F

HEX: #72379F RGB: (114,55,159)

Color info

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

RGB color model

#72379F color RGB value is (114,55,159).

RGB: (114,55,159) (45%, 22%, 62%)

RGB channels and saturation

R 114 of 255 = 45%
G 55 of 255 = 22%
B 159 of 255 = 62%

114
55
159

R + G + B ~ 43%. #72379F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 55 + 159 = 328 (100%)
R 114 of 328 ~ 34.76%
G 55 of 328 ~ 16.77%
B 159 of 328 ~ 48.48'%

%34.76
%16.77
%48.48

CMYK color model

#72379F color CMYK value is (28,65,0,38).

  • cyan value is 28.30%
  • magenta value is 65.41%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (28,65,0,38)
C28M65Y0K38 (28%, 65%, 0%, 38%)
(0.28 / 0.65 / 0.00 / 0.38)

CMYK percentages

%28.3
%65.41
%0
%37.65

Codes

Color #72379F in popluar color models

72 37 9F
RGB 114 55 159
HSL 274° 48.60% 41.96%
HSB/HSV 274° 65.41% 62.35%
CMYK 28.30% 65.41% 0.00%
37.65%

Color #72379F in popluar number systems.

HEX 72 37 9F
Decimal 114 55 159
Binary 1110010 110111 10011111
Octal 162 67 237

Shades and tints

Shades of #72379F

#72379F
(114,55,159)
#683291
(104,50,145)
#5E2D83
(94,45,131)
#542875
(84,40,117)
#4A2367
(74,35,103)
#401E59
(64,30,89)
#36194B
(54,25,75)
#2C143D
(44,20,61)
#220F2F
(34,15,47)
#180A21
(24,10,33)
#0E0513
(14,5,19)
#000000
(0,0,0)

Tints of #72379F

#72379F
(114,55,159)
#7E49A7
(126,73,167)
#8A5BAF
(138,91,175)
#966DB7
(150,109,183)
#A27FBF
(162,127,191)
#AE91C7
(174,145,199)
#BAA3CF
(186,163,207)
#C6B5D7
(198,181,215)
#D2C7DF
(210,199,223)
#DED9E7
(222,217,231)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72379F color. Also use rgb(114,55,159) instead hex code.

Text Font Color

.myTextColor { color: #72379F; }

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

This text font color is #72379F.

Background Color

.myBgColor { background-color: #72379F; }

<div style="background-color:#72379F">Inner text</div>

This div background color is #72379F.

Border color

.myBorderColor { border: 1px solid #72379F; }

<div style="border:3px solid #72379F">Div</div>

This div border color is #72379F.

Opacity

.myOpacity80 { color: #72379F; opacity: 0.8; }

<p style="color:#72379F;opacity:0.8;">80%</p>

Text with #72379F 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 #72379F;}

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

This text has shadow with #72379F color.


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

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

This text has shadow with #72379F primary color and red secondary color.


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

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

This text has shadow with #72379F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72379F.

Preview

Color preview on black background

This text has color #72379F on black background.


Color preview on white background

This text has color #72379F on white background.


Black color preview on #72379F background

This text has black color on #72379F background.


White color preview on #72379F background

This text has white color on #72379F background.


Related colors

Complementary color

Complementary color for #hex is #8DC860.


I love getcolorcode.com

Triadic colors

1 #9F7237 and #379F72 with #72379F are triadic colors.

2 #9F3772 and #37729F with #72379F are triadic colors.