COLOR #782A99

HEX: #782A99
RGB: (120,42,153)

Color info

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

RGB color model

#782A99 color RGB value is (120,42,153).

  • red value is 120;
  • green value is 42;
  • blue value is 153.
RGB:
(120,42,153)
(47%,16%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 42 of 255 = 16%
B 153 of 255 = 60%

120
42
153

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

Portions of RGB colors in percentages

R + G + B =
120 + 42 + 153 = 315 (100%)
R 120 of 315 ~ 38.1%
G 42 of 315 ~ 13.33%
B 153 of 315 ~ 48.57%

%38.1
%13.33
%48.57

CMYK color model

#782A99 color CMYK value is (22,73,0,40).

  • cyan value is 21.57%
  • magenta value is 72.55%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(22,73,0,40)
C22M73Y0K40 
(22%,73%,0%,40%)
(0.22/0.73/0.00/0.40)	

CMYK percentages

%21.57
%72.55
%0
%40

Codes

Color #782A99 in popluar color models

782A99
RGB12042153
HSL282°56.92%38.24%
HSB/HSV282°72.55%60.00%
CMYK21.57%72.55%0.00%
40.00%

Color #782A99 in popluar number systems.

HEX782A99
Decimal12042153
Binary111100010101010011001
Octal17052231

Shades and tints

Shades of #782A99

#782A99
(120,42,153)
#6E278C
(110,39,140)
#64247F
(100,36,127)
#5A2172
(90,33,114)
#501E65
(80,30,101)
#461B58
(70,27,88)
#3C184B
(60,24,75)
#32153E
(50,21,62)
#281231
(40,18,49)
#1E0F24
(30,15,36)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #782A99

#782A99
(120,42,153)
#843DA2
(132,61,162)
#9050AB
(144,80,171)
#9C63B4
(156,99,180)
#A876BD
(168,118,189)
#B489C6
(180,137,198)
#C09CCF
(192,156,207)
#CCAFD8
(204,175,216)
#D8C2E1
(216,194,225)
#E4D5EA
(228,213,234)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782A99; }

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

This text font color is #782A99.


Background Color

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

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

This div background color is #782A99.


Border color

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

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

This div border color is #782A99.


Opacity

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

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

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

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

This text has shadow with #782A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782A99 on black background.


Color preview on white background

This text has color #782A99 on white background.



Black color preview on #782A99 background

This text has black color on #782A99 background.


White color preview on #782A99 background

This text has white color on #782A99 background.