COLOR #7D289F

HEX: #7D289F
RGB: (125,40,159)

Color info

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

RGB color model

#7D289F color RGB value is (125,40,159).

  • red value is 125;
  • green value is 40;
  • blue value is 159.
RGB:
(125,40,159)
(49%,16%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 40 of 255 = 16%
B 159 of 255 = 62%

125
40
159

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

Portions of RGB colors in percentages

R + G + B =
125 + 40 + 159 = 324 (100%)
R 125 of 324 ~ 38.58%
G 40 of 324 ~ 12.35%
B 159 of 324 ~ 49.07%

%38.58
%12.35
%49.07

CMYK color model

#7D289F color CMYK value is (21,75,0,38).

  • cyan value is 21.38%
  • magenta value is 74.84%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(21,75,0,38)
C21M75Y0K38 
(21%,75%,0%,38%)
(0.21/0.75/0.00/0.38)	

CMYK percentages

%21.38
%74.84
%0
%37.65

Codes

Color #7D289F in popluar color models

7D289F
RGB12540159
HSL283°59.80%39.02%
HSB/HSV283°74.84%62.35%
CMYK21.38%74.84%0.00%
37.65%

Color #7D289F in popluar number systems.

HEX7D289F
Decimal12540159
Binary111110110100010011111
Octal17550237

Shades and tints

Shades of #7D289F

#7D289F
(125,40,159)
#722591
(114,37,145)
#672283
(103,34,131)
#5C1F75
(92,31,117)
#511C67
(81,28,103)
#461959
(70,25,89)
#3B164B
(59,22,75)
#30133D
(48,19,61)
#25102F
(37,16,47)
#1A0D21
(26,13,33)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #7D289F

#7D289F
(125,40,159)
#883BA7
(136,59,167)
#934EAF
(147,78,175)
#9E61B7
(158,97,183)
#A974BF
(169,116,191)
#B487C7
(180,135,199)
#BF9ACF
(191,154,207)
#CAADD7
(202,173,215)
#D5C0DF
(213,192,223)
#E0D3E7
(224,211,231)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D289F color. Also use rgb(125,40,159) instead hex code.

Text Font Color

.myTextColor { color: #7D289F; }

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

This text font color is #7D289F.


Background Color

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

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

This div background color is #7D289F.


Border color

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

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

This div border color is #7D289F.


Opacity

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

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

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

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

This text has shadow with #7D289F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D289F on black background.


Color preview on white background

This text has color #7D289F on white background.



Black color preview on #7D289F background

This text has black color on #7D289F background.


White color preview on #7D289F background

This text has white color on #7D289F background.