COLOR #7F2B6E

HEX: #7F2B6E
RGB: (127,43,110)

Color info

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

RGB color model

#7F2B6E color RGB value is (127,43,110).

  • red value is 127;
  • green value is 43;
  • blue value is 110.
RGB:
(127,43,110)
(50%,17%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 43 of 255 = 17%
B 110 of 255 = 43%

127
43
110

R + G + B ~ 37%. #7F2B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 43 + 110 = 280 (100%)
R 127 of 280 ~ 45.36%
G 43 of 280 ~ 15.36%
B 110 of 280 ~ 39.29%

%45.36
%15.36
%39.29

CMYK color model

#7F2B6E color CMYK value is (0,66,13,50).

  • cyan value is 0.00%
  • magenta value is 66.14%
  • yellow value is 13.39%
  • key color value is 50.20%
CMYK:
(0,66,13,50)
C0M66Y13K50 
(0%,66%,13%,50%)
(0.00/0.66/0.13/0.50)	

CMYK percentages

%0
%66.14
%13.39
%50.2

Codes

Color #7F2B6E in popluar color models

7F2B6E
RGB12743110
HSL312°49.41%33.33%
HSB/HSV312°66.14%49.80%
CMYK0.00%66.14%13.39%
50.20%

Color #7F2B6E in popluar number systems.

HEX7F2B6E
Decimal12743110
Binary11111111010111101110
Octal17753156

Shades and tints

Shades of #7F2B6E

#7F2B6E
(127,43,110)
#742864
(116,40,100)
#69255A
(105,37,90)
#5E2250
(94,34,80)
#531F46
(83,31,70)
#481C3C
(72,28,60)
#3D1932
(61,25,50)
#321628
(50,22,40)
#27131E
(39,19,30)
#1C1014
(28,16,20)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #7F2B6E

#7F2B6E
(127,43,110)
#8A3E7B
(138,62,123)
#955188
(149,81,136)
#A06495
(160,100,149)
#AB77A2
(171,119,162)
#B68AAF
(182,138,175)
#C19DBC
(193,157,188)
#CCB0C9
(204,176,201)
#D7C3D6
(215,195,214)
#E2D6E3
(226,214,227)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2B6E color. Also use rgb(127,43,110) instead hex code.

Text Font Color

.myTextColor { color: #7F2B6E; }

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

This text font color is #7F2B6E.


Background Color

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

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

This div background color is #7F2B6E.


Border color

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

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

This div border color is #7F2B6E.


Opacity

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

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

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

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

This text has shadow with #7F2B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F2B6E on black background.


Color preview on white background

This text has color #7F2B6E on white background.



Black color preview on #7F2B6E background

This text has black color on #7F2B6E background.


White color preview on #7F2B6E background

This text has white color on #7F2B6E background.