COLOR #7C2382

HEX: #7C2382
RGB: (124,35,130)

Color info

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

RGB color model

#7C2382 color RGB value is (124,35,130).

  • red value is 124;
  • green value is 35;
  • blue value is 130.
RGB:
(124,35,130)
(49%,14%,51%)

RGB channels and saturation

R 124 of 255 = 49%
G 35 of 255 = 14%
B 130 of 255 = 51%

124
35
130

R + G + B ~ 38%. #7C2382 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 35 + 130 = 289 (100%)
R 124 of 289 ~ 42.91%
G 35 of 289 ~ 12.11%
B 130 of 289 ~ 44.98%

%42.91
%12.11
%44.98

CMYK color model

#7C2382 color CMYK value is (5,73,0,49).

  • cyan value is 4.62%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(5,73,0,49)
C5M73Y0K49 
(5%,73%,0%,49%)
(0.05/0.73/0.00/0.49)	

CMYK percentages

%4.62
%73.08
%0
%49.02

Codes

Color #7C2382 in popluar color models

7C2382
RGB12435130
HSL296°57.58%32.35%
HSB/HSV296°73.08%50.98%
CMYK4.62%73.08%0.00%
49.02%

Color #7C2382 in popluar number systems.

HEX7C2382
Decimal12435130
Binary111110010001110000010
Octal17443202

Shades and tints

Shades of #7C2382

#7C2382
(124,35,130)
#712077
(113,32,119)
#661D6C
(102,29,108)
#5B1A61
(91,26,97)
#501756
(80,23,86)
#45144B
(69,20,75)
#3A1140
(58,17,64)
#2F0E35
(47,14,53)
#240B2A
(36,11,42)
#19081F
(25,8,31)
#0E0514
(14,5,20)
#000000
(0,0,0)

Tints of #7C2382

#7C2382
(124,35,130)
#87378D
(135,55,141)
#924B98
(146,75,152)
#9D5FA3
(157,95,163)
#A873AE
(168,115,174)
#B387B9
(179,135,185)
#BE9BC4
(190,155,196)
#C9AFCF
(201,175,207)
#D4C3DA
(212,195,218)
#DFD7E5
(223,215,229)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2382 color. Also use rgb(124,35,130) instead hex code.

Text Font Color

.myTextColor { color: #7C2382; }

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

This text font color is #7C2382.


Background Color

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

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

This div background color is #7C2382.


Border color

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

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

This div border color is #7C2382.


Opacity

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

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

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

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

This text has shadow with #7C2382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2382 on black background.


Color preview on white background

This text has color #7C2382 on white background.



Black color preview on #7C2382 background

This text has black color on #7C2382 background.


White color preview on #7C2382 background

This text has white color on #7C2382 background.