COLOR #7F3080

HEX: #7F3080 RGB: (127,48,128)

Color info

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

RGB color model

#7F3080 color RGB value is (127,48,128).

RGB: (127,48,128) (50%, 19%, 50%)

RGB channels and saturation

R 127 of 255 = 50%
G 48 of 255 = 19%
B 128 of 255 = 50%

127
48
128

R + G + B ~ 40%. #7F3080 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 48 + 128 = 303 (100%)
R 127 of 303 ~ 41.91%
G 48 of 303 ~ 15.84%
B 128 of 303 ~ 42.24'%

%41.91
%15.84
%42.24

CMYK color model

#7F3080 color CMYK value is (1,63,0,50).

  • cyan value is 0.78%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (1,63,0,50)
C1M63Y0K50 (1%, 63%, 0%, 50%)
(0.01 / 0.63 / 0.00 / 0.50)

CMYK percentages

%0.78
%62.5
%0
%49.8

Codes

Color #7F3080 in popluar color models

7F 30 80
RGB 127 48 128
HSL 299° 45.45% 34.51%
HSB/HSV 299° 62.50% 50.20%
CMYK 0.78% 62.50% 0.00%
49.80%

Color #7F3080 in popluar number systems.

HEX 7F 30 80
Decimal 127 48 128
Binary 1111111 110000 10000000
Octal 177 60 200

Shades and tints

Shades of #7F3080

#7F3080
(127,48,128)
#742C75
(116,44,117)
#69286A
(105,40,106)
#5E245F
(94,36,95)
#532054
(83,32,84)
#481C49
(72,28,73)
#3D183E
(61,24,62)
#321433
(50,20,51)
#271028
(39,16,40)
#1C0C1D
(28,12,29)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #7F3080

#7F3080
(127,48,128)
#8A428B
(138,66,139)
#955496
(149,84,150)
#A066A1
(160,102,161)
#AB78AC
(171,120,172)
#B68AB7
(182,138,183)
#C19CC2
(193,156,194)
#CCAECD
(204,174,205)
#D7C0D8
(215,192,216)
#E2D2E3
(226,210,227)
#EDE4EE
(237,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3080 color. Also use rgb(127,48,128) instead hex code.

Text Font Color

.myTextColor { color: #7F3080; }

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

This text font color is #7F3080.

Background Color

.myBgColor { background-color: #7F3080; }

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

This div background color is #7F3080.

Border color

.myBorderColor { border: 1px solid #7F3080; }

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

This div border color is #7F3080.

Opacity

.myOpacity80 { color: #7F3080; opacity: 0.8; }

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

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

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

This text has shadow with #7F3080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3080.

Preview

Color preview on black background

This text has color #7F3080 on black background.


Color preview on white background

This text has color #7F3080 on white background.


Black color preview on #7F3080 background

This text has black color on #7F3080 background.


White color preview on #7F3080 background

This text has white color on #7F3080 background.


Related colors

Complementary color

Complementary color for #hex is #80CF7F.


I love getcolorcode.com

Triadic colors

1 #807F30 and #30807F with #7F3080 are triadic colors.

2 #80307F and #307F80 with #7F3080 are triadic colors.