COLOR #7F177D

HEX: #7F177D
RGB: (127,23,125)

Color info

#7F177D contains mainly red and blue colors. Web safe color of #7F177D is #660066 (or #606).

RGB color model

#7F177D color RGB value is (127,23,125).

  • red value is 127;
  • green value is 23;
  • blue value is 125.
RGB:
(127,23,125)
(50%,9%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 23 of 255 = 9%
B 125 of 255 = 49%

127
23
125

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

Portions of RGB colors in percentages

R + G + B =
127 + 23 + 125 = 275 (100%)
R 127 of 275 ~ 46.18%
G 23 of 275 ~ 8.36%
B 125 of 275 ~ 45.45%

%46.18
%45.45

CMYK color model

#7F177D color CMYK value is (0,82,2,50).

  • cyan value is 0.00%
  • magenta value is 81.89%
  • yellow value is 1.57%
  • key color value is 50.20%
CMYK:
(0,82,2,50)
C0M82Y2K50 
(0%,82%,2%,50%)
(0.00/0.82/0.02/0.50)	

CMYK percentages

%0
%81.89
%1.57
%50.2

Codes

Color #7F177D in popluar color models

7F177D
RGB12723125
HSL301°69.33%29.41%
HSB/HSV301°81.89%49.80%
CMYK0.00%81.89%1.57%
50.20%

Color #7F177D in popluar number systems.

HEX7F177D
Decimal12723125
Binary1111111101111111101
Octal17727175

Shades and tints

Shades of #7F177D

#7F177D
(127,23,125)
#741572
(116,21,114)
#691367
(105,19,103)
#5E115C
(94,17,92)
#530F51
(83,15,81)
#480D46
(72,13,70)
#3D0B3B
(61,11,59)
#320930
(50,9,48)
#270725
(39,7,37)
#1C051A
(28,5,26)
#11030F
(17,3,15)
#000000
(0,0,0)

Tints of #7F177D

#7F177D
(127,23,125)
#8A2C88
(138,44,136)
#954193
(149,65,147)
#A0569E
(160,86,158)
#AB6BA9
(171,107,169)
#B680B4
(182,128,180)
#C195BF
(193,149,191)
#CCAACA
(204,170,202)
#D7BFD5
(215,191,213)
#E2D4E0
(226,212,224)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F177D color. Also use rgb(127,23,125) instead hex code.

Text Font Color

.myTextColor { color: #7F177D; }

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

This text font color is #7F177D.


Background Color

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

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

This div background color is #7F177D.


Border color

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

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

This div border color is #7F177D.


Opacity

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

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

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

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

This text has shadow with #7F177D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F177D on black background.


Color preview on white background

This text has color #7F177D on white background.



Black color preview on #7F177D background

This text has black color on #7F177D background.


White color preview on #7F177D background

This text has white color on #7F177D background.