COLOR #781F53

HEX: #781F53 RGB: (120,31,83)

Color info

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

RGB color model

#781F53 color RGB value is (120,31,83).

RGB: (120,31,83) (47%, 12%, 33%)

RGB channels and saturation

R 120 of 255 = 47%
G 31 of 255 = 12%
B 83 of 255 = 33%

120
31
83

R + G + B ~ 31%. #781F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 31 + 83 = 234 (100%)
R 120 of 234 ~ 51.28%
G 31 of 234 ~ 13.25%
B 83 of 234 ~ 35.47'%

%51.28
%13.25
%35.47

CMYK color model

#781F53 color CMYK value is (0,74,31,53).

  • cyan value is 0.00%
  • magenta value is 74.17%
  • yellow value is 30.83%
  • key color value is 52.94%
CMYK: (0,74,31,53) C0M74Y31K53 (0%,74%,31%,53%) (0.00/0.74/0.31/0.53) 

CMYK percentages

%0
%74.17
%30.83
%52.94

Codes

Color #781F53 in popluar color models

78 1F 53
RGB 120 31 83
HSL 325° 58.94% 29.61%
HSB/HSV 325° 74.17% 47.06%
CMYK 0.00% 74.17% 30.83%
52.94%

Color #781F53 in popluar number systems.

HEX 78 1F 53
Decimal 120 31 83
Binary 1111000 11111 1010011
Octal 170 37 123

Shades and tints

Shades of #781F53

#781F53
(120,31,83)
#6E1D4C
(110,29,76)
#641B45
(100,27,69)
#5A193E
(90,25,62)
#501737
(80,23,55)
#461530
(70,21,48)
#3C1329
(60,19,41)
#321122
(50,17,34)
#280F1B
(40,15,27)
#1E0D14
(30,13,20)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #781F53

#781F53
(120,31,83)
#843362
(132,51,98)
#904771
(144,71,113)
#9C5B80
(156,91,128)
#A86F8F
(168,111,143)
#B4839E
(180,131,158)
#C097AD
(192,151,173)
#CCABBC
(204,171,188)
#D8BFCB
(216,191,203)
#E4D3DA
(228,211,218)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781F53 color. Also use rgb(120,31,83) instead hex code.

Text Font Color

.myTextColor { color: #781F53; }

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

This text font color is #781F53.

Background Color

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

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

This div background color is #781F53.

Border color

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

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

This div border color is #781F53.

Opacity

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

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

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

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

This text has shadow with #781F53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #781F53.

Preview

Color preview on black background

This text has color #781F53 on black background.


Color preview on white background

This text has color #781F53 on white background.


Black color preview on #781F53 background

This text has black color on #781F53 background.


White color preview on #781F53 background

This text has white color on #781F53 background.


Related colors

Complementary color

Complementary color for #hex is #87E0AC.


I love getcolorcode.com

Triadic colors

1 #53781F and #1F5378 with #781F53 are triadic colors.

2 #531F78 and #1F7853 with #781F53 are triadic colors.