COLOR #7C4BAC

HEX: #7C4BAC
RGB: (124,75,172)

Color info

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

RGB color model

#7C4BAC color RGB value is (124,75,172).

  • red value is 124;
  • green value is 75;
  • blue value is 172.
RGB:
(124,75,172)
(49%,29%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 75 of 255 = 29%
B 172 of 255 = 67%

124
75
172

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

Portions of RGB colors in percentages

R + G + B =
124 + 75 + 172 = 371 (100%)
R 124 of 371 ~ 33.42%
G 75 of 371 ~ 20.22%
B 172 of 371 ~ 46.36%

%33.42
%20.22
%46.36

CMYK color model

#7C4BAC color CMYK value is (28,56,0,33).

  • cyan value is 27.91%
  • magenta value is 56.40%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(28,56,0,33)
C28M56Y0K33 
(28%,56%,0%,33%)
(0.28/0.56/0.00/0.33)	

CMYK percentages

%27.91
%56.4
%0
%32.55

Codes

Color #7C4BAC in popluar color models

7C4BAC
RGB12475172
HSL270°39.27%48.43%
HSB/HSV270°56.40%67.45%
CMYK27.91%56.40%0.00%
32.55%

Color #7C4BAC in popluar number systems.

HEX7C4BAC
Decimal12475172
Binary1111100100101110101100
Octal174113254

Shades and tints

Shades of #7C4BAC

#7C4BAC
(124,75,172)
#71459D
(113,69,157)
#663F8E
(102,63,142)
#5B397F
(91,57,127)
#503370
(80,51,112)
#452D61
(69,45,97)
#3A2752
(58,39,82)
#2F2143
(47,33,67)
#241B34
(36,27,52)
#191525
(25,21,37)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #7C4BAC

#7C4BAC
(124,75,172)
#875BB3
(135,91,179)
#926BBA
(146,107,186)
#9D7BC1
(157,123,193)
#A88BC8
(168,139,200)
#B39BCF
(179,155,207)
#BEABD6
(190,171,214)
#C9BBDD
(201,187,221)
#D4CBE4
(212,203,228)
#DFDBEB
(223,219,235)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4BAC color. Also use rgb(124,75,172) instead hex code.

Text Font Color

.myTextColor { color: #7C4BAC; }

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

This text font color is #7C4BAC.


Background Color

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

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

This div background color is #7C4BAC.


Border color

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

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

This div border color is #7C4BAC.


Opacity

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

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

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

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

This text has shadow with #7C4BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4BAC on black background.


Color preview on white background

This text has color #7C4BAC on white background.



Black color preview on #7C4BAC background

This text has black color on #7C4BAC background.


White color preview on #7C4BAC background

This text has white color on #7C4BAC background.