COLOR #7272A2

HEX: #7272A2
RGB: (114,114,162)

Color info

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

RGB color model

#7272A2 color RGB value is (114,114,162).

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

RGB channels and saturation

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

114
114
162

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 162 = 390 (100%)
R 114 of 390 ~ 29.23%
G 114 of 390 ~ 29.23%
B 162 of 390 ~ 41.54%

%29.23
%29.23
%41.54

CMYK color model

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

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

CMYK percentages

%29.63
%29.63
%0
%36.47

Codes

Color #7272A2 in popluar color models

7272A2
RGB114114162
HSL240°20.51%54.12%
HSB/HSV240°29.63%63.53%
CMYK29.63%29.63%0.00%
36.47%

Color #7272A2 in popluar number systems.

HEX7272A2
Decimal114114162
Binary1110010111001010100010
Octal162162242

Shades and tints

Shades of #7272A2

#7272A2
(114,114,162)
#686894
(104,104,148)
#5E5E86
(94,94,134)
#545478
(84,84,120)
#4A4A6A
(74,74,106)
#40405C
(64,64,92)
#36364E
(54,54,78)
#2C2C40
(44,44,64)
#222232
(34,34,50)
#181824
(24,24,36)
#0E0E16
(14,14,22)
#000000
(0,0,0)

Tints of #7272A2

#7272A2
(114,114,162)
#7E7EAA
(126,126,170)
#8A8AB2
(138,138,178)
#9696BA
(150,150,186)
#A2A2C2
(162,162,194)
#AEAECA
(174,174,202)
#BABAD2
(186,186,210)
#C6C6DA
(198,198,218)
#D2D2E2
(210,210,226)
#DEDEEA
(222,222,234)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7272A2; }

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

This text font color is #7272A2.


Background Color

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

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

This div background color is #7272A2.


Border color

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

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

This div border color is #7272A2.


Opacity

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

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

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

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

This text has shadow with #7272A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7272A2 on black background.


Color preview on white background

This text has color #7272A2 on white background.



Black color preview on #7272A2 background

This text has black color on #7272A2 background.


White color preview on #7272A2 background

This text has white color on #7272A2 background.