COLOR #782AA1

HEX: #782AA1 RGB: (120,42,161)

Color info

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

RGB color model

#782AA1 color RGB value is (120,42,161).

RGB: (120,42,161) (47%, 16%, 63%)

RGB channels and saturation

R 120 of 255 = 47%
G 42 of 255 = 16%
B 161 of 255 = 63%

120
42
161

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

Portions of RGB colors in percentages

R + G + B = 120 + 42 + 161 = 323 (100%)
R 120 of 323 ~ 37.15%
G 42 of 323 ~ 13%
B 161 of 323 ~ 49.85'%

%37.15
%13
%49.85

CMYK color model

#782AA1 color CMYK value is (25,74,0,37).

  • cyan value is 25.47%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (25,74,0,37)
C25M74Y0K37 (25%, 74%, 0%, 37%)
(0.25 / 0.74 / 0.00 / 0.37)

CMYK percentages

%25.47
%73.91
%0
%36.86

Codes

Color #782AA1 in popluar color models

78 2A A1
RGB 120 42 161
HSL 279° 58.62% 39.80%
HSB/HSV 279° 73.91% 63.14%
CMYK 25.47% 73.91% 0.00%
36.86%

Color #782AA1 in popluar number systems.

HEX 78 2A A1
Decimal 120 42 161
Binary 1111000 101010 10100001
Octal 170 52 241

Shades and tints

Shades of #782AA1

#782AA1
(120,42,161)
#6E2793
(110,39,147)
#642485
(100,36,133)
#5A2177
(90,33,119)
#501E69
(80,30,105)
#461B5B
(70,27,91)
#3C184D
(60,24,77)
#32153F
(50,21,63)
#281231
(40,18,49)
#1E0F23
(30,15,35)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #782AA1

#782AA1
(120,42,161)
#843DA9
(132,61,169)
#9050B1
(144,80,177)
#9C63B9
(156,99,185)
#A876C1
(168,118,193)
#B489C9
(180,137,201)
#C09CD1
(192,156,209)
#CCAFD9
(204,175,217)
#D8C2E1
(216,194,225)
#E4D5E9
(228,213,233)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782AA1 color. Also use rgb(120,42,161) instead hex code.

Text Font Color

.myTextColor { color: #782AA1; }

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

This text font color is #782AA1.

Background Color

.myBgColor { background-color: #782AA1; }

<div style="background-color:#782AA1">Inner text</div>

This div background color is #782AA1.

Border color

.myBorderColor { border: 1px solid #782AA1; }

<div style="border:3px solid #782AA1">Div</div>

This div border color is #782AA1.

Opacity

.myOpacity80 { color: #782AA1; opacity: 0.8; }

<p style="color:#782AA1;opacity:0.8;">80%</p>

Text with #782AA1 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 #782AA1;}

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

This text has shadow with #782AA1 color.


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

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

This text has shadow with #782AA1 primary color and red secondary color.


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

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

This text has shadow with #782AA1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #782AA1.

Preview

Color preview on black background

This text has color #782AA1 on black background.


Color preview on white background

This text has color #782AA1 on white background.


Black color preview on #782AA1 background

This text has black color on #782AA1 background.


White color preview on #782AA1 background

This text has white color on #782AA1 background.


Related colors

Complementary color

Complementary color for #hex is #87D55E.


I love getcolorcode.com

Triadic colors

1 #A1782A and #2AA178 with #782AA1 are triadic colors.

2 #A12A78 and #2A78A1 with #782AA1 are triadic colors.