COLOR #7F2FA7

HEX: #7F2FA7 RGB: (127,47,167)

Color info

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

RGB color model

#7F2FA7 color RGB value is (127,47,167).

RGB: (127,47,167) (50%, 18%, 65%)

RGB channels and saturation

R 127 of 255 = 50%
G 47 of 255 = 18%
B 167 of 255 = 65%

127
47
167

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

Portions of RGB colors in percentages

R + G + B = 127 + 47 + 167 = 341 (100%)
R 127 of 341 ~ 37.24%
G 47 of 341 ~ 13.78%
B 167 of 341 ~ 48.97'%

%37.24
%13.78
%48.97

CMYK color model

#7F2FA7 color CMYK value is (24,72,0,35).

  • cyan value is 23.95%
  • magenta value is 71.86%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (24,72,0,35)
C24M72Y0K35 (24%, 72%, 0%, 35%)
(0.24 / 0.72 / 0.00 / 0.35)

CMYK percentages

%23.95
%71.86
%0
%34.51

Codes

Color #7F2FA7 in popluar color models

7F 2F A7
RGB 127 47 167
HSL 280° 56.07% 41.96%
HSB/HSV 280° 71.86% 65.49%
CMYK 23.95% 71.86% 0.00%
34.51%

Color #7F2FA7 in popluar number systems.

HEX 7F 2F A7
Decimal 127 47 167
Binary 1111111 101111 10100111
Octal 177 57 247

Shades and tints

Shades of #7F2FA7

#7F2FA7
(127,47,167)
#742B98
(116,43,152)
#692789
(105,39,137)
#5E237A
(94,35,122)
#531F6B
(83,31,107)
#481B5C
(72,27,92)
#3D174D
(61,23,77)
#32133E
(50,19,62)
#270F2F
(39,15,47)
#1C0B20
(28,11,32)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #7F2FA7

#7F2FA7
(127,47,167)
#8A41AF
(138,65,175)
#9553B7
(149,83,183)
#A065BF
(160,101,191)
#AB77C7
(171,119,199)
#B689CF
(182,137,207)
#C19BD7
(193,155,215)
#CCADDF
(204,173,223)
#D7BFE7
(215,191,231)
#E2D1EF
(226,209,239)
#EDE3F7
(237,227,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2FA7 color. Also use rgb(127,47,167) instead hex code.

Text Font Color

.myTextColor { color: #7F2FA7; }

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

This text font color is #7F2FA7.

Background Color

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

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

This div background color is #7F2FA7.

Border color

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

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

This div border color is #7F2FA7.

Opacity

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

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

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

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

This text has shadow with #7F2FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F2FA7.

Preview

Color preview on black background

This text has color #7F2FA7 on black background.


Color preview on white background

This text has color #7F2FA7 on white background.


Black color preview on #7F2FA7 background

This text has black color on #7F2FA7 background.


White color preview on #7F2FA7 background

This text has white color on #7F2FA7 background.


Related colors

Complementary color

Complementary color for #hex is #80D058.


I love getcolorcode.com

Triadic colors

1 #A77F2F and #2FA77F with #7F2FA7 are triadic colors.

2 #A72F7F and #2F7FA7 with #7F2FA7 are triadic colors.