COLOR #7D51C9

HEX: #7D51C9
RGB: (125,81,201)

Color info

#7D51C9 contains mainly blue color. Web safe color of #7D51C9 is #6666CC (or #66C).

RGB color model

#7D51C9 color RGB value is (125,81,201).

  • red value is 125;
  • green value is 81;
  • blue value is 201.
RGB:
(125,81,201)
(49%,32%,79%)

RGB channels and saturation

R 125 of 255 = 49%
G 81 of 255 = 32%
B 201 of 255 = 79%

125
81
201

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

Portions of RGB colors in percentages

R + G + B =
125 + 81 + 201 = 407 (100%)
R 125 of 407 ~ 30.71%
G 81 of 407 ~ 19.9%
B 201 of 407 ~ 49.39%

%30.71
%19.9
%49.39

CMYK color model

#7D51C9 color CMYK value is (38,60,0,21).

  • cyan value is 37.81%
  • magenta value is 59.70%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(38,60,0,21)
C38M60Y0K21 
(38%,60%,0%,21%)
(0.38/0.60/0.00/0.21)	

CMYK percentages

%37.81
%59.7
%0
%21.18

Codes

Color #7D51C9 in popluar color models

7D51C9
RGB12581201
HSL262°52.63%55.29%
HSB/HSV262°59.70%78.82%
CMYK37.81%59.70%0.00%
21.18%

Color #7D51C9 in popluar number systems.

HEX7D51C9
Decimal12581201
Binary1111101101000111001001
Octal175121311

Shades and tints

Shades of #7D51C9

#7D51C9
(125,81,201)
#724AB7
(114,74,183)
#6743A5
(103,67,165)
#5C3C93
(92,60,147)
#513581
(81,53,129)
#462E6F
(70,46,111)
#3B275D
(59,39,93)
#30204B
(48,32,75)
#251939
(37,25,57)
#1A1227
(26,18,39)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #7D51C9

#7D51C9
(125,81,201)
#8860CD
(136,96,205)
#936FD1
(147,111,209)
#9E7ED5
(158,126,213)
#A98DD9
(169,141,217)
#B49CDD
(180,156,221)
#BFABE1
(191,171,225)
#CABAE5
(202,186,229)
#D5C9E9
(213,201,233)
#E0D8ED
(224,216,237)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D51C9 color. Also use rgb(125,81,201) instead hex code.

Text Font Color

.myTextColor { color: #7D51C9; }

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

This text font color is #7D51C9.


Background Color

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

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

This div background color is #7D51C9.


Border color

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

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

This div border color is #7D51C9.


Opacity

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

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

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

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

This text has shadow with #7D51C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D51C9 on black background.


Color preview on white background

This text has color #7D51C9 on white background.



Black color preview on #7D51C9 background

This text has black color on #7D51C9 background.


White color preview on #7D51C9 background

This text has white color on #7D51C9 background.