COLOR #782EA0

HEX: #782EA0 RGB: (120,46,160)

Color info

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

RGB color model

#782EA0 color RGB value is (120,46,160).

RGB: (120,46,160) (47%, 18%, 63%)

RGB channels and saturation

R 120 of 255 = 47%
G 46 of 255 = 18%
B 160 of 255 = 63%

120
46
160

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

Portions of RGB colors in percentages

R + G + B = 120 + 46 + 160 = 326 (100%)
R 120 of 326 ~ 36.81%
G 46 of 326 ~ 14.11%
B 160 of 326 ~ 49.08'%

%36.81
%14.11
%49.08

CMYK color model

#782EA0 color CMYK value is (25,71,0,37).

  • cyan value is 25.00%
  • magenta value is 71.25%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (25,71,0,37)
C25M71Y0K37 (25%, 71%, 0%, 37%)
(0.25 / 0.71 / 0.00 / 0.37)

CMYK percentages

%25
%71.25
%0
%37.25

Codes

Color #782EA0 in popluar color models

78 2E A0
RGB 120 46 160
HSL 279° 55.34% 40.39%
HSB/HSV 279° 71.25% 62.75%
CMYK 25.00% 71.25% 0.00%
37.25%

Color #782EA0 in popluar number systems.

HEX 78 2E A0
Decimal 120 46 160
Binary 1111000 101110 10100000
Octal 170 56 240

Shades and tints

Shades of #782EA0

#782EA0
(120,46,160)
#6E2A92
(110,42,146)
#642684
(100,38,132)
#5A2276
(90,34,118)
#501E68
(80,30,104)
#461A5A
(70,26,90)
#3C164C
(60,22,76)
#32123E
(50,18,62)
#280E30
(40,14,48)
#1E0A22
(30,10,34)
#140614
(20,6,20)
#000000
(0,0,0)

Tints of #782EA0

#782EA0
(120,46,160)
#8441A8
(132,65,168)
#9054B0
(144,84,176)
#9C67B8
(156,103,184)
#A87AC0
(168,122,192)
#B48DC8
(180,141,200)
#C0A0D0
(192,160,208)
#CCB3D8
(204,179,216)
#D8C6E0
(216,198,224)
#E4D9E8
(228,217,232)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782EA0 color. Also use rgb(120,46,160) instead hex code.

Text Font Color

.myTextColor { color: #782EA0; }

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

This text font color is #782EA0.

Background Color

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

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

This div background color is #782EA0.

Border color

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

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

This div border color is #782EA0.

Opacity

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

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

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

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

This text has shadow with #782EA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #782EA0.

Preview

Color preview on black background

This text has color #782EA0 on black background.


Color preview on white background

This text has color #782EA0 on white background.


Black color preview on #782EA0 background

This text has black color on #782EA0 background.


White color preview on #782EA0 background

This text has white color on #782EA0 background.


Related colors

Complementary color

Complementary color for #hex is #87D15F.


I love getcolorcode.com

Triadic colors

1 #A0782E and #2EA078 with #782EA0 are triadic colors.

2 #A02E78 and #2E78A0 with #782EA0 are triadic colors.