COLOR #7C5FAF

HEX: #7C5FAF RGB: (124,95,175)

Color info

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

RGB color model

#7C5FAF color RGB value is (124,95,175).

RGB: (124,95,175) (49%, 37%, 69%)

RGB channels and saturation

R 124 of 255 = 49%
G 95 of 255 = 37%
B 175 of 255 = 69%

124
95
175

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

Portions of RGB colors in percentages

R + G + B = 124 + 95 + 175 = 394 (100%)
R 124 of 394 ~ 31.47%
G 95 of 394 ~ 24.11%
B 175 of 394 ~ 44.42'%

%31.47
%24.11
%44.42

CMYK color model

#7C5FAF color CMYK value is (29,46,0,31).

  • cyan value is 29.14%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (29,46,0,31)
C29M46Y0K31 (29%, 46%, 0%, 31%)
(0.29 / 0.46 / 0.00 / 0.31)

CMYK percentages

%29.14
%45.71
%0
%31.37

Codes

Color #7C5FAF in popluar color models

7C 5F AF
RGB 124 95 175
HSL 262° 33.33% 52.94%
HSB/HSV 262° 45.71% 68.63%
CMYK 29.14% 45.71% 0.00%
31.37%

Color #7C5FAF in popluar number systems.

HEX 7C 5F AF
Decimal 124 95 175
Binary 1111100 1011111 10101111
Octal 174 137 257

Shades and tints

Shades of #7C5FAF

#7C5FAF
(124,95,175)
#7157A0
(113,87,160)
#664F91
(102,79,145)
#5B4782
(91,71,130)
#503F73
(80,63,115)
#453764
(69,55,100)
#3A2F55
(58,47,85)
#2F2746
(47,39,70)
#241F37
(36,31,55)
#191728
(25,23,40)
#0E0F19
(14,15,25)
#000000
(0,0,0)

Tints of #7C5FAF

#7C5FAF
(124,95,175)
#876DB6
(135,109,182)
#927BBD
(146,123,189)
#9D89C4
(157,137,196)
#A897CB
(168,151,203)
#B3A5D2
(179,165,210)
#BEB3D9
(190,179,217)
#C9C1E0
(201,193,224)
#D4CFE7
(212,207,231)
#DFDDEE
(223,221,238)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5FAF color. Also use rgb(124,95,175) instead hex code.

Text Font Color

.myTextColor { color: #7C5FAF; }

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

This text font color is #7C5FAF.

Background Color

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

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

This div background color is #7C5FAF.

Border color

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

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

This div border color is #7C5FAF.

Opacity

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

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

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

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

This text has shadow with #7C5FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5FAF.

Preview

Color preview on black background

This text has color #7C5FAF on black background.


Color preview on white background

This text has color #7C5FAF on white background.


Black color preview on #7C5FAF background

This text has black color on #7C5FAF background.


White color preview on #7C5FAF background

This text has white color on #7C5FAF background.


Related colors

Complementary color

Complementary color for #hex is #83A050.


I love getcolorcode.com

Triadic colors

1 #AF7C5F and #5FAF7C with #7C5FAF are triadic colors.

2 #AF5F7C and #5F7CAF with #7C5FAF are triadic colors.