COLOR #802759

HEX: #802759
RGB: (128,39,89)

Color info

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

RGB color model

#802759 color RGB value is (128,39,89).

  • red value is 128;
  • green value is 39;
  • blue value is 89.
RGB:
(128,39,89)
(50%,15%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 39 of 255 = 15%
B 89 of 255 = 35%

128
39
89

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

Portions of RGB colors in percentages

R + G + B =
128 + 39 + 89 = 256 (100%)
R 128 of 256 ~ 50%
G 39 of 256 ~ 15.23%
B 89 of 256 ~ 34.77%

%50
%15.23
%34.77

CMYK color model

#802759 color CMYK value is (0,70,30,50).

  • cyan value is 0.00%
  • magenta value is 69.53%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(0,70,30,50)
C0M70Y30K50 
(0%,70%,30%,50%)
(0.00/0.70/0.30/0.50)	

CMYK percentages

%0
%69.53
%30.47
%49.8

Codes

Color #802759 in popluar color models

802759
RGB1283989
HSL326°53.29%32.75%
HSB/HSV326°69.53%50.20%
CMYK0.00%69.53%30.47%
49.80%

Color #802759 in popluar number systems.

HEX802759
Decimal1283989
Binary100000001001111011001
Octal20047131

Shades and tints

Shades of #802759

#802759
(128,39,89)
#752451
(117,36,81)
#6A2149
(106,33,73)
#5F1E41
(95,30,65)
#541B39
(84,27,57)
#491831
(73,24,49)
#3E1529
(62,21,41)
#331221
(51,18,33)
#280F19
(40,15,25)
#1D0C11
(29,12,17)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #802759

#802759
(128,39,89)
#8B3A68
(139,58,104)
#964D77
(150,77,119)
#A16086
(161,96,134)
#AC7395
(172,115,149)
#B786A4
(183,134,164)
#C299B3
(194,153,179)
#CDACC2
(205,172,194)
#D8BFD1
(216,191,209)
#E3D2E0
(227,210,224)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802759 color. Also use rgb(128,39,89) instead hex code.

Text Font Color

.myTextColor { color: #802759; }

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

This text font color is #802759.


Background Color

.myBgColor { background-color: #802759; }

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

This div background color is #802759.


Border color

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

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

This div border color is #802759.


Opacity

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

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

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

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

This text has shadow with #802759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802759 on black background.


Color preview on white background

This text has color #802759 on white background.



Black color preview on #802759 background

This text has black color on #802759 background.


White color preview on #802759 background

This text has white color on #802759 background.