COLOR #7C1F5A

HEX: #7C1F5A RGB: (124,31,90)

Color info

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

RGB color model

#7C1F5A color RGB value is (124,31,90).

RGB: (124,31,90) (49%, 12%, 35%)

RGB channels and saturation

R 124 of 255 = 49%
G 31 of 255 = 12%
B 90 of 255 = 35%

124
31
90

R + G + B ~ 32%. #7C1F5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 31 + 90 = 245 (100%)
R 124 of 245 ~ 50.61%
G 31 of 245 ~ 12.65%
B 90 of 245 ~ 36.73'%

%50.61
%12.65
%36.73

CMYK color model

#7C1F5A color CMYK value is (0,75,27,51).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 27.42%
  • key color value is 51.37%
CMYK: (0,75,27,51) C0M75Y27K51 (0%,75%,27%,51%) (0.00/0.75/0.27/0.51) 

CMYK percentages

%0
%75
%27.42
%51.37

Codes

Color #7C1F5A in popluar color models

7C 1F 5A
RGB 124 31 90
HSL 322° 60.00% 30.39%
HSB/HSV 322° 75.00% 48.63%
CMYK 0.00% 75.00% 27.42%
51.37%

Color #7C1F5A in popluar number systems.

HEX 7C 1F 5A
Decimal 124 31 90
Binary 1111100 11111 1011010
Octal 174 37 132

Shades and tints

Shades of #7C1F5A

#7C1F5A
(124,31,90)
#711D52
(113,29,82)
#661B4A
(102,27,74)
#5B1942
(91,25,66)
#50173A
(80,23,58)
#451532
(69,21,50)
#3A132A
(58,19,42)
#2F1122
(47,17,34)
#240F1A
(36,15,26)
#190D12
(25,13,18)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #7C1F5A

#7C1F5A
(124,31,90)
#873369
(135,51,105)
#924778
(146,71,120)
#9D5B87
(157,91,135)
#A86F96
(168,111,150)
#B383A5
(179,131,165)
#BE97B4
(190,151,180)
#C9ABC3
(201,171,195)
#D4BFD2
(212,191,210)
#DFD3E1
(223,211,225)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1F5A color. Also use rgb(124,31,90) instead hex code.

Text Font Color

.myTextColor { color: #7C1F5A; }

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

This text font color is #7C1F5A.

Background Color

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

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

This div background color is #7C1F5A.

Border color

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

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

This div border color is #7C1F5A.

Opacity

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

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

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

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

This text has shadow with #7C1F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C1F5A.

Preview

Color preview on black background

This text has color #7C1F5A on black background.


Color preview on white background

This text has color #7C1F5A on white background.


Black color preview on #7C1F5A background

This text has black color on #7C1F5A background.


White color preview on #7C1F5A background

This text has white color on #7C1F5A background.


Related colors

Complementary color

Complementary color for #hex is #83E0A5.


I love getcolorcode.com

Triadic colors

1 #5A7C1F and #1F5A7C with #7C1F5A are triadic colors.

2 #5A1F7C and #1F7C5A with #7C1F5A are triadic colors.