COLOR #7F3D97

HEX: #7F3D97
RGB: (127,61,151)

Color info

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

RGB color model

#7F3D97 color RGB value is (127,61,151).

  • red value is 127;
  • green value is 61;
  • blue value is 151.
RGB:
(127,61,151)
(50%,24%,59%)

RGB channels and saturation

R 127 of 255 = 50%
G 61 of 255 = 24%
B 151 of 255 = 59%

127
61
151

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

Portions of RGB colors in percentages

R + G + B =
127 + 61 + 151 = 339 (100%)
R 127 of 339 ~ 37.46%
G 61 of 339 ~ 17.99%
B 151 of 339 ~ 44.54%

%37.46
%17.99
%44.54

CMYK color model

#7F3D97 color CMYK value is (16,60,0,41).

  • cyan value is 15.89%
  • magenta value is 59.60%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(16,60,0,41)
C16M60Y0K41 
(16%,60%,0%,41%)
(0.16/0.60/0.00/0.41)	

CMYK percentages

%15.89
%59.6
%0
%40.78

Codes

Color #7F3D97 in popluar color models

7F3D97
RGB12761151
HSL284°42.45%41.57%
HSB/HSV284°59.60%59.22%
CMYK15.89%59.60%0.00%
40.78%

Color #7F3D97 in popluar number systems.

HEX7F3D97
Decimal12761151
Binary111111111110110010111
Octal17775227

Shades and tints

Shades of #7F3D97

#7F3D97
(127,61,151)
#74388A
(116,56,138)
#69337D
(105,51,125)
#5E2E70
(94,46,112)
#532963
(83,41,99)
#482456
(72,36,86)
#3D1F49
(61,31,73)
#321A3C
(50,26,60)
#27152F
(39,21,47)
#1C1022
(28,16,34)
#110B15
(17,11,21)
#000000
(0,0,0)

Tints of #7F3D97

#7F3D97
(127,61,151)
#8A4EA0
(138,78,160)
#955FA9
(149,95,169)
#A070B2
(160,112,178)
#AB81BB
(171,129,187)
#B692C4
(182,146,196)
#C1A3CD
(193,163,205)
#CCB4D6
(204,180,214)
#D7C5DF
(215,197,223)
#E2D6E8
(226,214,232)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3D97 color. Also use rgb(127,61,151) instead hex code.

Text Font Color

.myTextColor { color: #7F3D97; }

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

This text font color is #7F3D97.


Background Color

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

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

This div background color is #7F3D97.


Border color

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

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

This div border color is #7F3D97.


Opacity

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

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

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

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

This text has shadow with #7F3D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3D97 on black background.


Color preview on white background

This text has color #7F3D97 on white background.



Black color preview on #7F3D97 background

This text has black color on #7F3D97 background.


White color preview on #7F3D97 background

This text has white color on #7F3D97 background.