COLOR #7D247E

HEX: #7D247E
RGB: (125,36,126)

Color info

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

RGB color model

#7D247E color RGB value is (125,36,126).

  • red value is 125;
  • green value is 36;
  • blue value is 126.
RGB:
(125,36,126)
(49%,14%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 36 of 255 = 14%
B 126 of 255 = 49%

125
36
126

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

Portions of RGB colors in percentages

R + G + B =
125 + 36 + 126 = 287 (100%)
R 125 of 287 ~ 43.55%
G 36 of 287 ~ 12.54%
B 126 of 287 ~ 43.9%

%43.55
%12.54
%43.9

CMYK color model

#7D247E color CMYK value is (1,71,0,51).

  • cyan value is 0.79%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(1,71,0,51)
C1M71Y0K51 
(1%,71%,0%,51%)
(0.01/0.71/0.00/0.51)	

CMYK percentages

%0.79
%71.43
%0
%50.59

Codes

Color #7D247E in popluar color models

7D247E
RGB12536126
HSL299°55.56%31.76%
HSB/HSV299°71.43%49.41%
CMYK0.79%71.43%0.00%
50.59%

Color #7D247E in popluar number systems.

HEX7D247E
Decimal12536126
Binary11111011001001111110
Octal17544176

Shades and tints

Shades of #7D247E

#7D247E
(125,36,126)
#722173
(114,33,115)
#671E68
(103,30,104)
#5C1B5D
(92,27,93)
#511852
(81,24,82)
#461547
(70,21,71)
#3B123C
(59,18,60)
#300F31
(48,15,49)
#250C26
(37,12,38)
#1A091B
(26,9,27)
#0F0610
(15,6,16)
#000000
(0,0,0)

Tints of #7D247E

#7D247E
(125,36,126)
#883789
(136,55,137)
#934A94
(147,74,148)
#9E5D9F
(158,93,159)
#A970AA
(169,112,170)
#B483B5
(180,131,181)
#BF96C0
(191,150,192)
#CAA9CB
(202,169,203)
#D5BCD6
(213,188,214)
#E0CFE1
(224,207,225)
#EBE2EC
(235,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D247E color. Also use rgb(125,36,126) instead hex code.

Text Font Color

.myTextColor { color: #7D247E; }

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

This text font color is #7D247E.


Background Color

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

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

This div background color is #7D247E.


Border color

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

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

This div border color is #7D247E.


Opacity

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

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

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

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

This text has shadow with #7D247E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D247E on black background.


Color preview on white background

This text has color #7D247E on white background.



Black color preview on #7D247E background

This text has black color on #7D247E background.


White color preview on #7D247E background

This text has white color on #7D247E background.