COLOR #7C2F9B

HEX: #7C2F9B
RGB: (124,47,155)

Color info

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

RGB color model

#7C2F9B color RGB value is (124,47,155).

  • red value is 124;
  • green value is 47;
  • blue value is 155.
RGB:
(124,47,155)
(49%,18%,61%)

RGB channels and saturation

R 124 of 255 = 49%
G 47 of 255 = 18%
B 155 of 255 = 61%

124
47
155

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

Portions of RGB colors in percentages

R + G + B =
124 + 47 + 155 = 326 (100%)
R 124 of 326 ~ 38.04%
G 47 of 326 ~ 14.42%
B 155 of 326 ~ 47.55%

%38.04
%14.42
%47.55

CMYK color model

#7C2F9B color CMYK value is (20,70,0,39).

  • cyan value is 20.00%
  • magenta value is 69.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(20,70,0,39)
C20M70Y0K39 
(20%,70%,0%,39%)
(0.20/0.70/0.00/0.39)	

CMYK percentages

%20
%69.68
%0
%39.22

Codes

Color #7C2F9B in popluar color models

7C2F9B
RGB12447155
HSL283°53.47%39.61%
HSB/HSV283°69.68%60.78%
CMYK20.00%69.68%0.00%
39.22%

Color #7C2F9B in popluar number systems.

HEX7C2F9B
Decimal12447155
Binary111110010111110011011
Octal17457233

Shades and tints

Shades of #7C2F9B

#7C2F9B
(124,47,155)
#712B8D
(113,43,141)
#66277F
(102,39,127)
#5B2371
(91,35,113)
#501F63
(80,31,99)
#451B55
(69,27,85)
#3A1747
(58,23,71)
#2F1339
(47,19,57)
#240F2B
(36,15,43)
#190B1D
(25,11,29)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #7C2F9B

#7C2F9B
(124,47,155)
#8741A4
(135,65,164)
#9253AD
(146,83,173)
#9D65B6
(157,101,182)
#A877BF
(168,119,191)
#B389C8
(179,137,200)
#BE9BD1
(190,155,209)
#C9ADDA
(201,173,218)
#D4BFE3
(212,191,227)
#DFD1EC
(223,209,236)
#EAE3F5
(234,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2F9B color. Also use rgb(124,47,155) instead hex code.

Text Font Color

.myTextColor { color: #7C2F9B; }

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

This text font color is #7C2F9B.


Background Color

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

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

This div background color is #7C2F9B.


Border color

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

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

This div border color is #7C2F9B.


Opacity

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

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

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

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

This text has shadow with #7C2F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2F9B on black background.


Color preview on white background

This text has color #7C2F9B on white background.



Black color preview on #7C2F9B background

This text has black color on #7C2F9B background.


White color preview on #7C2F9B background

This text has white color on #7C2F9B background.