COLOR #7828AA

HEX: #7828AA
RGB: (120,40,170)

Color info

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

RGB color model

#7828AA color RGB value is (120,40,170).

  • red value is 120;
  • green value is 40;
  • blue value is 170.
RGB:
(120,40,170)
(47%,16%,67%)

RGB channels and saturation

R 120 of 255 = 47%
G 40 of 255 = 16%
B 170 of 255 = 67%

120
40
170

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

Portions of RGB colors in percentages

R + G + B =
120 + 40 + 170 = 330 (100%)
R 120 of 330 ~ 36.36%
G 40 of 330 ~ 12.12%
B 170 of 330 ~ 51.52%

%36.36
%12.12
%51.52

CMYK color model

#7828AA color CMYK value is (29,76,0,33).

  • cyan value is 29.41%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,76,0,33)
C29M76Y0K33 
(29%,76%,0%,33%)
(0.29/0.76/0.00/0.33)	

CMYK percentages

%29.41
%76.47
%0
%33.33

Codes

Color #7828AA in popluar color models

7828AA
RGB12040170
HSL277°61.90%41.18%
HSB/HSV277°76.47%66.67%
CMYK29.41%76.47%0.00%
33.33%

Color #7828AA in popluar number systems.

HEX7828AA
Decimal12040170
Binary111100010100010101010
Octal17050252

Shades and tints

Shades of #7828AA

#7828AA
(120,40,170)
#6E259B
(110,37,155)
#64228C
(100,34,140)
#5A1F7D
(90,31,125)
#501C6E
(80,28,110)
#46195F
(70,25,95)
#3C1650
(60,22,80)
#321341
(50,19,65)
#281032
(40,16,50)
#1E0D23
(30,13,35)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #7828AA

#7828AA
(120,40,170)
#843BB1
(132,59,177)
#904EB8
(144,78,184)
#9C61BF
(156,97,191)
#A874C6
(168,116,198)
#B487CD
(180,135,205)
#C09AD4
(192,154,212)
#CCADDB
(204,173,219)
#D8C0E2
(216,192,226)
#E4D3E9
(228,211,233)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7828AA; }

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

This text font color is #7828AA.


Background Color

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

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

This div background color is #7828AA.


Border color

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

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

This div border color is #7828AA.


Opacity

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

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

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

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

This text has shadow with #7828AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7828AA on black background.


Color preview on white background

This text has color #7828AA on white background.



Black color preview on #7828AA background

This text has black color on #7828AA background.


White color preview on #7828AA background

This text has white color on #7828AA background.