COLOR #784698

HEX: #784698
RGB: (120,70,152)

Color info

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

RGB color model

#784698 color RGB value is (120,70,152).

  • red value is 120;
  • green value is 70;
  • blue value is 152.
RGB:
(120,70,152)
(47%,27%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 70 of 255 = 27%
B 152 of 255 = 60%

120
70
152

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

Portions of RGB colors in percentages

R + G + B =
120 + 70 + 152 = 342 (100%)
R 120 of 342 ~ 35.09%
G 70 of 342 ~ 20.47%
B 152 of 342 ~ 44.44%

%35.09
%20.47
%44.44

CMYK color model

#784698 color CMYK value is (21,54,0,40).

  • cyan value is 21.05%
  • magenta value is 53.95%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(21,54,0,40)
C21M54Y0K40 
(21%,54%,0%,40%)
(0.21/0.54/0.00/0.40)	

CMYK percentages

%21.05
%53.95
%0
%40.39

Codes

Color #784698 in popluar color models

784698
RGB12070152
HSL277°36.94%43.53%
HSB/HSV277°53.95%59.61%
CMYK21.05%53.95%0.00%
40.39%

Color #784698 in popluar number systems.

HEX784698
Decimal12070152
Binary1111000100011010011000
Octal170106230

Shades and tints

Shades of #784698

#784698
(120,70,152)
#6E408B
(110,64,139)
#643A7E
(100,58,126)
#5A3471
(90,52,113)
#502E64
(80,46,100)
#462857
(70,40,87)
#3C224A
(60,34,74)
#321C3D
(50,28,61)
#281630
(40,22,48)
#1E1023
(30,16,35)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #784698

#784698
(120,70,152)
#8456A1
(132,86,161)
#9066AA
(144,102,170)
#9C76B3
(156,118,179)
#A886BC
(168,134,188)
#B496C5
(180,150,197)
#C0A6CE
(192,166,206)
#CCB6D7
(204,182,215)
#D8C6E0
(216,198,224)
#E4D6E9
(228,214,233)
#F0E6F2
(240,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784698 color. Also use rgb(120,70,152) instead hex code.

Text Font Color

.myTextColor { color: #784698; }

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

This text font color is #784698.


Background Color

.myBgColor { background-color: #784698; }

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

This div background color is #784698.


Border color

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

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

This div border color is #784698.


Opacity

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

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

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

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

This text has shadow with #784698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784698 on black background.


Color preview on white background

This text has color #784698 on white background.



Black color preview on #784698 background

This text has black color on #784698 background.


White color preview on #784698 background

This text has white color on #784698 background.