COLOR #7C6293

HEX: #7C6293
RGB: (124,98,147)

Color info

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

RGB color model

#7C6293 color RGB value is (124,98,147).

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

RGB channels and saturation

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

124
98
147

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

Portions of RGB colors in percentages

R + G + B =
124 + 98 + 147 = 369 (100%)
R 124 of 369 ~ 33.6%
G 98 of 369 ~ 26.56%
B 147 of 369 ~ 39.84%

%33.6
%26.56
%39.84

CMYK color model

#7C6293 color CMYK value is (16,33,0,42).

  • cyan value is 15.65%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(16,33,0,42)
C16M33Y0K42 
(16%,33%,0%,42%)
(0.16/0.33/0.00/0.42)	

CMYK percentages

%15.65
%33.33
%0
%42.35

Codes

Color #7C6293 in popluar color models

7C6293
RGB12498147
HSL272°20.00%48.04%
HSB/HSV272°33.33%57.65%
CMYK15.65%33.33%0.00%
42.35%

Color #7C6293 in popluar number systems.

HEX7C6293
Decimal12498147
Binary1111100110001010010011
Octal174142223

Shades and tints

Shades of #7C6293

#7C6293
(124,98,147)
#715A86
(113,90,134)
#665279
(102,82,121)
#5B4A6C
(91,74,108)
#50425F
(80,66,95)
#453A52
(69,58,82)
#3A3245
(58,50,69)
#2F2A38
(47,42,56)
#24222B
(36,34,43)
#191A1E
(25,26,30)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #7C6293

#7C6293
(124,98,147)
#87709C
(135,112,156)
#927EA5
(146,126,165)
#9D8CAE
(157,140,174)
#A89AB7
(168,154,183)
#B3A8C0
(179,168,192)
#BEB6C9
(190,182,201)
#C9C4D2
(201,196,210)
#D4D2DB
(212,210,219)
#DFE0E4
(223,224,228)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6293; }

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

This text font color is #7C6293.


Background Color

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

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

This div background color is #7C6293.


Border color

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

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

This div border color is #7C6293.


Opacity

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

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

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

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

This text has shadow with #7C6293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6293 on black background.


Color preview on white background

This text has color #7C6293 on white background.



Black color preview on #7C6293 background

This text has black color on #7C6293 background.


White color preview on #7C6293 background

This text has white color on #7C6293 background.