COLOR #7C5FB0

HEX: #7C5FB0 RGB: (124,95,176)

Color info

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

RGB color model

#7C5FB0 color RGB value is (124,95,176).

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

RGB channels and saturation

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

124
95
176

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

Portions of RGB colors in percentages

R + G + B = 124 + 95 + 176 = 395 (100%)
R 124 of 395 ~ 31.39%
G 95 of 395 ~ 24.05%
B 176 of 395 ~ 44.56'%

%31.39
%24.05
%44.56

CMYK color model

#7C5FB0 color CMYK value is (30,46,0,31).

  • cyan value is 29.55%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (30,46,0,31)
C30M46Y0K31 (30%, 46%, 0%, 31%)
(0.30 / 0.46 / 0.00 / 0.31)

CMYK percentages

%29.55
%46.02
%0
%30.98

Codes

Color #7C5FB0 in popluar color models

7C 5F B0
RGB 124 95 176
HSL 261° 33.89% 53.14%
HSB/HSV 261° 46.02% 69.02%
CMYK 29.55% 46.02% 0.00%
30.98%

Color #7C5FB0 in popluar number systems.

HEX 7C 5F B0
Decimal 124 95 176
Binary 1111100 1011111 10110000
Octal 174 137 260

Shades and tints

Shades of #7C5FB0

#7C5FB0
(124,95,176)
#7157A0
(113,87,160)
#664F90
(102,79,144)
#5B4780
(91,71,128)
#503F70
(80,63,112)
#453760
(69,55,96)
#3A2F50
(58,47,80)
#2F2740
(47,39,64)
#241F30
(36,31,48)
#191720
(25,23,32)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #7C5FB0

#7C5FB0
(124,95,176)
#876DB7
(135,109,183)
#927BBE
(146,123,190)
#9D89C5
(157,137,197)
#A897CC
(168,151,204)
#B3A5D3
(179,165,211)
#BEB3DA
(190,179,218)
#C9C1E1
(201,193,225)
#D4CFE8
(212,207,232)
#DFDDEF
(223,221,239)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5FB0; }

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

This text font color is #7C5FB0.

Background Color

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

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

This div background color is #7C5FB0.

Border color

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

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

This div border color is #7C5FB0.

Opacity

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

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

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

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

This text has shadow with #7C5FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5FB0.

Preview

Color preview on black background

This text has color #7C5FB0 on black background.


Color preview on white background

This text has color #7C5FB0 on white background.


Black color preview on #7C5FB0 background

This text has black color on #7C5FB0 background.


White color preview on #7C5FB0 background

This text has white color on #7C5FB0 background.


Related colors

Complementary color

Complementary color for #hex is #83A04F.


I love getcolorcode.com

Triadic colors

1 #B07C5F and #5FB07C with #7C5FB0 are triadic colors.

2 #B05F7C and #5F7CB0 with #7C5FB0 are triadic colors.