COLOR #784394

HEX: #784394
RGB: (120,67,148)

Color info

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

RGB color model

#784394 color RGB value is (120,67,148).

  • red value is 120;
  • green value is 67;
  • blue value is 148.
RGB:
(120,67,148)
(47%,26%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 67 of 255 = 26%
B 148 of 255 = 58%

120
67
148

R + G + B ~ 44%. #784394 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 67 + 148 = 335 (100%)
R 120 of 335 ~ 35.82%
G 67 of 335 ~ 20%
B 148 of 335 ~ 44.18%

%35.82
%20
%44.18

CMYK color model

#784394 color CMYK value is (19,55,0,42).

  • cyan value is 18.92%
  • magenta value is 54.73%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(19,55,0,42)
C19M55Y0K42 
(19%,55%,0%,42%)
(0.19/0.55/0.00/0.42)	

CMYK percentages

%18.92
%54.73
%0
%41.96

Codes

Color #784394 in popluar color models

784394
RGB12067148
HSL279°37.67%42.16%
HSB/HSV279°54.73%58.04%
CMYK18.92%54.73%0.00%
41.96%

Color #784394 in popluar number systems.

HEX784394
Decimal12067148
Binary1111000100001110010100
Octal170103224

Shades and tints

Shades of #784394

#784394
(120,67,148)
#6E3D87
(110,61,135)
#64377A
(100,55,122)
#5A316D
(90,49,109)
#502B60
(80,43,96)
#462553
(70,37,83)
#3C1F46
(60,31,70)
#321939
(50,25,57)
#28132C
(40,19,44)
#1E0D1F
(30,13,31)
#140712
(20,7,18)
#000000
(0,0,0)

Tints of #784394

#784394
(120,67,148)
#84549D
(132,84,157)
#9065A6
(144,101,166)
#9C76AF
(156,118,175)
#A887B8
(168,135,184)
#B498C1
(180,152,193)
#C0A9CA
(192,169,202)
#CCBAD3
(204,186,211)
#D8CBDC
(216,203,220)
#E4DCE5
(228,220,229)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784394 color. Also use rgb(120,67,148) instead hex code.

Text Font Color

.myTextColor { color: #784394; }

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

This text font color is #784394.


Background Color

.myBgColor { background-color: #784394; }

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

This div background color is #784394.


Border color

.myBorderColor { border: 1px solid #784394; }

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

This div border color is #784394.


Opacity

.myOpacity80 { color: #784394; opacity: 0.8; }

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

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

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

This text has shadow with #784394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784394 on black background.


Color preview on white background

This text has color #784394 on white background.



Black color preview on #784394 background

This text has black color on #784394 background.


White color preview on #784394 background

This text has white color on #784394 background.