COLOR #7F2175

HEX: #7F2175 RGB: (127,33,117)

Color info

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

RGB color model

#7F2175 color RGB value is (127,33,117).

RGB: (127,33,117) (50%, 13%, 46%)

RGB channels and saturation

R 127 of 255 = 50%
G 33 of 255 = 13%
B 117 of 255 = 46%

127
33
117

R + G + B ~ 36%. #7F2175 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 33 + 117 = 277 (100%)
R 127 of 277 ~ 45.85%
G 33 of 277 ~ 11.91%
B 117 of 277 ~ 42.24'%

%45.85
%11.91
%42.24

CMYK color model

#7F2175 color CMYK value is (0,74,8,50).

  • cyan value is 0.00%
  • magenta value is 74.02%
  • yellow value is 7.87%
  • key color value is 50.20%

CMYK: (0,74,8,50)
C0M74Y8K50 (0%, 74%, 8%, 50%)
(0.00 / 0.74 / 0.08 / 0.50)

CMYK percentages

%0
%74.02
%7.87
%50.2

Codes

Color #7F2175 in popluar color models

7F 21 75
RGB 127 33 117
HSL 306° 58.75% 31.37%
HSB/HSV 306° 74.02% 49.80%
CMYK 0.00% 74.02% 7.87%
50.20%

Color #7F2175 in popluar number systems.

HEX 7F 21 75
Decimal 127 33 117
Binary 1111111 100001 1110101
Octal 177 41 165

Shades and tints

Shades of #7F2175

#7F2175
(127,33,117)
#741E6B
(116,30,107)
#691B61
(105,27,97)
#5E1857
(94,24,87)
#53154D
(83,21,77)
#481243
(72,18,67)
#3D0F39
(61,15,57)
#320C2F
(50,12,47)
#270925
(39,9,37)
#1C061B
(28,6,27)
#110311
(17,3,17)
#000000
(0,0,0)

Tints of #7F2175

#7F2175
(127,33,117)
#8A3581
(138,53,129)
#95498D
(149,73,141)
#A05D99
(160,93,153)
#AB71A5
(171,113,165)
#B685B1
(182,133,177)
#C199BD
(193,153,189)
#CCADC9
(204,173,201)
#D7C1D5
(215,193,213)
#E2D5E1
(226,213,225)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2175 color. Also use rgb(127,33,117) instead hex code.

Text Font Color

.myTextColor { color: #7F2175; }

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

This text font color is #7F2175.

Background Color

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

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

This div background color is #7F2175.

Border color

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

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

This div border color is #7F2175.

Opacity

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

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

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

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

This text has shadow with #7F2175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F2175.

Preview

Color preview on black background

This text has color #7F2175 on black background.


Color preview on white background

This text has color #7F2175 on white background.


Black color preview on #7F2175 background

This text has black color on #7F2175 background.


White color preview on #7F2175 background

This text has white color on #7F2175 background.


Related colors

Complementary color

Complementary color for #hex is #80DE8A.


I love getcolorcode.com

Triadic colors

1 #757F21 and #21757F with #7F2175 are triadic colors.

2 #75217F and #217F75 with #7F2175 are triadic colors.