COLOR #7F418D

HEX: #7F418D
RGB: (127,65,141)

Color info

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

RGB color model

#7F418D color RGB value is (127,65,141).

  • red value is 127;
  • green value is 65;
  • blue value is 141.
RGB:
(127,65,141)
(50%,25%,55%)

RGB channels and saturation

R 127 of 255 = 50%
G 65 of 255 = 25%
B 141 of 255 = 55%

127
65
141

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

Portions of RGB colors in percentages

R + G + B =
127 + 65 + 141 = 333 (100%)
R 127 of 333 ~ 38.14%
G 65 of 333 ~ 19.52%
B 141 of 333 ~ 42.34%

%38.14
%19.52
%42.34

CMYK color model

#7F418D color CMYK value is (10,54,0,45).

  • cyan value is 9.93%
  • magenta value is 53.90%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(10,54,0,45)
C10M54Y0K45 
(10%,54%,0%,45%)
(0.10/0.54/0.00/0.45)	

CMYK percentages

%9.93
%53.9
%0
%44.71

Codes

Color #7F418D in popluar color models

7F418D
RGB12765141
HSL289°36.89%40.39%
HSB/HSV289°53.90%55.29%
CMYK9.93%53.90%0.00%
44.71%

Color #7F418D in popluar number systems.

HEX7F418D
Decimal12765141
Binary1111111100000110001101
Octal177101215

Shades and tints

Shades of #7F418D

#7F418D
(127,65,141)
#743C81
(116,60,129)
#693775
(105,55,117)
#5E3269
(94,50,105)
#532D5D
(83,45,93)
#482851
(72,40,81)
#3D2345
(61,35,69)
#321E39
(50,30,57)
#27192D
(39,25,45)
#1C1421
(28,20,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #7F418D

#7F418D
(127,65,141)
#8A5297
(138,82,151)
#9563A1
(149,99,161)
#A074AB
(160,116,171)
#AB85B5
(171,133,181)
#B696BF
(182,150,191)
#C1A7C9
(193,167,201)
#CCB8D3
(204,184,211)
#D7C9DD
(215,201,221)
#E2DAE7
(226,218,231)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F418D color. Also use rgb(127,65,141) instead hex code.

Text Font Color

.myTextColor { color: #7F418D; }

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

This text font color is #7F418D.


Background Color

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

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

This div background color is #7F418D.


Border color

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

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

This div border color is #7F418D.


Opacity

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

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

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

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

This text has shadow with #7F418D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F418D on black background.


Color preview on white background

This text has color #7F418D on white background.



Black color preview on #7F418D background

This text has black color on #7F418D background.


White color preview on #7F418D background

This text has white color on #7F418D background.