COLOR #801474

HEX: #801474
RGB: (128,20,116)

Color info

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

RGB color model

#801474 color RGB value is (128,20,116).

  • red value is 128;
  • green value is 20;
  • blue value is 116.
RGB:
(128,20,116)
(50%,8%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 20 of 255 = 8%
B 116 of 255 = 45%

128
20
116

R + G + B ~ 34%. #801474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 20 + 116 = 264 (100%)
R 128 of 264 ~ 48.48%
G 20 of 264 ~ 7.58%
B 116 of 264 ~ 43.94%

%48.48
%43.94

CMYK color model

#801474 color CMYK value is (0,84,9,50).

  • cyan value is 0.00%
  • magenta value is 84.38%
  • yellow value is 9.38%
  • key color value is 49.80%
CMYK:
(0,84,9,50)
C0M84Y9K50 
(0%,84%,9%,50%)
(0.00/0.84/0.09/0.50)	

CMYK percentages

%0
%84.38
%9.38
%49.8

Codes

Color #801474 in popluar color models

801474
RGB12820116
HSL307°72.97%29.02%
HSB/HSV307°84.38%50.20%
CMYK0.00%84.38%9.38%
49.80%

Color #801474 in popluar number systems.

HEX801474
Decimal12820116
Binary10000000101001110100
Octal20024164

Shades and tints

Shades of #801474

#801474
(128,20,116)
#75136A
(117,19,106)
#6A1260
(106,18,96)
#5F1156
(95,17,86)
#54104C
(84,16,76)
#490F42
(73,15,66)
#3E0E38
(62,14,56)
#330D2E
(51,13,46)
#280C24
(40,12,36)
#1D0B1A
(29,11,26)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #801474

#801474
(128,20,116)
#8B2980
(139,41,128)
#963E8C
(150,62,140)
#A15398
(161,83,152)
#AC68A4
(172,104,164)
#B77DB0
(183,125,176)
#C292BC
(194,146,188)
#CDA7C8
(205,167,200)
#D8BCD4
(216,188,212)
#E3D1E0
(227,209,224)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801474 color. Also use rgb(128,20,116) instead hex code.

Text Font Color

.myTextColor { color: #801474; }

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

This text font color is #801474.


Background Color

.myBgColor { background-color: #801474; }

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

This div background color is #801474.


Border color

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

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

This div border color is #801474.


Opacity

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

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

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

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

This text has shadow with #801474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801474 on black background.


Color preview on white background

This text has color #801474 on white background.



Black color preview on #801474 background

This text has black color on #801474 background.


White color preview on #801474 background

This text has white color on #801474 background.