COLOR #82047F

HEX: #82047F RGB: (130,4,127)

Color info

#82047F contains mainly red and blue colors. Web safe color of #82047F is #990066 (or #906).

RGB color model

#82047F color RGB value is (130,4,127).

RGB: (130,4,127) (51%, 2%, 50%)

RGB channels and saturation

R 130 of 255 = 51%
G 4 of 255 = 2%
B 127 of 255 = 50%

130
4
127

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

Portions of RGB colors in percentages

R + G + B = 130 + 4 + 127 = 261 (100%)
R 130 of 261 ~ 49.81%
G 4 of 261 ~ 1.53%
B 127 of 261 ~ 48.66'%

%49.81
%48.66

CMYK color model

#82047F color CMYK value is (0,97,2,49).

  • cyan value is 0.00%
  • magenta value is 96.92%
  • yellow value is 2.31%
  • key color value is 49.02%

CMYK: (0,97,2,49)
C0M97Y2K49 (0%, 97%, 2%, 49%)
(0.00 / 0.97 / 0.02 / 0.49)

CMYK percentages

%0
%96.92
%2.31
%49.02

Codes

Color #82047F in popluar color models

82 04 7F
RGB 130 4 127
HSL 301° 94.03% 26.27%
HSB/HSV 301° 96.92% 50.98%
CMYK 0.00% 96.92% 2.31%
49.02%

Color #82047F in popluar number systems.

HEX 82 04 7F
Decimal 130 4 127
Binary 10000010 100 1111111
Octal 202 4 177

Shades and tints

Shades of #82047F

#82047F
(130,4,127)
#770474
(119,4,116)
#6C0469
(108,4,105)
#61045E
(97,4,94)
#560453
(86,4,83)
#4B0448
(75,4,72)
#40043D
(64,4,61)
#350432
(53,4,50)
#2A0427
(42,4,39)
#1F041C
(31,4,28)
#140411
(20,4,17)
#000000
(0,0,0)

Tints of #82047F

#82047F
(130,4,127)
#8D1A8A
(141,26,138)
#983095
(152,48,149)
#A346A0
(163,70,160)
#AE5CAB
(174,92,171)
#B972B6
(185,114,182)
#C488C1
(196,136,193)
#CF9ECC
(207,158,204)
#DAB4D7
(218,180,215)
#E5CAE2
(229,202,226)
#F0E0ED
(240,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82047F color. Also use rgb(130,4,127) instead hex code.

Text Font Color

.myTextColor { color: #82047F; }

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

This text font color is #82047F.

Background Color

.myBgColor { background-color: #82047F; }

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

This div background color is #82047F.

Border color

.myBorderColor { border: 1px solid #82047F; }

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

This div border color is #82047F.

Opacity

.myOpacity80 { color: #82047F; opacity: 0.8; }

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

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

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

This text has shadow with #82047F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82047F.

Preview

Color preview on black background

This text has color #82047F on black background.


Color preview on white background

This text has color #82047F on white background.


Black color preview on #82047F background

This text has black color on #82047F background.


White color preview on #82047F background

This text has white color on #82047F background.


Related colors

Complementary color

Complementary color for #hex is #7DFB80.


I love getcolorcode.com

Triadic colors

1 #7F8204 and #047F82 with #82047F are triadic colors.

2 #7F0482 and #04827F with #82047F are triadic colors.