COLOR #7272A3

HEX: #7272A3
RGB: (114,114,163)

Color info

#7272A3 contains red, green and blue colors in about the same proportion. Web safe color of #7272A3 is #666699 (or #669).

RGB color model

#7272A3 color RGB value is (114,114,163).

  • red value is 114;
  • green value is 114;
  • blue value is 163.
RGB:
(114,114,163)
(45%,45%,64%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 163 of 255 = 64%

114
114
163

R + G + B ~ 51%. #7272A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 163 = 391 (100%)
R 114 of 391 ~ 29.16%
G 114 of 391 ~ 29.16%
B 163 of 391 ~ 41.69%

%29.16
%29.16
%41.69

CMYK color model

#7272A3 color CMYK value is (30,30,0,36).

  • cyan value is 30.06%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(30,30,0,36)
C30M30Y0K36 
(30%,30%,0%,36%)
(0.30/0.30/0.00/0.36)	

CMYK percentages

%30.06
%30.06
%0
%36.08

Codes

Color #7272A3 in popluar color models

7272A3
RGB114114163
HSL240°21.03%54.31%
HSB/HSV240°30.06%63.92%
CMYK30.06%30.06%0.00%
36.08%

Color #7272A3 in popluar number systems.

HEX7272A3
Decimal114114163
Binary1110010111001010100011
Octal162162243

Shades and tints

Shades of #7272A3

#7272A3
(114,114,163)
#686895
(104,104,149)
#5E5E87
(94,94,135)
#545479
(84,84,121)
#4A4A6B
(74,74,107)
#40405D
(64,64,93)
#36364F
(54,54,79)
#2C2C41
(44,44,65)
#222233
(34,34,51)
#181825
(24,24,37)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #7272A3

#7272A3
(114,114,163)
#7E7EAB
(126,126,171)
#8A8AB3
(138,138,179)
#9696BB
(150,150,187)
#A2A2C3
(162,162,195)
#AEAECB
(174,174,203)
#BABAD3
(186,186,211)
#C6C6DB
(198,198,219)
#D2D2E3
(210,210,227)
#DEDEEB
(222,222,235)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7272A3 color. Also use rgb(114,114,163) instead hex code.

Text Font Color

.myTextColor { color: #7272A3; }

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

This text font color is #7272A3.


Background Color

.myBgColor { background-color: #7272A3; }

<div style="background-color:#7272A3">Inner text</div>

This div background color is #7272A3.


Border color

.myBorderColor { border: 1px solid #7272A3; }

<div style="border:3px solid #7272A3">Div</div>

This div border color is #7272A3.


Opacity

.myOpacity80 { color: #7272A3; opacity: 0.8; }

<p style="color:#7272A3;opacity:0.8;">80%</p>

Text with #7272A3 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 #7272A3;}

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

This text has shadow with #7272A3 color.

.textShadow {text-shadow: 3px 3px 1px #7272A3, 3px 3px 1px red;}

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

This text has shadow with #7272A3 primary color and red secondary color.


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

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

This text has shadow with #7272A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7272A3 on black background.


Color preview on white background

This text has color #7272A3 on white background.



Black color preview on #7272A3 background

This text has black color on #7272A3 background.


White color preview on #7272A3 background

This text has white color on #7272A3 background.