COLOR #7819A4

HEX: #7819A4
RGB: (120,25,164)

Color info

#7819A4 contains mainly red and blue colors. Web safe color of #7819A4 is #660099 (or #609).

RGB color model

#7819A4 color RGB value is (120,25,164).

  • red value is 120;
  • green value is 25;
  • blue value is 164.
RGB:
(120,25,164)
(47%,10%,64%)

RGB channels and saturation

R 120 of 255 = 47%
G 25 of 255 = 10%
B 164 of 255 = 64%

120
25
164

R + G + B ~ 40%. #7819A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 25 + 164 = 309 (100%)
R 120 of 309 ~ 38.83%
G 25 of 309 ~ 8.09%
B 164 of 309 ~ 53.07%

%38.83
%53.07

CMYK color model

#7819A4 color CMYK value is (27,85,0,36).

  • cyan value is 26.83%
  • magenta value is 84.76%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(27,85,0,36)
C27M85Y0K36 
(27%,85%,0%,36%)
(0.27/0.85/0.00/0.36)	

CMYK percentages

%26.83
%84.76
%0
%35.69

Codes

Color #7819A4 in popluar color models

7819A4
RGB12025164
HSL281°73.54%37.06%
HSB/HSV281°84.76%64.31%
CMYK26.83%84.76%0.00%
35.69%

Color #7819A4 in popluar number systems.

HEX7819A4
Decimal12025164
Binary11110001100110100100
Octal17031244

Shades and tints

Shades of #7819A4

#7819A4
(120,25,164)
#6E1796
(110,23,150)
#641588
(100,21,136)
#5A137A
(90,19,122)
#50116C
(80,17,108)
#460F5E
(70,15,94)
#3C0D50
(60,13,80)
#320B42
(50,11,66)
#280934
(40,9,52)
#1E0726
(30,7,38)
#140518
(20,5,24)
#000000
(0,0,0)

Tints of #7819A4

#7819A4
(120,25,164)
#842DAC
(132,45,172)
#9041B4
(144,65,180)
#9C55BC
(156,85,188)
#A869C4
(168,105,196)
#B47DCC
(180,125,204)
#C091D4
(192,145,212)
#CCA5DC
(204,165,220)
#D8B9E4
(216,185,228)
#E4CDEC
(228,205,236)
#F0E1F4
(240,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7819A4 color. Also use rgb(120,25,164) instead hex code.

Text Font Color

.myTextColor { color: #7819A4; }

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

This text font color is #7819A4.


Background Color

.myBgColor { background-color: #7819A4; }

<div style="background-color:#7819A4">Inner text</div>

This div background color is #7819A4.


Border color

.myBorderColor { border: 1px solid #7819A4; }

<div style="border:3px solid #7819A4">Div</div>

This div border color is #7819A4.


Opacity

.myOpacity80 { color: #7819A4; opacity: 0.8; }

<p style="color:#7819A4;opacity:0.8;">80%</p>

Text with #7819A4 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 #7819A4;}

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

This text has shadow with #7819A4 color.

.textShadow {text-shadow: 3px 3px 1px #7819A4, 3px 3px 1px red;}

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

This text has shadow with #7819A4 primary color and red secondary color.


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

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

This text has shadow with #7819A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7819A4 on black background.


Color preview on white background

This text has color #7819A4 on white background.



Black color preview on #7819A4 background

This text has black color on #7819A4 background.


White color preview on #7819A4 background

This text has white color on #7819A4 background.