COLOR #7F1F5D

HEX: #7F1F5D RGB: (127,31,93)

Color info

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

RGB color model

#7F1F5D color RGB value is (127,31,93).

RGB: (127,31,93) (50%, 12%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 31 of 255 = 12%
B 93 of 255 = 36%

127
31
93

R + G + B ~ 33%. #7F1F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 31 + 93 = 251 (100%)
R 127 of 251 ~ 50.6%
G 31 of 251 ~ 12.35%
B 93 of 251 ~ 37.05'%

%50.6
%12.35
%37.05

CMYK color model

#7F1F5D color CMYK value is (0,76,27,50).

  • cyan value is 0.00%
  • magenta value is 75.59%
  • yellow value is 26.77%
  • key color value is 50.20%

CMYK: (0,76,27,50)
C0M76Y27K50 (0%, 76%, 27%, 50%)
(0.00 / 0.76 / 0.27 / 0.50)

CMYK percentages

%0
%75.59
%26.77
%50.2

Codes

Color #7F1F5D in popluar color models

7F 1F 5D
RGB 127 31 93
HSL 321° 60.76% 30.98%
HSB/HSV 321° 75.59% 49.80%
CMYK 0.00% 75.59% 26.77%
50.20%

Color #7F1F5D in popluar number systems.

HEX 7F 1F 5D
Decimal 127 31 93
Binary 1111111 11111 1011101
Octal 177 37 135

Shades and tints

Shades of #7F1F5D

#7F1F5D
(127,31,93)
#741D55
(116,29,85)
#691B4D
(105,27,77)
#5E1945
(94,25,69)
#53173D
(83,23,61)
#481535
(72,21,53)
#3D132D
(61,19,45)
#321125
(50,17,37)
#270F1D
(39,15,29)
#1C0D15
(28,13,21)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #7F1F5D

#7F1F5D
(127,31,93)
#8A336B
(138,51,107)
#954779
(149,71,121)
#A05B87
(160,91,135)
#AB6F95
(171,111,149)
#B683A3
(182,131,163)
#C197B1
(193,151,177)
#CCABBF
(204,171,191)
#D7BFCD
(215,191,205)
#E2D3DB
(226,211,219)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F1F5D color. Also use rgb(127,31,93) instead hex code.

Text Font Color

.myTextColor { color: #7F1F5D; }

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

This text font color is #7F1F5D.

Background Color

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

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

This div background color is #7F1F5D.

Border color

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

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

This div border color is #7F1F5D.

Opacity

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

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

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

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

This text has shadow with #7F1F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F1F5D.

Preview

Color preview on black background

This text has color #7F1F5D on black background.


Color preview on white background

This text has color #7F1F5D on white background.


Black color preview on #7F1F5D background

This text has black color on #7F1F5D background.


White color preview on #7F1F5D background

This text has white color on #7F1F5D background.


Related colors

Complementary color

Complementary color for #hex is #80E0A2.


I love getcolorcode.com

Triadic colors

1 #5D7F1F and #1F5D7F with #7F1F5D are triadic colors.

2 #5D1F7F and #1F7F5D with #7F1F5D are triadic colors.