COLOR #782D87

HEX: #782D87
RGB: (120,45,135)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
45
135

R + G + B ~ 39%. #782D87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 45 + 135 = 300 (100%)
R 120 of 300 ~ 40%
G 45 of 300 ~ 15%
B 135 of 300 ~ 45%

%40
%15
%45

CMYK color model

#782D87 color CMYK value is (11,67,0,47).

  • cyan value is 11.11%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(11,67,0,47)
C11M67Y0K47 
(11%,67%,0%,47%)
(0.11/0.67/0.00/0.47)	

CMYK percentages

%11.11
%66.67
%0
%47.06

Codes

Color #782D87 in popluar color models

782D87
RGB12045135
HSL290°50.00%35.29%
HSB/HSV290°66.67%52.94%
CMYK11.11%66.67%0.00%
47.06%

Color #782D87 in popluar number systems.

HEX782D87
Decimal12045135
Binary111100010110110000111
Octal17055207

Shades and tints

Shades of #782D87

#782D87
(120,45,135)
#6E297B
(110,41,123)
#64256F
(100,37,111)
#5A2163
(90,33,99)
#501D57
(80,29,87)
#46194B
(70,25,75)
#3C153F
(60,21,63)
#321133
(50,17,51)
#280D27
(40,13,39)
#1E091B
(30,9,27)
#14050F
(20,5,15)
#000000
(0,0,0)

Tints of #782D87

#782D87
(120,45,135)
#844091
(132,64,145)
#90539B
(144,83,155)
#9C66A5
(156,102,165)
#A879AF
(168,121,175)
#B48CB9
(180,140,185)
#C09FC3
(192,159,195)
#CCB2CD
(204,178,205)
#D8C5D7
(216,197,215)
#E4D8E1
(228,216,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782D87; }

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

This text font color is #782D87.


Background Color

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

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

This div background color is #782D87.


Border color

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

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

This div border color is #782D87.


Opacity

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

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

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

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

This text has shadow with #782D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782D87 on black background.


Color preview on white background

This text has color #782D87 on white background.



Black color preview on #782D87 background

This text has black color on #782D87 background.


White color preview on #782D87 background

This text has white color on #782D87 background.