COLOR #7271A2

HEX: #7271A2 RGB: (114,113,162)

Color info

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

RGB color model

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

RGB: (114,113,162) (45%, 44%, 64%)

RGB channels and saturation

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

114
113
162

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

Portions of RGB colors in percentages

R + G + B = 114 + 113 + 162 = 389 (100%)
R 114 of 389 ~ 29.31%
G 113 of 389 ~ 29.05%
B 162 of 389 ~ 41.65'%

%29.31
%29.05
%41.65

CMYK color model

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

  • cyan value is 29.63%
  • magenta value is 30.25%
  • 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
%30.25
%0
%36.47

Codes

Color #7271A2 in popluar color models

72 71 A2
RGB 114 113 162
HSL 241° 20.85% 53.92%
HSB/HSV 241° 30.25% 63.53%
CMYK 29.63% 30.25% 0.00%
36.47%

Color #7271A2 in popluar number systems.

HEX 72 71 A2
Decimal 114 113 162
Binary 1110010 1110001 10100010
Octal 162 161 242

Shades and tints

Shades of #7271A2

#7271A2
(114,113,162)
#686794
(104,103,148)
#5E5D86
(94,93,134)
#545378
(84,83,120)
#4A496A
(74,73,106)
#403F5C
(64,63,92)
#36354E
(54,53,78)
#2C2B40
(44,43,64)
#222132
(34,33,50)
#181724
(24,23,36)
#0E0D16
(14,13,22)
#000000
(0,0,0)

Tints of #7271A2

#7271A2
(114,113,162)
#7E7DAA
(126,125,170)
#8A89B2
(138,137,178)
#9695BA
(150,149,186)
#A2A1C2
(162,161,194)
#AEADCA
(174,173,202)
#BAB9D2
(186,185,210)
#C6C5DA
(198,197,218)
#D2D1E2
(210,209,226)
#DEDDEA
(222,221,234)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7271A2; }

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

This text font color is #7271A2.

Background Color

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

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

This div background color is #7271A2.

Border color

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

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

This div border color is #7271A2.

Opacity

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

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

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

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

This text has shadow with #7271A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7271A2.

Preview

Color preview on black background

This text has color #7271A2 on black background.


Color preview on white background

This text has color #7271A2 on white background.


Black color preview on #7271A2 background

This text has black color on #7271A2 background.


White color preview on #7271A2 background

This text has white color on #7271A2 background.


Related colors

Complementary color

Complementary color for #hex is #8D8E5D.


I love getcolorcode.com

Triadic colors

1 #A27271 and #71A272 with #7271A2 are triadic colors.

2 #A27172 and #7172A2 with #7271A2 are triadic colors.