COLOR #78046C

HEX: #78046C RGB: (120,4,108)

Color info

#78046C contains mainly red and blue colors. Web safe color of #78046C is #660066 (or #606).

RGB color model

#78046C color RGB value is (120,4,108).

RGB: (120,4,108) (47%, 2%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 4 of 255 = 2%
B 108 of 255 = 42%

120
4
108

R + G + B ~ 30%. #78046C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 4 + 108 = 232 (100%)
R 120 of 232 ~ 51.72%
G 4 of 232 ~ 1.72%
B 108 of 232 ~ 46.55'%

%51.72
%46.55

CMYK color model

#78046C color CMYK value is (0,97,10,53).

  • cyan value is 0.00%
  • magenta value is 96.67%
  • yellow value is 10.00%
  • key color value is 52.94%

CMYK: (0,97,10,53)
C0M97Y10K53 (0%, 97%, 10%, 53%)
(0.00 / 0.97 / 0.10 / 0.53)

CMYK percentages

%0
%96.67
%10
%52.94

Codes

Color #78046C in popluar color models

78 04 6C
RGB 120 4 108
HSL 306° 93.55% 24.31%
HSB/HSV 306° 96.67% 47.06%
CMYK 0.00% 96.67% 10.00%
52.94%

Color #78046C in popluar number systems.

HEX 78 04 6C
Decimal 120 4 108
Binary 1111000 100 1101100
Octal 170 4 154

Shades and tints

Shades of #78046C

#78046C
(120,4,108)
#6E0463
(110,4,99)
#64045A
(100,4,90)
#5A0451
(90,4,81)
#500448
(80,4,72)
#46043F
(70,4,63)
#3C0436
(60,4,54)
#32042D
(50,4,45)
#280424
(40,4,36)
#1E041B
(30,4,27)
#140412
(20,4,18)
#000000
(0,0,0)

Tints of #78046C

#78046C
(120,4,108)
#841A79
(132,26,121)
#903086
(144,48,134)
#9C4693
(156,70,147)
#A85CA0
(168,92,160)
#B472AD
(180,114,173)
#C088BA
(192,136,186)
#CC9EC7
(204,158,199)
#D8B4D4
(216,180,212)
#E4CAE1
(228,202,225)
#F0E0EE
(240,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78046C color. Also use rgb(120,4,108) instead hex code.

Text Font Color

.myTextColor { color: #78046C; }

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

This text font color is #78046C.

Background Color

.myBgColor { background-color: #78046C; }

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

This div background color is #78046C.

Border color

.myBorderColor { border: 1px solid #78046C; }

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

This div border color is #78046C.

Opacity

.myOpacity80 { color: #78046C; opacity: 0.8; }

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

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

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

This text has shadow with #78046C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78046C.

Preview

Color preview on black background

This text has color #78046C on black background.


Color preview on white background

This text has color #78046C on white background.


Black color preview on #78046C background

This text has black color on #78046C background.


White color preview on #78046C background

This text has white color on #78046C background.


Related colors

Complementary color

Complementary color for #hex is #87FB93.


I love getcolorcode.com

Triadic colors

1 #6C7804 and #046C78 with #78046C are triadic colors.

2 #6C0478 and #04786C with #78046C are triadic colors.