COLOR #78408D

HEX: #78408D
RGB: (120,64,141)

Color info

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

RGB color model

#78408D color RGB value is (120,64,141).

  • red value is 120;
  • green value is 64;
  • blue value is 141.
RGB:
(120,64,141)
(47%,25%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 64 of 255 = 25%
B 141 of 255 = 55%

120
64
141

R + G + B ~ 42%. #78408D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 64 + 141 = 325 (100%)
R 120 of 325 ~ 36.92%
G 64 of 325 ~ 19.69%
B 141 of 325 ~ 43.38%

%36.92
%19.69
%43.38

CMYK color model

#78408D color CMYK value is (15,55,0,45).

  • cyan value is 14.89%
  • magenta value is 54.61%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(15,55,0,45)
C15M55Y0K45 
(15%,55%,0%,45%)
(0.15/0.55/0.00/0.45)	

CMYK percentages

%14.89
%54.61
%0
%44.71

Codes

Color #78408D in popluar color models

78408D
RGB12064141
HSL284°37.56%40.20%
HSB/HSV284°54.61%55.29%
CMYK14.89%54.61%0.00%
44.71%

Color #78408D in popluar number systems.

HEX78408D
Decimal12064141
Binary1111000100000010001101
Octal170100215

Shades and tints

Shades of #78408D

#78408D
(120,64,141)
#6E3B81
(110,59,129)
#643675
(100,54,117)
#5A3169
(90,49,105)
#502C5D
(80,44,93)
#462751
(70,39,81)
#3C2245
(60,34,69)
#321D39
(50,29,57)
#28182D
(40,24,45)
#1E1321
(30,19,33)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #78408D

#78408D
(120,64,141)
#845197
(132,81,151)
#9062A1
(144,98,161)
#9C73AB
(156,115,171)
#A884B5
(168,132,181)
#B495BF
(180,149,191)
#C0A6C9
(192,166,201)
#CCB7D3
(204,183,211)
#D8C8DD
(216,200,221)
#E4D9E7
(228,217,231)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78408D color. Also use rgb(120,64,141) instead hex code.

Text Font Color

.myTextColor { color: #78408D; }

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

This text font color is #78408D.


Background Color

.myBgColor { background-color: #78408D; }

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

This div background color is #78408D.


Border color

.myBorderColor { border: 1px solid #78408D; }

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

This div border color is #78408D.


Opacity

.myOpacity80 { color: #78408D; opacity: 0.8; }

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

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

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

This text has shadow with #78408D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78408D on black background.


Color preview on white background

This text has color #78408D on white background.



Black color preview on #78408D background

This text has black color on #78408D background.


White color preview on #78408D background

This text has white color on #78408D background.