COLOR #782D78

HEX: #782D78
RGB: (120,45,120)

Color info

#782D78 contains mainly red and blue colors. Web safe color of #782D78 is #663366 (or #636).

RGB color model

#782D78 color RGB value is (120,45,120).

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

RGB channels and saturation

R 120 of 255 = 47%
G 45 of 255 = 18%
B 120 of 255 = 47%

120
45
120

R + G + B ~ 37%. #782D78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 45 + 120 = 285 (100%)
R 120 of 285 ~ 42.11%
G 45 of 285 ~ 15.79%
B 120 of 285 ~ 42.11%

%42.11
%15.79
%42.11

CMYK color model

#782D78 color CMYK value is (0,63,0,53).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(0,63,0,53)
C0M63Y0K53 
(0%,63%,0%,53%)
(0.00/0.63/0.00/0.53)	

CMYK percentages

%0
%62.5
%0
%52.94

Codes

Color #782D78 in popluar color models

782D78
RGB12045120
HSL300°45.45%32.35%
HSB/HSV300°62.50%47.06%
CMYK0.00%62.50%0.00%
52.94%

Color #782D78 in popluar number systems.

HEX782D78
Decimal12045120
Binary11110001011011111000
Octal17055170

Shades and tints

Shades of #782D78

#782D78
(120,45,120)
#6E296E
(110,41,110)
#642564
(100,37,100)
#5A215A
(90,33,90)
#501D50
(80,29,80)
#461946
(70,25,70)
#3C153C
(60,21,60)
#321132
(50,17,50)
#280D28
(40,13,40)
#1E091E
(30,9,30)
#140514
(20,5,20)
#000000
(0,0,0)

Tints of #782D78

#782D78
(120,45,120)
#844084
(132,64,132)
#905390
(144,83,144)
#9C669C
(156,102,156)
#A879A8
(168,121,168)
#B48CB4
(180,140,180)
#C09FC0
(192,159,192)
#CCB2CC
(204,178,204)
#D8C5D8
(216,197,216)
#E4D8E4
(228,216,228)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782D78; }

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

This text font color is #782D78.


Background Color

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

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

This div background color is #782D78.


Border color

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

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

This div border color is #782D78.


Opacity

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

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

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

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

This text has shadow with #782D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782D78 on black background.


Color preview on white background

This text has color #782D78 on white background.



Black color preview on #782D78 background

This text has black color on #782D78 background.


White color preview on #782D78 background

This text has white color on #782D78 background.