COLOR #782FA5

HEX: #782FA5
RGB: (120,47,165)

Color info

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

RGB color model

#782FA5 color RGB value is (120,47,165).

  • red value is 120;
  • green value is 47;
  • blue value is 165.
RGB:
(120,47,165)
(47%,18%,65%)

RGB channels and saturation

R 120 of 255 = 47%
G 47 of 255 = 18%
B 165 of 255 = 65%

120
47
165

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

Portions of RGB colors in percentages

R + G + B =
120 + 47 + 165 = 332 (100%)
R 120 of 332 ~ 36.14%
G 47 of 332 ~ 14.16%
B 165 of 332 ~ 49.7%

%36.14
%14.16
%49.7

CMYK color model

#782FA5 color CMYK value is (27,72,0,35).

  • cyan value is 27.27%
  • magenta value is 71.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(27,72,0,35)
C27M72Y0K35 
(27%,72%,0%,35%)
(0.27/0.72/0.00/0.35)	

CMYK percentages

%27.27
%71.52
%0
%35.29

Codes

Color #782FA5 in popluar color models

782FA5
RGB12047165
HSL277°55.66%41.57%
HSB/HSV277°71.52%64.71%
CMYK27.27%71.52%0.00%
35.29%

Color #782FA5 in popluar number systems.

HEX782FA5
Decimal12047165
Binary111100010111110100101
Octal17057245

Shades and tints

Shades of #782FA5

#782FA5
(120,47,165)
#6E2B96
(110,43,150)
#642787
(100,39,135)
#5A2378
(90,35,120)
#501F69
(80,31,105)
#461B5A
(70,27,90)
#3C174B
(60,23,75)
#32133C
(50,19,60)
#280F2D
(40,15,45)
#1E0B1E
(30,11,30)
#14070F
(20,7,15)
#000000
(0,0,0)

Tints of #782FA5

#782FA5
(120,47,165)
#8441AD
(132,65,173)
#9053B5
(144,83,181)
#9C65BD
(156,101,189)
#A877C5
(168,119,197)
#B489CD
(180,137,205)
#C09BD5
(192,155,213)
#CCADDD
(204,173,221)
#D8BFE5
(216,191,229)
#E4D1ED
(228,209,237)
#F0E3F5
(240,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782FA5 color. Also use rgb(120,47,165) instead hex code.

Text Font Color

.myTextColor { color: #782FA5; }

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

This text font color is #782FA5.


Background Color

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

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

This div background color is #782FA5.


Border color

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

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

This div border color is #782FA5.


Opacity

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

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

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

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

This text has shadow with #782FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782FA5 on black background.


Color preview on white background

This text has color #782FA5 on white background.



Black color preview on #782FA5 background

This text has black color on #782FA5 background.


White color preview on #782FA5 background

This text has white color on #782FA5 background.