COLOR #7C429D

HEX: #7C429D
RGB: (124,66,157)

Color info

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

RGB color model

#7C429D color RGB value is (124,66,157).

  • red value is 124;
  • green value is 66;
  • blue value is 157.
RGB:
(124,66,157)
(49%,26%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 66 of 255 = 26%
B 157 of 255 = 62%

124
66
157

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

Portions of RGB colors in percentages

R + G + B =
124 + 66 + 157 = 347 (100%)
R 124 of 347 ~ 35.73%
G 66 of 347 ~ 19.02%
B 157 of 347 ~ 45.24%

%35.73
%19.02
%45.24

CMYK color model

#7C429D color CMYK value is (21,58,0,38).

  • cyan value is 21.02%
  • magenta value is 57.96%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(21,58,0,38)
C21M58Y0K38 
(21%,58%,0%,38%)
(0.21/0.58/0.00/0.38)	

CMYK percentages

%21.02
%57.96
%0
%38.43

Codes

Color #7C429D in popluar color models

7C429D
RGB12466157
HSL278°40.81%43.73%
HSB/HSV278°57.96%61.57%
CMYK21.02%57.96%0.00%
38.43%

Color #7C429D in popluar number systems.

HEX7C429D
Decimal12466157
Binary1111100100001010011101
Octal174102235

Shades and tints

Shades of #7C429D

#7C429D
(124,66,157)
#713C8F
(113,60,143)
#663681
(102,54,129)
#5B3073
(91,48,115)
#502A65
(80,42,101)
#452457
(69,36,87)
#3A1E49
(58,30,73)
#2F183B
(47,24,59)
#24122D
(36,18,45)
#190C1F
(25,12,31)
#0E0611
(14,6,17)
#000000
(0,0,0)

Tints of #7C429D

#7C429D
(124,66,157)
#8753A5
(135,83,165)
#9264AD
(146,100,173)
#9D75B5
(157,117,181)
#A886BD
(168,134,189)
#B397C5
(179,151,197)
#BEA8CD
(190,168,205)
#C9B9D5
(201,185,213)
#D4CADD
(212,202,221)
#DFDBE5
(223,219,229)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C429D color. Also use rgb(124,66,157) instead hex code.

Text Font Color

.myTextColor { color: #7C429D; }

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

This text font color is #7C429D.


Background Color

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

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

This div background color is #7C429D.


Border color

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

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

This div border color is #7C429D.


Opacity

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

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

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

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

This text has shadow with #7C429D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C429D on black background.


Color preview on white background

This text has color #7C429D on white background.



Black color preview on #7C429D background

This text has black color on #7C429D background.


White color preview on #7C429D background

This text has white color on #7C429D background.