COLOR #7F3287

HEX: #7F3287
RGB: (127,50,135)

Color info

#7F3287 contains mainly red and blue colors. Web safe color of #7F3287 is #663399 (or #639).

RGB color model

#7F3287 color RGB value is (127,50,135).

  • red value is 127;
  • green value is 50;
  • blue value is 135.
RGB:
(127,50,135)
(50%,20%,53%)

RGB channels and saturation

R 127 of 255 = 50%
G 50 of 255 = 20%
B 135 of 255 = 53%

127
50
135

R + G + B ~ 41%. #7F3287 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 50 + 135 = 312 (100%)
R 127 of 312 ~ 40.71%
G 50 of 312 ~ 16.03%
B 135 of 312 ~ 43.27%

%40.71
%16.03
%43.27

CMYK color model

#7F3287 color CMYK value is (6,63,0,47).

  • cyan value is 5.93%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(6,63,0,47)
C6M63Y0K47 
(6%,63%,0%,47%)
(0.06/0.63/0.00/0.47)	

CMYK percentages

%5.93
%62.96
%0
%47.06

Codes

Color #7F3287 in popluar color models

7F3287
RGB12750135
HSL294°45.95%36.27%
HSB/HSV294°62.96%52.94%
CMYK5.93%62.96%0.00%
47.06%

Color #7F3287 in popluar number systems.

HEX7F3287
Decimal12750135
Binary111111111001010000111
Octal17762207

Shades and tints

Shades of #7F3287

#7F3287
(127,50,135)
#742E7B
(116,46,123)
#692A6F
(105,42,111)
#5E2663
(94,38,99)
#532257
(83,34,87)
#481E4B
(72,30,75)
#3D1A3F
(61,26,63)
#321633
(50,22,51)
#271227
(39,18,39)
#1C0E1B
(28,14,27)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #7F3287

#7F3287
(127,50,135)
#8A4491
(138,68,145)
#95569B
(149,86,155)
#A068A5
(160,104,165)
#AB7AAF
(171,122,175)
#B68CB9
(182,140,185)
#C19EC3
(193,158,195)
#CCB0CD
(204,176,205)
#D7C2D7
(215,194,215)
#E2D4E1
(226,212,225)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3287 color. Also use rgb(127,50,135) instead hex code.

Text Font Color

.myTextColor { color: #7F3287; }

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

This text font color is #7F3287.


Background Color

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

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

This div background color is #7F3287.


Border color

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

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

This div border color is #7F3287.


Opacity

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

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

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

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

This text has shadow with #7F3287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3287 on black background.


Color preview on white background

This text has color #7F3287 on white background.



Black color preview on #7F3287 background

This text has black color on #7F3287 background.


White color preview on #7F3287 background

This text has white color on #7F3287 background.