COLOR #7072A5

HEX: #7072A5
RGB: (112,114,165)

Color info

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

RGB color model

#7072A5 color RGB value is (112,114,165).

  • red value is 112;
  • green value is 114;
  • blue value is 165.
RGB: (112,114,165) (44%,45%,65%)

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 165 of 255 = 65%

112
114
165

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

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 165 = 391 (100%)
R 112 of 391 ~ 28.64%
G 114 of 391 ~ 29.16%
B 165 of 391 ~ 42.2%

%28.64
%29.16
%42.2

CMYK color model

#7072A5 color CMYK value is (32,31,0,35).

  • cyan value is 32.12%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (32,31,0,35) C32M31Y0K35 (32%,31%,0%,35%) (0.32/0.31/0.00/0.35)

CMYK percentages

%32.12
%30.91
%0
%35.29

Codes

Color #7072A5 in popluar color models

7072A5
RGB112114165
HSL238°22.75%54.31%
HSB/HSV238°32.12%64.71%
CMYK32.12%30.91%0.00%
35.29%

Color #7072A5 in popluar number systems.

HEX7072A5
Decimal112114165
Binary1110000111001010100101
Octal160162245

Shades and tints

Shades of #7072A5

#7072A5
(112,114,165)
#666896
(102,104,150)
#5C5E87
(92,94,135)
#525478
(82,84,120)
#484A69
(72,74,105)
#3E405A
(62,64,90)
#34364B
(52,54,75)
#2A2C3C
(42,44,60)
#20222D
(32,34,45)
#16181E
(22,24,30)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #7072A5

#7072A5
(112,114,165)
#7D7EAD
(125,126,173)
#8A8AB5
(138,138,181)
#9796BD
(151,150,189)
#A4A2C5
(164,162,197)
#B1AECD
(177,174,205)
#BEBAD5
(190,186,213)
#CBC6DD
(203,198,221)
#D8D2E5
(216,210,229)
#E5DEED
(229,222,237)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7072A5 color. Also use rgb(112,114,165) instead hex code.

Text Font Color

.myTextColor { color: #7072A5; }

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

This text font color is #7072A5.


Background Color

.myBgColor { background-color: #7072A5; }

<div style="background-color:#7072A5">Inner text</div>

This div background color is #7072A5.


Border color

.myBorderColor { border: 1px solid #7072A5; }

<div style="border:3px solid #7072A5">Div</div>

This div border color is #7072A5.


Opacity

.myOpacity80 { color: #7072A5; opacity: 0.8; }

<p style="color:#7072A5;opacity:0.8;">80%</p>

Text with #7072A5 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 #7072A5;}

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

This text has shadow with #7072A5 color.

.textShadow {text-shadow: 3px 3px 1px #7072A5, 3px 3px 1px red;}

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

This text has shadow with #7072A5 primary color and red secondary color.


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

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

This text has shadow with #7072A5 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #7072A5; -webkit-box-shadow:	1px 1px 3px 2px #7072A5; box-shadow:	1px 1px 3px 2px #7072A5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7072A5; -webkit-box-shadow: 1px 1px 3px 2px #7072A5; box-shadow:1px 1px 3px 2px #7072A5;">
Div content here</div>
This div box has shadow with color #7072A5.

Preview

Color preview on black background

This text has color #7072A5 on black background.


Color preview on white background

This text has color #7072A5 on white background.



Black color preview on #7072A5 background

This text has black color on #7072A5 background.


White color preview on #7072A5 background

This text has white color on #7072A5 background.