COLOR #7F459E

HEX: #7F459E
RGB: (127,69,158)

Color info

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

RGB color model

#7F459E color RGB value is (127,69,158).

  • red value is 127;
  • green value is 69;
  • blue value is 158.
RGB:
(127,69,158)
(50%,27%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 69 of 255 = 27%
B 158 of 255 = 62%

127
69
158

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

Portions of RGB colors in percentages

R + G + B =
127 + 69 + 158 = 354 (100%)
R 127 of 354 ~ 35.88%
G 69 of 354 ~ 19.49%
B 158 of 354 ~ 44.63%

%35.88
%19.49
%44.63

CMYK color model

#7F459E color CMYK value is (20,56,0,38).

  • cyan value is 19.62%
  • magenta value is 56.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,56,0,38)
C20M56Y0K38 
(20%,56%,0%,38%)
(0.20/0.56/0.00/0.38)	

CMYK percentages

%19.62
%56.33
%0
%38.04

Codes

Color #7F459E in popluar color models

7F459E
RGB12769158
HSL279°39.21%44.51%
HSB/HSV279°56.33%61.96%
CMYK19.62%56.33%0.00%
38.04%

Color #7F459E in popluar number systems.

HEX7F459E
Decimal12769158
Binary1111111100010110011110
Octal177105236

Shades and tints

Shades of #7F459E

#7F459E
(127,69,158)
#743F90
(116,63,144)
#693982
(105,57,130)
#5E3374
(94,51,116)
#532D66
(83,45,102)
#482758
(72,39,88)
#3D214A
(61,33,74)
#321B3C
(50,27,60)
#27152E
(39,21,46)
#1C0F20
(28,15,32)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #7F459E

#7F459E
(127,69,158)
#8A55A6
(138,85,166)
#9565AE
(149,101,174)
#A075B6
(160,117,182)
#AB85BE
(171,133,190)
#B695C6
(182,149,198)
#C1A5CE
(193,165,206)
#CCB5D6
(204,181,214)
#D7C5DE
(215,197,222)
#E2D5E6
(226,213,230)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F459E color. Also use rgb(127,69,158) instead hex code.

Text Font Color

.myTextColor { color: #7F459E; }

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

This text font color is #7F459E.


Background Color

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

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

This div background color is #7F459E.


Border color

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

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

This div border color is #7F459E.


Opacity

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

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

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

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

This text has shadow with #7F459E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F459E on black background.


Color preview on white background

This text has color #7F459E on white background.



Black color preview on #7F459E background

This text has black color on #7F459E background.


White color preview on #7F459E background

This text has white color on #7F459E background.