COLOR #780041

HEX: #780041 RGB: (120,0,65)

Color info

#780041 contains only red and blue colors. Web safe color of #780041 is #660033 (or #603).

RGB color model

#780041 color RGB value is (120,0,65).

RGB: (120,0,65) (47%, 0%, 25%)

RGB channels and saturation

R 120 of 255 = 47%
G 0 of 255 = 0%
B 65 of 255 = 25%

120
0
65

R + G + B ~ 24%. #780041 is dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 0 + 65 = 185 (100%)
R 120 of 185 ~ 64.86%
G 0 of 185 ~ 0%
B 65 of 185 ~ 35.14'%

%64.86
%35.14

CMYK color model

#780041 color CMYK value is (0,100,46,53).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 45.83%
  • key color value is 52.94%
CMYK: (0,100,46,53) C0M100Y46K53 (0%,100%,46%,53%) (0.00/1.00/0.46/0.53) 

CMYK percentages

%0
%100
%45.83
%52.94

Codes

Color #780041 in popluar color models

78 00 41
RGB 120 0 65
HSL 328° 100.00% 23.53%
HSB/HSV 328° 100.00% 47.06%
CMYK 0.00% 100.00% 45.83%
52.94%

Color #780041 in popluar number systems.

HEX 78 00 41
Decimal 120 0 65
Binary 1111000 0 1000001
Octal 170 0 101

Shades and tints

Shades of #780041

#780041
(120,0,65)
#6E003C
(110,0,60)
#640037
(100,0,55)
#5A0032
(90,0,50)
#50002D
(80,0,45)
#460028
(70,0,40)
#3C0023
(60,0,35)
#32001E
(50,0,30)
#280019
(40,0,25)
#1E0014
(30,0,20)
#14000F
(20,0,15)
#000000
(0,0,0)

Tints of #780041

#780041
(120,0,65)
#841752
(132,23,82)
#902E63
(144,46,99)
#9C4574
(156,69,116)
#A85C85
(168,92,133)
#B47396
(180,115,150)
#C08AA7
(192,138,167)
#CCA1B8
(204,161,184)
#D8B8C9
(216,184,201)
#E4CFDA
(228,207,218)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #780041; }

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

This text font color is #780041.

Background Color

.myBgColor { background-color: #780041; }

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

This div background color is #780041.

Border color

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

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

This div border color is #780041.

Opacity

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

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

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

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

This text has shadow with #780041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #780041.

Preview

Color preview on black background

This text has color #780041 on black background.


Color preview on white background

This text has color #780041 on white background.


Black color preview on #780041 background

This text has black color on #780041 background.


White color preview on #780041 background

This text has white color on #780041 background.


Related colors

Complementary color

Complementary color for #hex is #87FFBE.


I love getcolorcode.com

Triadic colors

1 #417800 and #004178 with #780041 are triadic colors.

2 #410078 and #007841 with #780041 are triadic colors.