COLOR #7272AE

HEX: #7272AE
RGB: (114,114,174)

Color info

#7272AE contains mainly blue color. Web safe color of #7272AE is #666699 (or #669).

RGB color model

#7272AE color RGB value is (114,114,174).

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

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 174 of 255 = 68%

114
114
174

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 174 = 402 (100%)
R 114 of 402 ~ 28.36%
G 114 of 402 ~ 28.36%
B 174 of 402 ~ 43.28%

%28.36
%28.36
%43.28

CMYK color model

#7272AE color CMYK value is (34,34,0,32).

  • cyan value is 34.48%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(34,34,0,32)
C34M34Y0K32 
(34%,34%,0%,32%)
(0.34/0.34/0.00/0.32)	

CMYK percentages

%34.48
%34.48
%0
%31.76

Codes

Color #7272AE in popluar color models

7272AE
RGB114114174
HSL240°27.03%56.47%
HSB/HSV240°34.48%68.24%
CMYK34.48%34.48%0.00%
31.76%

Color #7272AE in popluar number systems.

HEX7272AE
Decimal114114174
Binary1110010111001010101110
Octal162162256

Shades and tints

Shades of #7272AE

#7272AE
(114,114,174)
#68689F
(104,104,159)
#5E5E90
(94,94,144)
#545481
(84,84,129)
#4A4A72
(74,74,114)
#404063
(64,64,99)
#363654
(54,54,84)
#2C2C45
(44,44,69)
#222236
(34,34,54)
#181827
(24,24,39)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #7272AE

#7272AE
(114,114,174)
#7E7EB5
(126,126,181)
#8A8ABC
(138,138,188)
#9696C3
(150,150,195)
#A2A2CA
(162,162,202)
#AEAED1
(174,174,209)
#BABAD8
(186,186,216)
#C6C6DF
(198,198,223)
#D2D2E6
(210,210,230)
#DEDEED
(222,222,237)
#EAEAF4
(234,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7272AE; }

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

This text font color is #7272AE.


Background Color

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

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

This div background color is #7272AE.


Border color

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

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

This div border color is #7272AE.


Opacity

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

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

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

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

This text has shadow with #7272AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7272AE on black background.


Color preview on white background

This text has color #7272AE on white background.



Black color preview on #7272AE background

This text has black color on #7272AE background.


White color preview on #7272AE background

This text has white color on #7272AE background.