COLOR #7C3B95

HEX: #7C3B95
RGB: (124,59,149)

Color info

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

RGB color model

#7C3B95 color RGB value is (124,59,149).

  • red value is 124;
  • green value is 59;
  • blue value is 149.
RGB:
(124,59,149)
(49%,23%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 59 of 255 = 23%
B 149 of 255 = 58%

124
59
149

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

Portions of RGB colors in percentages

R + G + B =
124 + 59 + 149 = 332 (100%)
R 124 of 332 ~ 37.35%
G 59 of 332 ~ 17.77%
B 149 of 332 ~ 44.88%

%37.35
%17.77
%44.88

CMYK color model

#7C3B95 color CMYK value is (17,60,0,42).

  • cyan value is 16.78%
  • magenta value is 60.40%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(17,60,0,42)
C17M60Y0K42 
(17%,60%,0%,42%)
(0.17/0.60/0.00/0.42)	

CMYK percentages

%16.78
%60.4
%0
%41.57

Codes

Color #7C3B95 in popluar color models

7C3B95
RGB12459149
HSL283°43.27%40.78%
HSB/HSV283°60.40%58.43%
CMYK16.78%60.40%0.00%
41.57%

Color #7C3B95 in popluar number systems.

HEX7C3B95
Decimal12459149
Binary111110011101110010101
Octal17473225

Shades and tints

Shades of #7C3B95

#7C3B95
(124,59,149)
#713688
(113,54,136)
#66317B
(102,49,123)
#5B2C6E
(91,44,110)
#502761
(80,39,97)
#452254
(69,34,84)
#3A1D47
(58,29,71)
#2F183A
(47,24,58)
#24132D
(36,19,45)
#190E20
(25,14,32)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #7C3B95

#7C3B95
(124,59,149)
#874C9E
(135,76,158)
#925DA7
(146,93,167)
#9D6EB0
(157,110,176)
#A87FB9
(168,127,185)
#B390C2
(179,144,194)
#BEA1CB
(190,161,203)
#C9B2D4
(201,178,212)
#D4C3DD
(212,195,221)
#DFD4E6
(223,212,230)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3B95 color. Also use rgb(124,59,149) instead hex code.

Text Font Color

.myTextColor { color: #7C3B95; }

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

This text font color is #7C3B95.


Background Color

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

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

This div background color is #7C3B95.


Border color

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

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

This div border color is #7C3B95.


Opacity

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

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

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

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

This text has shadow with #7C3B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3B95 on black background.


Color preview on white background

This text has color #7C3B95 on white background.



Black color preview on #7C3B95 background

This text has black color on #7C3B95 background.


White color preview on #7C3B95 background

This text has white color on #7C3B95 background.