COLOR #78399D

HEX: #78399D
RGB: (120,57,157)

Color info

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

RGB color model

#78399D color RGB value is (120,57,157).

  • red value is 120;
  • green value is 57;
  • blue value is 157.
RGB:
(120,57,157)
(47%,22%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 57 of 255 = 22%
B 157 of 255 = 62%

120
57
157

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

Portions of RGB colors in percentages

R + G + B =
120 + 57 + 157 = 334 (100%)
R 120 of 334 ~ 35.93%
G 57 of 334 ~ 17.07%
B 157 of 334 ~ 47.01%

%35.93
%17.07
%47.01

CMYK color model

#78399D color CMYK value is (24,64,0,38).

  • cyan value is 23.57%
  • magenta value is 63.69%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,64,0,38)
C24M64Y0K38 
(24%,64%,0%,38%)
(0.24/0.64/0.00/0.38)	

CMYK percentages

%23.57
%63.69
%0
%38.43

Codes

Color #78399D in popluar color models

78399D
RGB12057157
HSL278°46.73%41.96%
HSB/HSV278°63.69%61.57%
CMYK23.57%63.69%0.00%
38.43%

Color #78399D in popluar number systems.

HEX78399D
Decimal12057157
Binary111100011100110011101
Octal17071235

Shades and tints

Shades of #78399D

#78399D
(120,57,157)
#6E348F
(110,52,143)
#642F81
(100,47,129)
#5A2A73
(90,42,115)
#502565
(80,37,101)
#462057
(70,32,87)
#3C1B49
(60,27,73)
#32163B
(50,22,59)
#28112D
(40,17,45)
#1E0C1F
(30,12,31)
#140711
(20,7,17)
#000000
(0,0,0)

Tints of #78399D

#78399D
(120,57,157)
#844BA5
(132,75,165)
#905DAD
(144,93,173)
#9C6FB5
(156,111,181)
#A881BD
(168,129,189)
#B493C5
(180,147,197)
#C0A5CD
(192,165,205)
#CCB7D5
(204,183,213)
#D8C9DD
(216,201,221)
#E4DBE5
(228,219,229)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78399D color. Also use rgb(120,57,157) instead hex code.

Text Font Color

.myTextColor { color: #78399D; }

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

This text font color is #78399D.


Background Color

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

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

This div background color is #78399D.


Border color

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

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

This div border color is #78399D.


Opacity

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

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

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

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

This text has shadow with #78399D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78399D on black background.


Color preview on white background

This text has color #78399D on white background.



Black color preview on #78399D background

This text has black color on #78399D background.


White color preview on #78399D background

This text has white color on #78399D background.