COLOR #7C6294

HEX: #7C6294
RGB: (124,98,148)

Color info

#7C6294 contains red, green and blue colors in about the same proportion. Web safe color of #7C6294 is #666699 (or #669).

RGB color model

#7C6294 color RGB value is (124,98,148).

  • red value is 124;
  • green value is 98;
  • blue value is 148.
RGB:
(124,98,148)
(49%,38%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 98 of 255 = 38%
B 148 of 255 = 58%

124
98
148

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

Portions of RGB colors in percentages

R + G + B =
124 + 98 + 148 = 370 (100%)
R 124 of 370 ~ 33.51%
G 98 of 370 ~ 26.49%
B 148 of 370 ~ 40%

%33.51
%26.49
%40

CMYK color model

#7C6294 color CMYK value is (16,34,0,42).

  • cyan value is 16.22%
  • magenta value is 33.78%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(16,34,0,42)
C16M34Y0K42 
(16%,34%,0%,42%)
(0.16/0.34/0.00/0.42)	

CMYK percentages

%16.22
%33.78
%0
%41.96

Codes

Color #7C6294 in popluar color models

7C6294
RGB12498148
HSL271°20.33%48.24%
HSB/HSV271°33.78%58.04%
CMYK16.22%33.78%0.00%
41.96%

Color #7C6294 in popluar number systems.

HEX7C6294
Decimal12498148
Binary1111100110001010010100
Octal174142224

Shades and tints

Shades of #7C6294

#7C6294
(124,98,148)
#715A87
(113,90,135)
#66527A
(102,82,122)
#5B4A6D
(91,74,109)
#504260
(80,66,96)
#453A53
(69,58,83)
#3A3246
(58,50,70)
#2F2A39
(47,42,57)
#24222C
(36,34,44)
#191A1F
(25,26,31)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #7C6294

#7C6294
(124,98,148)
#87709D
(135,112,157)
#927EA6
(146,126,166)
#9D8CAF
(157,140,175)
#A89AB8
(168,154,184)
#B3A8C1
(179,168,193)
#BEB6CA
(190,182,202)
#C9C4D3
(201,196,211)
#D4D2DC
(212,210,220)
#DFE0E5
(223,224,229)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6294 color. Also use rgb(124,98,148) instead hex code.

Text Font Color

.myTextColor { color: #7C6294; }

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

This text font color is #7C6294.


Background Color

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

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

This div background color is #7C6294.


Border color

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

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

This div border color is #7C6294.


Opacity

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

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

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

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

This text has shadow with #7C6294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6294 on black background.


Color preview on white background

This text has color #7C6294 on white background.



Black color preview on #7C6294 background

This text has black color on #7C6294 background.


White color preview on #7C6294 background

This text has white color on #7C6294 background.