COLOR #7F338D

HEX: #7F338D RGB: (127,51,141)

Color info

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

RGB color model

#7F338D color RGB value is (127,51,141).

RGB: (127,51,141) (50%, 20%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 51 of 255 = 20%
B 141 of 255 = 55%

127
51
141

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

Portions of RGB colors in percentages

R + G + B = 127 + 51 + 141 = 319 (100%)
R 127 of 319 ~ 39.81%
G 51 of 319 ~ 15.99%
B 141 of 319 ~ 44.2'%

%39.81
%15.99
%44.2

CMYK color model

#7F338D color CMYK value is (10,64,0,45).

  • cyan value is 9.93%
  • magenta value is 63.83%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (10,64,0,45)
C10M64Y0K45 (10%, 64%, 0%, 45%)
(0.10 / 0.64 / 0.00 / 0.45)

CMYK percentages

%9.93
%63.83
%0
%44.71

Codes

Color #7F338D in popluar color models

7F 33 8D
RGB 127 51 141
HSL 291° 46.88% 37.65%
HSB/HSV 291° 63.83% 55.29%
CMYK 9.93% 63.83% 0.00%
44.71%

Color #7F338D in popluar number systems.

HEX 7F 33 8D
Decimal 127 51 141
Binary 1111111 110011 10001101
Octal 177 63 215

Shades and tints

Shades of #7F338D

#7F338D
(127,51,141)
#742F81
(116,47,129)
#692B75
(105,43,117)
#5E2769
(94,39,105)
#53235D
(83,35,93)
#481F51
(72,31,81)
#3D1B45
(61,27,69)
#321739
(50,23,57)
#27132D
(39,19,45)
#1C0F21
(28,15,33)
#110B15
(17,11,21)
#000000
(0,0,0)

Tints of #7F338D

#7F338D
(127,51,141)
#8A4597
(138,69,151)
#9557A1
(149,87,161)
#A069AB
(160,105,171)
#AB7BB5
(171,123,181)
#B68DBF
(182,141,191)
#C19FC9
(193,159,201)
#CCB1D3
(204,177,211)
#D7C3DD
(215,195,221)
#E2D5E7
(226,213,231)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F338D; }

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

This text font color is #7F338D.

Background Color

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

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

This div background color is #7F338D.

Border color

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

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

This div border color is #7F338D.

Opacity

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

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

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

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

This text has shadow with #7F338D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F338D.

Preview

Color preview on black background

This text has color #7F338D on black background.


Color preview on white background

This text has color #7F338D on white background.


Black color preview on #7F338D background

This text has black color on #7F338D background.


White color preview on #7F338D background

This text has white color on #7F338D background.


Related colors

Complementary color

Complementary color for #hex is #80CC72.


I love getcolorcode.com

Triadic colors

1 #8D7F33 and #338D7F with #7F338D are triadic colors.

2 #8D337F and #337F8D with #7F338D are triadic colors.