COLOR #7028AA

HEX: #7028AA RGB: (112,40,170)

Color info

#7028AA contains mainly red and blue colors. Web safe color of #7028AA is #663399 (or #639).

RGB color model

#7028AA color RGB value is (112,40,170).

RGB: (112,40,170) (44%, 16%, 67%)

RGB channels and saturation

R 112 of 255 = 44%
G 40 of 255 = 16%
B 170 of 255 = 67%

112
40
170

R + G + B ~ 42%. #7028AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 40 + 170 = 322 (100%)
R 112 of 322 ~ 34.78%
G 40 of 322 ~ 12.42%
B 170 of 322 ~ 52.8'%

%34.78
%12.42
%52.8

CMYK color model

#7028AA color CMYK value is (34,76,0,33).

  • cyan value is 34.12%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (34,76,0,33)
C34M76Y0K33 (34%, 76%, 0%, 33%)
(0.34 / 0.76 / 0.00 / 0.33)

CMYK percentages

%34.12
%76.47
%0
%33.33

Codes

Color #7028AA in popluar color models

70 28 AA
RGB 112 40 170
HSL 273° 61.90% 41.18%
HSB/HSV 273° 76.47% 66.67%
CMYK 34.12% 76.47% 0.00%
33.33%

Color #7028AA in popluar number systems.

HEX 70 28 AA
Decimal 112 40 170
Binary 1110000 101000 10101010
Octal 160 50 252

Shades and tints

Shades of #7028AA

#7028AA
(112,40,170)
#66259B
(102,37,155)
#5C228C
(92,34,140)
#521F7D
(82,31,125)
#481C6E
(72,28,110)
#3E195F
(62,25,95)
#341650
(52,22,80)
#2A1341
(42,19,65)
#201032
(32,16,50)
#160D23
(22,13,35)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #7028AA

#7028AA
(112,40,170)
#7D3BB1
(125,59,177)
#8A4EB8
(138,78,184)
#9761BF
(151,97,191)
#A474C6
(164,116,198)
#B187CD
(177,135,205)
#BE9AD4
(190,154,212)
#CBADDB
(203,173,219)
#D8C0E2
(216,192,226)
#E5D3E9
(229,211,233)
#F2E6F0
(242,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7028AA color. Also use rgb(112,40,170) instead hex code.

Text Font Color

.myTextColor { color: #7028AA; }

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

This text font color is #7028AA.

Background Color

.myBgColor { background-color: #7028AA; }

<div style="background-color:#7028AA">Inner text</div>

This div background color is #7028AA.

Border color

.myBorderColor { border: 1px solid #7028AA; }

<div style="border:3px solid #7028AA">Div</div>

This div border color is #7028AA.

Opacity

.myOpacity80 { color: #7028AA; opacity: 0.8; }

<p style="color:#7028AA;opacity:0.8;">80%</p>

Text with #7028AA 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 #7028AA;}

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

This text has shadow with #7028AA color.


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

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

This text has shadow with #7028AA primary color and red secondary color.


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

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

This text has shadow with #7028AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7028AA.

Preview

Color preview on black background

This text has color #7028AA on black background.


Color preview on white background

This text has color #7028AA on white background.


Black color preview on #7028AA background

This text has black color on #7028AA background.


White color preview on #7028AA background

This text has white color on #7028AA background.


Related colors

Complementary color

Complementary color for #hex is #8FD755.


I love getcolorcode.com

Triadic colors

1 #AA7028 and #28AA70 with #7028AA are triadic colors.

2 #AA2870 and #2870AA with #7028AA are triadic colors.