COLOR #7F3A8A

HEX: #7F3A8A RGB: (127,58,138)

Color info

#7F3A8A contains mainly red and blue colors. Web safe color of #7F3A8A is #663399 (or #639).

RGB color model

#7F3A8A color RGB value is (127,58,138).

RGB: (127,58,138) (50%, 23%, 54%)

RGB channels and saturation

R 127 of 255 = 50%
G 58 of 255 = 23%
B 138 of 255 = 54%

127
58
138

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

Portions of RGB colors in percentages

R + G + B = 127 + 58 + 138 = 323 (100%)
R 127 of 323 ~ 39.32%
G 58 of 323 ~ 17.96%
B 138 of 323 ~ 42.72'%

%39.32
%17.96
%42.72

CMYK color model

#7F3A8A color CMYK value is (8,58,0,46).

  • cyan value is 7.97%
  • magenta value is 57.97%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (8,58,0,46)
C8M58Y0K46 (8%, 58%, 0%, 46%)
(0.08 / 0.58 / 0.00 / 0.46)

CMYK percentages

%7.97
%57.97
%0
%45.88

Codes

Color #7F3A8A in popluar color models

7F 3A 8A
RGB 127 58 138
HSL 292° 40.82% 38.43%
HSB/HSV 292° 57.97% 54.12%
CMYK 7.97% 57.97% 0.00%
45.88%

Color #7F3A8A in popluar number systems.

HEX 7F 3A 8A
Decimal 127 58 138
Binary 1111111 111010 10001010
Octal 177 72 212

Shades and tints

Shades of #7F3A8A

#7F3A8A
(127,58,138)
#74357E
(116,53,126)
#693072
(105,48,114)
#5E2B66
(94,43,102)
#53265A
(83,38,90)
#48214E
(72,33,78)
#3D1C42
(61,28,66)
#321736
(50,23,54)
#27122A
(39,18,42)
#1C0D1E
(28,13,30)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #7F3A8A

#7F3A8A
(127,58,138)
#8A4B94
(138,75,148)
#955C9E
(149,92,158)
#A06DA8
(160,109,168)
#AB7EB2
(171,126,178)
#B68FBC
(182,143,188)
#C1A0C6
(193,160,198)
#CCB1D0
(204,177,208)
#D7C2DA
(215,194,218)
#E2D3E4
(226,211,228)
#EDE4EE
(237,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3A8A color. Also use rgb(127,58,138) instead hex code.

Text Font Color

.myTextColor { color: #7F3A8A; }

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

This text font color is #7F3A8A.

Background Color

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

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

This div background color is #7F3A8A.

Border color

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

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

This div border color is #7F3A8A.

Opacity

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

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

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

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

This text has shadow with #7F3A8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3A8A.

Preview

Color preview on black background

This text has color #7F3A8A on black background.


Color preview on white background

This text has color #7F3A8A on white background.


Black color preview on #7F3A8A background

This text has black color on #7F3A8A background.


White color preview on #7F3A8A background

This text has white color on #7F3A8A background.


Related colors

Complementary color

Complementary color for #hex is #80C575.


I love getcolorcode.com

Triadic colors

1 #8A7F3A and #3A8A7F with #7F3A8A are triadic colors.

2 #8A3A7F and #3A7F8A with #7F3A8A are triadic colors.