COLOR #78417F

HEX: #78417F RGB: (120,65,127)

Color info

#78417F contains mainly red and blue colors. Web safe color of #78417F is #663366 (or #636).

RGB color model

#78417F color RGB value is (120,65,127).

RGB: (120,65,127) (47%, 25%, 50%)

RGB channels and saturation

R 120 of 255 = 47%
G 65 of 255 = 25%
B 127 of 255 = 50%

120
65
127

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

Portions of RGB colors in percentages

R + G + B = 120 + 65 + 127 = 312 (100%)
R 120 of 312 ~ 38.46%
G 65 of 312 ~ 20.83%
B 127 of 312 ~ 40.71'%

%38.46
%20.83
%40.71

CMYK color model

#78417F color CMYK value is (6,49,0,50).

  • cyan value is 5.51%
  • magenta value is 48.82%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (6,49,0,50) C6M49Y0K50 (6%,49%,0%,50%) (0.06/0.49/0.00/0.50) 

CMYK percentages

%5.51
%48.82
%0
%50.2

Codes

Color #78417F in popluar color models

78 41 7F
RGB 120 65 127
HSL 293° 32.29% 37.65%
HSB/HSV 293° 48.82% 49.80%
CMYK 5.51% 48.82% 0.00%
50.20%

Color #78417F in popluar number systems.

HEX 78 41 7F
Decimal 120 65 127
Binary 1111000 1000001 1111111
Octal 170 101 177

Shades and tints

Shades of #78417F

#78417F
(120,65,127)
#6E3C74
(110,60,116)
#643769
(100,55,105)
#5A325E
(90,50,94)
#502D53
(80,45,83)
#462848
(70,40,72)
#3C233D
(60,35,61)
#321E32
(50,30,50)
#281927
(40,25,39)
#1E141C
(30,20,28)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #78417F

#78417F
(120,65,127)
#84528A
(132,82,138)
#906395
(144,99,149)
#9C74A0
(156,116,160)
#A885AB
(168,133,171)
#B496B6
(180,150,182)
#C0A7C1
(192,167,193)
#CCB8CC
(204,184,204)
#D8C9D7
(216,201,215)
#E4DAE2
(228,218,226)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78417F color. Also use rgb(120,65,127) instead hex code.

Text Font Color

.myTextColor { color: #78417F; }

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

This text font color is #78417F.

Background Color

.myBgColor { background-color: #78417F; }

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

This div background color is #78417F.

Border color

.myBorderColor { border: 1px solid #78417F; }

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

This div border color is #78417F.

Opacity

.myOpacity80 { color: #78417F; opacity: 0.8; }

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

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

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

This text has shadow with #78417F color.


.textShadow {text-shadow: 3px 3px 1px #78417F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78417F; -webkit-box-shadow: 1px 1px 3px 2px #78417F; box-shadow:1px 1px 3px 2px #78417F;">
Div content here
</div>

This div box has shadow with color #78417F.

Preview

Color preview on black background

This text has color #78417F on black background.


Color preview on white background

This text has color #78417F on white background.


Black color preview on #78417F background

This text has black color on #78417F background.


White color preview on #78417F background

This text has white color on #78417F background.


Related colors

Complementary color

Complementary color for #hex is #87BE80.


I love getcolorcode.com

Triadic colors

1 #7F7841 and #417F78 with #78417F are triadic colors.

2 #7F4178 and #41787F with #78417F are triadic colors.