COLOR #782F7F

HEX: #782F7F
RGB: (120,47,127)

Color info

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

RGB color model

#782F7F color RGB value is (120,47,127).

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

RGB channels and saturation

R 120 of 255 = 47%
G 47 of 255 = 18%
B 127 of 255 = 50%

120
47
127

R + G + B ~ 38%. #782F7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 47 + 127 = 294 (100%)
R 120 of 294 ~ 40.82%
G 47 of 294 ~ 15.99%
B 127 of 294 ~ 43.2%

%40.82
%15.99
%43.2

CMYK color model

#782F7F color CMYK value is (6,63,0,50).

  • cyan value is 5.51%
  • magenta value is 62.99%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,63,0,50)
C6M63Y0K50 
(6%,63%,0%,50%)
(0.06/0.63/0.00/0.50)	

CMYK percentages

%5.51
%62.99
%0
%50.2

Codes

Color #782F7F in popluar color models

782F7F
RGB12047127
HSL295°45.98%34.12%
HSB/HSV295°62.99%49.80%
CMYK5.51%62.99%0.00%
50.20%

Color #782F7F in popluar number systems.

HEX782F7F
Decimal12047127
Binary11110001011111111111
Octal17057177

Shades and tints

Shades of #782F7F

#782F7F
(120,47,127)
#6E2B74
(110,43,116)
#642769
(100,39,105)
#5A235E
(90,35,94)
#501F53
(80,31,83)
#461B48
(70,27,72)
#3C173D
(60,23,61)
#321332
(50,19,50)
#280F27
(40,15,39)
#1E0B1C
(30,11,28)
#140711
(20,7,17)
#000000
(0,0,0)

Tints of #782F7F

#782F7F
(120,47,127)
#84418A
(132,65,138)
#905395
(144,83,149)
#9C65A0
(156,101,160)
#A877AB
(168,119,171)
#B489B6
(180,137,182)
#C09BC1
(192,155,193)
#CCADCC
(204,173,204)
#D8BFD7
(216,191,215)
#E4D1E2
(228,209,226)
#F0E3ED
(240,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782F7F; }

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

This text font color is #782F7F.


Background Color

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

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

This div background color is #782F7F.


Border color

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

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

This div border color is #782F7F.


Opacity

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

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

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

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

This text has shadow with #782F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782F7F on black background.


Color preview on white background

This text has color #782F7F on white background.



Black color preview on #782F7F background

This text has black color on #782F7F background.


White color preview on #782F7F background

This text has white color on #782F7F background.