COLOR #7C40AB

HEX: #7C40AB
RGB: (124,64,171)

Color info

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

RGB color model

#7C40AB color RGB value is (124,64,171).

  • red value is 124;
  • green value is 64;
  • blue value is 171.
RGB:
(124,64,171)
(49%,25%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 64 of 255 = 25%
B 171 of 255 = 67%

124
64
171

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

Portions of RGB colors in percentages

R + G + B =
124 + 64 + 171 = 359 (100%)
R 124 of 359 ~ 34.54%
G 64 of 359 ~ 17.83%
B 171 of 359 ~ 47.63%

%34.54
%17.83
%47.63

CMYK color model

#7C40AB color CMYK value is (27,63,0,33).

  • cyan value is 27.49%
  • magenta value is 62.57%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,63,0,33)
C27M63Y0K33 
(27%,63%,0%,33%)
(0.27/0.63/0.00/0.33)	

CMYK percentages

%27.49
%62.57
%0
%32.94

Codes

Color #7C40AB in popluar color models

7C40AB
RGB12464171
HSL274°45.53%46.08%
HSB/HSV274°62.57%67.06%
CMYK27.49%62.57%0.00%
32.94%

Color #7C40AB in popluar number systems.

HEX7C40AB
Decimal12464171
Binary1111100100000010101011
Octal174100253

Shades and tints

Shades of #7C40AB

#7C40AB
(124,64,171)
#713B9C
(113,59,156)
#66368D
(102,54,141)
#5B317E
(91,49,126)
#502C6F
(80,44,111)
#452760
(69,39,96)
#3A2251
(58,34,81)
#2F1D42
(47,29,66)
#241833
(36,24,51)
#191324
(25,19,36)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #7C40AB

#7C40AB
(124,64,171)
#8751B2
(135,81,178)
#9262B9
(146,98,185)
#9D73C0
(157,115,192)
#A884C7
(168,132,199)
#B395CE
(179,149,206)
#BEA6D5
(190,166,213)
#C9B7DC
(201,183,220)
#D4C8E3
(212,200,227)
#DFD9EA
(223,217,234)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C40AB color. Also use rgb(124,64,171) instead hex code.

Text Font Color

.myTextColor { color: #7C40AB; }

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

This text font color is #7C40AB.


Background Color

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

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

This div background color is #7C40AB.


Border color

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

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

This div border color is #7C40AB.


Opacity

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

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

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

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

This text has shadow with #7C40AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C40AB on black background.


Color preview on white background

This text has color #7C40AB on white background.



Black color preview on #7C40AB background

This text has black color on #7C40AB background.


White color preview on #7C40AB background

This text has white color on #7C40AB background.