COLOR #780081

HEX: #780081
RGB: (120,0,129)

Color info

#780081 contains only red and blue colors. Web safe color of #780081 is #660099 (or #609).

RGB color model

#780081 color RGB value is (120,0,129).

  • red value is 120;
  • green value is 0;
  • blue value is 129.
RGB:
(120,0,129)
(47%,0%,51%)

RGB channels and saturation

R 120 of 255 = 47%
G 0 of 255 = 0%
B 129 of 255 = 51%

120
0
129

R + G + B ~ 33%. #780081 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 0 + 129 = 249 (100%)
R 120 of 249 ~ 48.19%
G 0 of 249 ~ 0%
B 129 of 249 ~ 51.81%

%48.19
%51.81

CMYK color model

#780081 color CMYK value is (7,100,0,49).

  • cyan value is 6.98%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(7,100,0,49)
C7M100Y0K49 
(7%,100%,0%,49%)
(0.07/1.00/0.00/0.49)	

CMYK percentages

%6.98
%100
%0
%49.41

Codes

Color #780081 in popluar color models

780081
RGB1200129
HSL296°100.00%25.29%
HSB/HSV296°100.00%50.59%
CMYK6.98%100.00%0.00%
49.41%

Color #780081 in popluar number systems.

HEX780081
Decimal1200129
Binary1111000010000001
Octal1700201

Shades and tints

Shades of #780081

#780081
(120,0,129)
#6E0076
(110,0,118)
#64006B
(100,0,107)
#5A0060
(90,0,96)
#500055
(80,0,85)
#46004A
(70,0,74)
#3C003F
(60,0,63)
#320034
(50,0,52)
#280029
(40,0,41)
#1E001E
(30,0,30)
#140013
(20,0,19)
#000000
(0,0,0)

Tints of #780081

#780081
(120,0,129)
#84178C
(132,23,140)
#902E97
(144,46,151)
#9C45A2
(156,69,162)
#A85CAD
(168,92,173)
#B473B8
(180,115,184)
#C08AC3
(192,138,195)
#CCA1CE
(204,161,206)
#D8B8D9
(216,184,217)
#E4CFE4
(228,207,228)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #780081; }

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

This text font color is #780081.


Background Color

.myBgColor { background-color: #780081; }

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

This div background color is #780081.


Border color

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

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

This div border color is #780081.


Opacity

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

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

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

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

This text has shadow with #780081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780081 on black background.


Color preview on white background

This text has color #780081 on white background.



Black color preview on #780081 background

This text has black color on #780081 background.


White color preview on #780081 background

This text has white color on #780081 background.