COLOR #7F3F95

HEX: #7F3F95
RGB: (127,63,149)

Color info

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

RGB color model

#7F3F95 color RGB value is (127,63,149).

  • red value is 127;
  • green value is 63;
  • blue value is 149.
RGB:
(127,63,149)
(50%,25%,58%)

RGB channels and saturation

R 127 of 255 = 50%
G 63 of 255 = 25%
B 149 of 255 = 58%

127
63
149

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

Portions of RGB colors in percentages

R + G + B =
127 + 63 + 149 = 339 (100%)
R 127 of 339 ~ 37.46%
G 63 of 339 ~ 18.58%
B 149 of 339 ~ 43.95%

%37.46
%18.58
%43.95

CMYK color model

#7F3F95 color CMYK value is (15,58,0,42).

  • cyan value is 14.77%
  • magenta value is 57.72%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(15,58,0,42)
C15M58Y0K42 
(15%,58%,0%,42%)
(0.15/0.58/0.00/0.42)	

CMYK percentages

%14.77
%57.72
%0
%41.57

Codes

Color #7F3F95 in popluar color models

7F3F95
RGB12763149
HSL285°40.57%41.57%
HSB/HSV285°57.72%58.43%
CMYK14.77%57.72%0.00%
41.57%

Color #7F3F95 in popluar number systems.

HEX7F3F95
Decimal12763149
Binary111111111111110010101
Octal17777225

Shades and tints

Shades of #7F3F95

#7F3F95
(127,63,149)
#743A88
(116,58,136)
#69357B
(105,53,123)
#5E306E
(94,48,110)
#532B61
(83,43,97)
#482654
(72,38,84)
#3D2147
(61,33,71)
#321C3A
(50,28,58)
#27172D
(39,23,45)
#1C1220
(28,18,32)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #7F3F95

#7F3F95
(127,63,149)
#8A509E
(138,80,158)
#9561A7
(149,97,167)
#A072B0
(160,114,176)
#AB83B9
(171,131,185)
#B694C2
(182,148,194)
#C1A5CB
(193,165,203)
#CCB6D4
(204,182,212)
#D7C7DD
(215,199,221)
#E2D8E6
(226,216,230)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3F95 color. Also use rgb(127,63,149) instead hex code.

Text Font Color

.myTextColor { color: #7F3F95; }

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

This text font color is #7F3F95.


Background Color

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

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

This div background color is #7F3F95.


Border color

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

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

This div border color is #7F3F95.


Opacity

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

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

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

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

This text has shadow with #7F3F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3F95 on black background.


Color preview on white background

This text has color #7F3F95 on white background.



Black color preview on #7F3F95 background

This text has black color on #7F3F95 background.


White color preview on #7F3F95 background

This text has white color on #7F3F95 background.