COLOR #7C2578

HEX: #7C2578
RGB: (124,37,120)

Color info

#7C2578 contains mainly red and blue colors. Web safe color of #7C2578 is #663366 (or #636).

RGB color model

#7C2578 color RGB value is (124,37,120).

  • red value is 124;
  • green value is 37;
  • blue value is 120.
RGB:
(124,37,120)
(49%,15%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 37 of 255 = 15%
B 120 of 255 = 47%

124
37
120

R + G + B ~ 37%. #7C2578 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 37 + 120 = 281 (100%)
R 124 of 281 ~ 44.13%
G 37 of 281 ~ 13.17%
B 120 of 281 ~ 42.7%

%44.13
%13.17
%42.7

CMYK color model

#7C2578 color CMYK value is (0,70,3,51).

  • cyan value is 0.00%
  • magenta value is 70.16%
  • yellow value is 3.23%
  • key color value is 51.37%
CMYK:
(0,70,3,51)
C0M70Y3K51 
(0%,70%,3%,51%)
(0.00/0.70/0.03/0.51)	

CMYK percentages

%0
%70.16
%3.23
%51.37

Codes

Color #7C2578 in popluar color models

7C2578
RGB12437120
HSL303°54.04%31.57%
HSB/HSV303°70.16%48.63%
CMYK0.00%70.16%3.23%
51.37%

Color #7C2578 in popluar number systems.

HEX7C2578
Decimal12437120
Binary11111001001011111000
Octal17445170

Shades and tints

Shades of #7C2578

#7C2578
(124,37,120)
#71226E
(113,34,110)
#661F64
(102,31,100)
#5B1C5A
(91,28,90)
#501950
(80,25,80)
#451646
(69,22,70)
#3A133C
(58,19,60)
#2F1032
(47,16,50)
#240D28
(36,13,40)
#190A1E
(25,10,30)
#0E0714
(14,7,20)
#000000
(0,0,0)

Tints of #7C2578

#7C2578
(124,37,120)
#873884
(135,56,132)
#924B90
(146,75,144)
#9D5E9C
(157,94,156)
#A871A8
(168,113,168)
#B384B4
(179,132,180)
#BE97C0
(190,151,192)
#C9AACC
(201,170,204)
#D4BDD8
(212,189,216)
#DFD0E4
(223,208,228)
#EAE3F0
(234,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2578 color. Also use rgb(124,37,120) instead hex code.

Text Font Color

.myTextColor { color: #7C2578; }

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

This text font color is #7C2578.


Background Color

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

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

This div background color is #7C2578.


Border color

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

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

This div border color is #7C2578.


Opacity

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

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

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

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

This text has shadow with #7C2578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2578 on black background.


Color preview on white background

This text has color #7C2578 on white background.



Black color preview on #7C2578 background

This text has black color on #7C2578 background.


White color preview on #7C2578 background

This text has white color on #7C2578 background.