COLOR #7F2553

HEX: #7F2553 RGB: (127,37,83)

Color info

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

RGB color model

#7F2553 color RGB value is (127,37,83).

RGB: (127,37,83) (50%, 15%, 33%)

RGB channels and saturation

R 127 of 255 = 50%
G 37 of 255 = 15%
B 83 of 255 = 33%

127
37
83

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

Portions of RGB colors in percentages

R + G + B = 127 + 37 + 83 = 247 (100%)
R 127 of 247 ~ 51.42%
G 37 of 247 ~ 14.98%
B 83 of 247 ~ 33.6'%

%51.42
%14.98
%33.6

CMYK color model

#7F2553 color CMYK value is (0,71,35,50).

  • cyan value is 0.00%
  • magenta value is 70.87%
  • yellow value is 34.65%
  • key color value is 50.20%

CMYK: (0,71,35,50)
C0M71Y35K50 (0%, 71%, 35%, 50%)
(0.00 / 0.71 / 0.35 / 0.50)

CMYK percentages

%0
%70.87
%34.65
%50.2

Codes

Color #7F2553 in popluar color models

7F 25 53
RGB 127 37 83
HSL 329° 54.88% 32.16%
HSB/HSV 329° 70.87% 49.80%
CMYK 0.00% 70.87% 34.65%
50.20%

Color #7F2553 in popluar number systems.

HEX 7F 25 53
Decimal 127 37 83
Binary 1111111 100101 1010011
Octal 177 45 123

Shades and tints

Shades of #7F2553

#7F2553
(127,37,83)
#74224C
(116,34,76)
#691F45
(105,31,69)
#5E1C3E
(94,28,62)
#531937
(83,25,55)
#481630
(72,22,48)
#3D1329
(61,19,41)
#321022
(50,16,34)
#270D1B
(39,13,27)
#1C0A14
(28,10,20)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #7F2553

#7F2553
(127,37,83)
#8A3862
(138,56,98)
#954B71
(149,75,113)
#A05E80
(160,94,128)
#AB718F
(171,113,143)
#B6849E
(182,132,158)
#C197AD
(193,151,173)
#CCAABC
(204,170,188)
#D7BDCB
(215,189,203)
#E2D0DA
(226,208,218)
#EDE3E9
(237,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2553 color. Also use rgb(127,37,83) instead hex code.

Text Font Color

.myTextColor { color: #7F2553; }

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

This text font color is #7F2553.

Background Color

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

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

This div background color is #7F2553.

Border color

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

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

This div border color is #7F2553.

Opacity

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

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

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

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

This text has shadow with #7F2553 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F2553.

Preview

Color preview on black background

This text has color #7F2553 on black background.


Color preview on white background

This text has color #7F2553 on white background.


Black color preview on #7F2553 background

This text has black color on #7F2553 background.


White color preview on #7F2553 background

This text has white color on #7F2553 background.


Related colors

Complementary color

Complementary color for #hex is #80DAAC.


I love getcolorcode.com

Triadic colors

1 #537F25 and #25537F with #7F2553 are triadic colors.

2 #53257F and #257F53 with #7F2553 are triadic colors.