COLOR #72469B

HEX: #72469B
RGB: (114,70,155)

Color info

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

RGB color model

#72469B color RGB value is (114,70,155).

  • red value is 114;
  • green value is 70;
  • blue value is 155.
RGB:
(114,70,155)
(45%,27%,61%)

RGB channels and saturation

R 114 of 255 = 45%
G 70 of 255 = 27%
B 155 of 255 = 61%

114
70
155

R + G + B ~ 44%. #72469B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 70 + 155 = 339 (100%)
R 114 of 339 ~ 33.63%
G 70 of 339 ~ 20.65%
B 155 of 339 ~ 45.72%

%33.63
%20.65
%45.72

CMYK color model

#72469B color CMYK value is (26,55,0,39).

  • cyan value is 26.45%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,55,0,39)
C26M55Y0K39 
(26%,55%,0%,39%)
(0.26/0.55/0.00/0.39)	

CMYK percentages

%26.45
%54.84
%0
%39.22

Codes

Color #72469B in popluar color models

72469B
RGB11470155
HSL271°37.78%44.12%
HSB/HSV271°54.84%60.78%
CMYK26.45%54.84%0.00%
39.22%

Color #72469B in popluar number systems.

HEX72469B
Decimal11470155
Binary1110010100011010011011
Octal162106233

Shades and tints

Shades of #72469B

#72469B
(114,70,155)
#68408D
(104,64,141)
#5E3A7F
(94,58,127)
#543471
(84,52,113)
#4A2E63
(74,46,99)
#402855
(64,40,85)
#362247
(54,34,71)
#2C1C39
(44,28,57)
#22162B
(34,22,43)
#18101D
(24,16,29)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #72469B

#72469B
(114,70,155)
#7E56A4
(126,86,164)
#8A66AD
(138,102,173)
#9676B6
(150,118,182)
#A286BF
(162,134,191)
#AE96C8
(174,150,200)
#BAA6D1
(186,166,209)
#C6B6DA
(198,182,218)
#D2C6E3
(210,198,227)
#DED6EC
(222,214,236)
#EAE6F5
(234,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72469B color. Also use rgb(114,70,155) instead hex code.

Text Font Color

.myTextColor { color: #72469B; }

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

This text font color is #72469B.


Background Color

.myBgColor { background-color: #72469B; }

<div style="background-color:#72469B">Inner text</div>

This div background color is #72469B.


Border color

.myBorderColor { border: 1px solid #72469B; }

<div style="border:3px solid #72469B">Div</div>

This div border color is #72469B.


Opacity

.myOpacity80 { color: #72469B; opacity: 0.8; }

<p style="color:#72469B;opacity:0.8;">80%</p>

Text with #72469B 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 #72469B;}

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

This text has shadow with #72469B color.

.textShadow {text-shadow: 3px 3px 1px #72469B, 3px 3px 1px red;}

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

This text has shadow with #72469B primary color and red secondary color.


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

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

This text has shadow with #72469B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72469B on black background.


Color preview on white background

This text has color #72469B on white background.



Black color preview on #72469B background

This text has black color on #72469B background.


White color preview on #72469B background

This text has white color on #72469B background.