COLOR #7C55AB

HEX: #7C55AB RGB: (124,85,171)

Color info

#7C55AB contains mainly red and blue colors. Web safe color of #7C55AB is #666699 (or #669).

RGB color model

#7C55AB color RGB value is (124,85,171).

RGB: (124,85,171) (49%, 33%, 67%)

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 171 of 255 = 67%

124
85
171

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

Portions of RGB colors in percentages

R + G + B = 124 + 85 + 171 = 380 (100%)
R 124 of 380 ~ 32.63%
G 85 of 380 ~ 22.37%
B 171 of 380 ~ 45'%

%32.63
%22.37
%45

CMYK color model

#7C55AB color CMYK value is (27,50,0,33).

  • cyan value is 27.49%
  • magenta value is 50.29%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (27,50,0,33)
C27M50Y0K33 (27%, 50%, 0%, 33%)
(0.27 / 0.50 / 0.00 / 0.33)

CMYK percentages

%27.49
%50.29
%0
%32.94

Codes

Color #7C55AB in popluar color models

7C 55 AB
RGB 124 85 171
HSL 267° 33.86% 50.20%
HSB/HSV 267° 50.29% 67.06%
CMYK 27.49% 50.29% 0.00%
32.94%

Color #7C55AB in popluar number systems.

HEX 7C 55 AB
Decimal 124 85 171
Binary 1111100 1010101 10101011
Octal 174 125 253

Shades and tints

Shades of #7C55AB

#7C55AB
(124,85,171)
#714E9C
(113,78,156)
#66478D
(102,71,141)
#5B407E
(91,64,126)
#50396F
(80,57,111)
#453260
(69,50,96)
#3A2B51
(58,43,81)
#2F2442
(47,36,66)
#241D33
(36,29,51)
#191624
(25,22,36)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #7C55AB

#7C55AB
(124,85,171)
#8764B2
(135,100,178)
#9273B9
(146,115,185)
#9D82C0
(157,130,192)
#A891C7
(168,145,199)
#B3A0CE
(179,160,206)
#BEAFD5
(190,175,213)
#C9BEDC
(201,190,220)
#D4CDE3
(212,205,227)
#DFDCEA
(223,220,234)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C55AB; }

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

This text font color is #7C55AB.

Background Color

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

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

This div background color is #7C55AB.

Border color

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

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

This div border color is #7C55AB.

Opacity

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

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

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

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

This text has shadow with #7C55AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C55AB.

Preview

Color preview on black background

This text has color #7C55AB on black background.


Color preview on white background

This text has color #7C55AB on white background.


Black color preview on #7C55AB background

This text has black color on #7C55AB background.


White color preview on #7C55AB background

This text has white color on #7C55AB background.


Related colors

Complementary color

Complementary color for #hex is #83AA54.


I love getcolorcode.com

Triadic colors

1 #AB7C55 and #55AB7C with #7C55AB are triadic colors.

2 #AB557C and #557CAB with #7C55AB are triadic colors.