COLOR #72418F

HEX: #72418F RGB: (114,65,143)

Color info

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

RGB color model

#72418F color RGB value is (114,65,143).

RGB: (114,65,143) (45%, 25%, 56%)

RGB channels and saturation

R 114 of 255 = 45%
G 65 of 255 = 25%
B 143 of 255 = 56%

114
65
143

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

Portions of RGB colors in percentages

R + G + B = 114 + 65 + 143 = 322 (100%)
R 114 of 322 ~ 35.4%
G 65 of 322 ~ 20.19%
B 143 of 322 ~ 44.41'%

%35.4
%20.19
%44.41

CMYK color model

#72418F color CMYK value is (20,55,0,44).

  • cyan value is 20.28%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (20,55,0,44)
C20M55Y0K44 (20%, 55%, 0%, 44%)
(0.20 / 0.55 / 0.00 / 0.44)

CMYK percentages

%20.28
%54.55
%0
%43.92

Codes

Color #72418F in popluar color models

72 41 8F
RGB 114 65 143
HSL 278° 37.50% 40.78%
HSB/HSV 278° 54.55% 56.08%
CMYK 20.28% 54.55% 0.00%
43.92%

Color #72418F in popluar number systems.

HEX 72 41 8F
Decimal 114 65 143
Binary 1110010 1000001 10001111
Octal 162 101 217

Shades and tints

Shades of #72418F

#72418F
(114,65,143)
#683C82
(104,60,130)
#5E3775
(94,55,117)
#543268
(84,50,104)
#4A2D5B
(74,45,91)
#40284E
(64,40,78)
#362341
(54,35,65)
#2C1E34
(44,30,52)
#221927
(34,25,39)
#18141A
(24,20,26)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #72418F

#72418F
(114,65,143)
#7E5299
(126,82,153)
#8A63A3
(138,99,163)
#9674AD
(150,116,173)
#A285B7
(162,133,183)
#AE96C1
(174,150,193)
#BAA7CB
(186,167,203)
#C6B8D5
(198,184,213)
#D2C9DF
(210,201,223)
#DEDAE9
(222,218,233)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72418F color. Also use rgb(114,65,143) instead hex code.

Text Font Color

.myTextColor { color: #72418F; }

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

This text font color is #72418F.

Background Color

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

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

This div background color is #72418F.

Border color

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

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

This div border color is #72418F.

Opacity

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

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

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

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

This text has shadow with #72418F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72418F.

Preview

Color preview on black background

This text has color #72418F on black background.


Color preview on white background

This text has color #72418F on white background.


Black color preview on #72418F background

This text has black color on #72418F background.


White color preview on #72418F background

This text has white color on #72418F background.


Related colors

Complementary color

Complementary color for #hex is #8DBE70.


I love getcolorcode.com

Triadic colors

1 #8F7241 and #418F72 with #72418F are triadic colors.

2 #8F4172 and #41728F with #72418F are triadic colors.