COLOR #782F7B

HEX: #782F7B
RGB: (120,47,123)

Color info

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

RGB color model

#782F7B color RGB value is (120,47,123).

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

RGB channels and saturation

R 120 of 255 = 47%
G 47 of 255 = 18%
B 123 of 255 = 48%

120
47
123

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

Portions of RGB colors in percentages

R + G + B =
120 + 47 + 123 = 290 (100%)
R 120 of 290 ~ 41.38%
G 47 of 290 ~ 16.21%
B 123 of 290 ~ 42.41%

%41.38
%16.21
%42.41

CMYK color model

#782F7B color CMYK value is (2,62,0,52).

  • cyan value is 2.44%
  • magenta value is 61.79%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(2,62,0,52)
C2M62Y0K52 
(2%,62%,0%,52%)
(0.02/0.62/0.00/0.52)	

CMYK percentages

%2.44
%61.79
%0
%51.76

Codes

Color #782F7B in popluar color models

782F7B
RGB12047123
HSL298°44.71%33.33%
HSB/HSV298°61.79%48.24%
CMYK2.44%61.79%0.00%
51.76%

Color #782F7B in popluar number systems.

HEX782F7B
Decimal12047123
Binary11110001011111111011
Octal17057173

Shades and tints

Shades of #782F7B

#782F7B
(120,47,123)
#6E2B70
(110,43,112)
#642765
(100,39,101)
#5A235A
(90,35,90)
#501F4F
(80,31,79)
#461B44
(70,27,68)
#3C1739
(60,23,57)
#32132E
(50,19,46)
#280F23
(40,15,35)
#1E0B18
(30,11,24)
#14070D
(20,7,13)
#000000
(0,0,0)

Tints of #782F7B

#782F7B
(120,47,123)
#844187
(132,65,135)
#905393
(144,83,147)
#9C659F
(156,101,159)
#A877AB
(168,119,171)
#B489B7
(180,137,183)
#C09BC3
(192,155,195)
#CCADCF
(204,173,207)
#D8BFDB
(216,191,219)
#E4D1E7
(228,209,231)
#F0E3F3
(240,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782F7B; }

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

This text font color is #782F7B.


Background Color

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

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

This div background color is #782F7B.


Border color

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

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

This div border color is #782F7B.


Opacity

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

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

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

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

This text has shadow with #782F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782F7B on black background.


Color preview on white background

This text has color #782F7B on white background.



Black color preview on #782F7B background

This text has black color on #782F7B background.


White color preview on #782F7B background

This text has white color on #782F7B background.