COLOR #7824A9

HEX: #7824A9 RGB: (120,36,169)

Color info

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

RGB color model

#7824A9 color RGB value is (120,36,169).

RGB: (120,36,169) (47%, 14%, 66%)

RGB channels and saturation

R 120 of 255 = 47%
G 36 of 255 = 14%
B 169 of 255 = 66%

120
36
169

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

Portions of RGB colors in percentages

R + G + B = 120 + 36 + 169 = 325 (100%)
R 120 of 325 ~ 36.92%
G 36 of 325 ~ 11.08%
B 169 of 325 ~ 52'%

%36.92
%11.08
%52

CMYK color model

#7824A9 color CMYK value is (29,79,0,34).

  • cyan value is 28.99%
  • magenta value is 78.70%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (29,79,0,34)
C29M79Y0K34 (29%, 79%, 0%, 34%)
(0.29 / 0.79 / 0.00 / 0.34)

CMYK percentages

%28.99
%78.7
%0
%33.73

Codes

Color #7824A9 in popluar color models

78 24 A9
RGB 120 36 169
HSL 278° 64.88% 40.20%
HSB/HSV 278° 78.70% 66.27%
CMYK 28.99% 78.70% 0.00%
33.73%

Color #7824A9 in popluar number systems.

HEX 78 24 A9
Decimal 120 36 169
Binary 1111000 100100 10101001
Octal 170 44 251

Shades and tints

Shades of #7824A9

#7824A9
(120,36,169)
#6E219A
(110,33,154)
#641E8B
(100,30,139)
#5A1B7C
(90,27,124)
#50186D
(80,24,109)
#46155E
(70,21,94)
#3C124F
(60,18,79)
#320F40
(50,15,64)
#280C31
(40,12,49)
#1E0922
(30,9,34)
#140613
(20,6,19)
#000000
(0,0,0)

Tints of #7824A9

#7824A9
(120,36,169)
#8437B0
(132,55,176)
#904AB7
(144,74,183)
#9C5DBE
(156,93,190)
#A870C5
(168,112,197)
#B483CC
(180,131,204)
#C096D3
(192,150,211)
#CCA9DA
(204,169,218)
#D8BCE1
(216,188,225)
#E4CFE8
(228,207,232)
#F0E2EF
(240,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7824A9 color. Also use rgb(120,36,169) instead hex code.

Text Font Color

.myTextColor { color: #7824A9; }

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

This text font color is #7824A9.

Background Color

.myBgColor { background-color: #7824A9; }

<div style="background-color:#7824A9">Inner text</div>

This div background color is #7824A9.

Border color

.myBorderColor { border: 1px solid #7824A9; }

<div style="border:3px solid #7824A9">Div</div>

This div border color is #7824A9.

Opacity

.myOpacity80 { color: #7824A9; opacity: 0.8; }

<p style="color:#7824A9;opacity:0.8;">80%</p>

Text with #7824A9 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 #7824A9;}

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

This text has shadow with #7824A9 color.


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

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

This text has shadow with #7824A9 primary color and red secondary color.


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

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

This text has shadow with #7824A9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7824A9.

Preview

Color preview on black background

This text has color #7824A9 on black background.


Color preview on white background

This text has color #7824A9 on white background.


Black color preview on #7824A9 background

This text has black color on #7824A9 background.


White color preview on #7824A9 background

This text has white color on #7824A9 background.


Related colors

Complementary color

Complementary color for #hex is #87DB56.


I love getcolorcode.com

Triadic colors

1 #A97824 and #24A978 with #7824A9 are triadic colors.

2 #A92478 and #2478A9 with #7824A9 are triadic colors.