COLOR #7F428C

HEX: #7F428C
RGB: (127,66,140)

Color info

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

RGB color model

#7F428C color RGB value is (127,66,140).

  • red value is 127;
  • green value is 66;
  • blue value is 140.
RGB:
(127,66,140)
(50%,26%,55%)

RGB channels and saturation

R 127 of 255 = 50%
G 66 of 255 = 26%
B 140 of 255 = 55%

127
66
140

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

Portions of RGB colors in percentages

R + G + B =
127 + 66 + 140 = 333 (100%)
R 127 of 333 ~ 38.14%
G 66 of 333 ~ 19.82%
B 140 of 333 ~ 42.04%

%38.14
%19.82
%42.04

CMYK color model

#7F428C color CMYK value is (9,53,0,45).

  • cyan value is 9.29%
  • magenta value is 52.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(9,53,0,45)
C9M53Y0K45 
(9%,53%,0%,45%)
(0.09/0.53/0.00/0.45)	

CMYK percentages

%9.29
%52.86
%0
%45.1

Codes

Color #7F428C in popluar color models

7F428C
RGB12766140
HSL289°35.92%40.39%
HSB/HSV289°52.86%54.90%
CMYK9.29%52.86%0.00%
45.10%

Color #7F428C in popluar number systems.

HEX7F428C
Decimal12766140
Binary1111111100001010001100
Octal177102214

Shades and tints

Shades of #7F428C

#7F428C
(127,66,140)
#743C80
(116,60,128)
#693674
(105,54,116)
#5E3068
(94,48,104)
#532A5C
(83,42,92)
#482450
(72,36,80)
#3D1E44
(61,30,68)
#321838
(50,24,56)
#27122C
(39,18,44)
#1C0C20
(28,12,32)
#110614
(17,6,20)
#000000
(0,0,0)

Tints of #7F428C

#7F428C
(127,66,140)
#8A5396
(138,83,150)
#9564A0
(149,100,160)
#A075AA
(160,117,170)
#AB86B4
(171,134,180)
#B697BE
(182,151,190)
#C1A8C8
(193,168,200)
#CCB9D2
(204,185,210)
#D7CADC
(215,202,220)
#E2DBE6
(226,219,230)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F428C color. Also use rgb(127,66,140) instead hex code.

Text Font Color

.myTextColor { color: #7F428C; }

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

This text font color is #7F428C.


Background Color

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

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

This div background color is #7F428C.


Border color

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

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

This div border color is #7F428C.


Opacity

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

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

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

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

This text has shadow with #7F428C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F428C on black background.


Color preview on white background

This text has color #7F428C on white background.



Black color preview on #7F428C background

This text has black color on #7F428C background.


White color preview on #7F428C background

This text has white color on #7F428C background.