COLOR #72398C

HEX: #72398C
RGB: (114,57,140)

Color info

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

RGB color model

#72398C color RGB value is (114,57,140).

  • red value is 114;
  • green value is 57;
  • blue value is 140.
RGB:
(114,57,140)
(45%,22%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 57 of 255 = 22%
B 140 of 255 = 55%

114
57
140

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

Portions of RGB colors in percentages

R + G + B =
114 + 57 + 140 = 311 (100%)
R 114 of 311 ~ 36.66%
G 57 of 311 ~ 18.33%
B 140 of 311 ~ 45.02%

%36.66
%18.33
%45.02

CMYK color model

#72398C color CMYK value is (19,59,0,45).

  • cyan value is 18.57%
  • magenta value is 59.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,59,0,45)
C19M59Y0K45 
(19%,59%,0%,45%)
(0.19/0.59/0.00/0.45)	

CMYK percentages

%18.57
%59.29
%0
%45.1

Codes

Color #72398C in popluar color models

72398C
RGB11457140
HSL281°42.13%38.63%
HSB/HSV281°59.29%54.90%
CMYK18.57%59.29%0.00%
45.10%

Color #72398C in popluar number systems.

HEX72398C
Decimal11457140
Binary111001011100110001100
Octal16271214

Shades and tints

Shades of #72398C

#72398C
(114,57,140)
#683480
(104,52,128)
#5E2F74
(94,47,116)
#542A68
(84,42,104)
#4A255C
(74,37,92)
#402050
(64,32,80)
#361B44
(54,27,68)
#2C1638
(44,22,56)
#22112C
(34,17,44)
#180C20
(24,12,32)
#0E0714
(14,7,20)
#000000
(0,0,0)

Tints of #72398C

#72398C
(114,57,140)
#7E4B96
(126,75,150)
#8A5DA0
(138,93,160)
#966FAA
(150,111,170)
#A281B4
(162,129,180)
#AE93BE
(174,147,190)
#BAA5C8
(186,165,200)
#C6B7D2
(198,183,210)
#D2C9DC
(210,201,220)
#DEDBE6
(222,219,230)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72398C color. Also use rgb(114,57,140) instead hex code.

Text Font Color

.myTextColor { color: #72398C; }

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

This text font color is #72398C.


Background Color

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

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

This div background color is #72398C.


Border color

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

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

This div border color is #72398C.


Opacity

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

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

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

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

This text has shadow with #72398C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72398C on black background.


Color preview on white background

This text has color #72398C on white background.



Black color preview on #72398C background

This text has black color on #72398C background.


White color preview on #72398C background

This text has white color on #72398C background.