COLOR #7D1B5E

HEX: #7D1B5E
RGB: (125,27,94)

Color info

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

RGB color model

#7D1B5E color RGB value is (125,27,94).

  • red value is 125;
  • green value is 27;
  • blue value is 94.
RGB:
(125,27,94)
(49%,11%,37%)

RGB channels and saturation

R 125 of 255 = 49%
G 27 of 255 = 11%
B 94 of 255 = 37%

125
27
94

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

Portions of RGB colors in percentages

R + G + B =
125 + 27 + 94 = 246 (100%)
R 125 of 246 ~ 50.81%
G 27 of 246 ~ 10.98%
B 94 of 246 ~ 38.21%

%50.81
%10.98
%38.21

CMYK color model

#7D1B5E color CMYK value is (0,78,25,51).

  • cyan value is 0.00%
  • magenta value is 78.40%
  • yellow value is 24.80%
  • key color value is 50.98%
CMYK:
(0,78,25,51)
C0M78Y25K51 
(0%,78%,25%,51%)
(0.00/0.78/0.25/0.51)	

CMYK percentages

%0
%78.4
%24.8
%50.98

Codes

Color #7D1B5E in popluar color models

7D1B5E
RGB1252794
HSL319°64.47%29.80%
HSB/HSV319°78.40%49.02%
CMYK0.00%78.40%24.80%
50.98%

Color #7D1B5E in popluar number systems.

HEX7D1B5E
Decimal1252794
Binary1111101110111011110
Octal17533136

Shades and tints

Shades of #7D1B5E

#7D1B5E
(125,27,94)
#721956
(114,25,86)
#67174E
(103,23,78)
#5C1546
(92,21,70)
#51133E
(81,19,62)
#461136
(70,17,54)
#3B0F2E
(59,15,46)
#300D26
(48,13,38)
#250B1E
(37,11,30)
#1A0916
(26,9,22)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #7D1B5E

#7D1B5E
(125,27,94)
#882F6C
(136,47,108)
#93437A
(147,67,122)
#9E5788
(158,87,136)
#A96B96
(169,107,150)
#B47FA4
(180,127,164)
#BF93B2
(191,147,178)
#CAA7C0
(202,167,192)
#D5BBCE
(213,187,206)
#E0CFDC
(224,207,220)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1B5E color. Also use rgb(125,27,94) instead hex code.

Text Font Color

.myTextColor { color: #7D1B5E; }

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

This text font color is #7D1B5E.


Background Color

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

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

This div background color is #7D1B5E.


Border color

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

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

This div border color is #7D1B5E.


Opacity

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

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

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

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

This text has shadow with #7D1B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1B5E on black background.


Color preview on white background

This text has color #7D1B5E on white background.



Black color preview on #7D1B5E background

This text has black color on #7D1B5E background.


White color preview on #7D1B5E background

This text has white color on #7D1B5E background.