COLOR #781E51

HEX: #781E51
RGB: (120,30,81)

Color info

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

RGB color model

#781E51 color RGB value is (120,30,81).

  • red value is 120;
  • green value is 30;
  • blue value is 81.
RGB:
(120,30,81)
(47%,12%,32%)

RGB channels and saturation

R 120 of 255 = 47%
G 30 of 255 = 12%
B 81 of 255 = 32%

120
30
81

R + G + B ~ 30%. #781E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 30 + 81 = 231 (100%)
R 120 of 231 ~ 51.95%
G 30 of 231 ~ 12.99%
B 81 of 231 ~ 35.06%

%51.95
%12.99
%35.06

CMYK color model

#781E51 color CMYK value is (0,75,33,53).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 32.50%
  • key color value is 52.94%
CMYK:
(0,75,33,53)
C0M75Y33K53 
(0%,75%,33%,53%)
(0.00/0.75/0.33/0.53)	

CMYK percentages

%0
%75
%32.5
%52.94

Codes

Color #781E51 in popluar color models

781E51
RGB1203081
HSL326°60.00%29.41%
HSB/HSV326°75.00%47.06%
CMYK0.00%75.00%32.50%
52.94%

Color #781E51 in popluar number systems.

HEX781E51
Decimal1203081
Binary1111000111101010001
Octal17036121

Shades and tints

Shades of #781E51

#781E51
(120,30,81)
#6E1C4A
(110,28,74)
#641A43
(100,26,67)
#5A183C
(90,24,60)
#501635
(80,22,53)
#46142E
(70,20,46)
#3C1227
(60,18,39)
#321020
(50,16,32)
#280E19
(40,14,25)
#1E0C12
(30,12,18)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #781E51

#781E51
(120,30,81)
#843260
(132,50,96)
#90466F
(144,70,111)
#9C5A7E
(156,90,126)
#A86E8D
(168,110,141)
#B4829C
(180,130,156)
#C096AB
(192,150,171)
#CCAABA
(204,170,186)
#D8BEC9
(216,190,201)
#E4D2D8
(228,210,216)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781E51 color. Also use rgb(120,30,81) instead hex code.

Text Font Color

.myTextColor { color: #781E51; }

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

This text font color is #781E51.


Background Color

.myBgColor { background-color: #781E51; }

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

This div background color is #781E51.


Border color

.myBorderColor { border: 1px solid #781E51; }

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

This div border color is #781E51.


Opacity

.myOpacity80 { color: #781E51; opacity: 0.8; }

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

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

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

This text has shadow with #781E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781E51 on black background.


Color preview on white background

This text has color #781E51 on white background.



Black color preview on #781E51 background

This text has black color on #781E51 background.


White color preview on #781E51 background

This text has white color on #781E51 background.