COLOR #7D51D6

HEX: #7D51D6
RGB: (125,81,214)

Color info

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

RGB color model

#7D51D6 color RGB value is (125,81,214).

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

RGB channels and saturation

R 125 of 255 = 49%
G 81 of 255 = 32%
B 214 of 255 = 84%

125
81
214

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

Portions of RGB colors in percentages

R + G + B =
125 + 81 + 214 = 420 (100%)
R 125 of 420 ~ 29.76%
G 81 of 420 ~ 19.29%
B 214 of 420 ~ 50.95%

%29.76
%19.29
%50.95

CMYK color model

#7D51D6 color CMYK value is (42,62,0,16).

  • cyan value is 41.59%
  • magenta value is 62.15%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(42,62,0,16)
C42M62Y0K16 
(42%,62%,0%,16%)
(0.42/0.62/0.00/0.16)	

CMYK percentages

%41.59
%62.15
%0
%16.08

Codes

Color #7D51D6 in popluar color models

7D51D6
RGB12581214
HSL260°61.86%57.84%
HSB/HSV260°62.15%83.92%
CMYK41.59%62.15%0.00%
16.08%

Color #7D51D6 in popluar number systems.

HEX7D51D6
Decimal12581214
Binary1111101101000111010110
Octal175121326

Shades and tints

Shades of #7D51D6

#7D51D6
(125,81,214)
#724AC3
(114,74,195)
#6743B0
(103,67,176)
#5C3C9D
(92,60,157)
#51358A
(81,53,138)
#462E77
(70,46,119)
#3B2764
(59,39,100)
#302051
(48,32,81)
#25193E
(37,25,62)
#1A122B
(26,18,43)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #7D51D6

#7D51D6
(125,81,214)
#8860D9
(136,96,217)
#936FDC
(147,111,220)
#9E7EDF
(158,126,223)
#A98DE2
(169,141,226)
#B49CE5
(180,156,229)
#BFABE8
(191,171,232)
#CABAEB
(202,186,235)
#D5C9EE
(213,201,238)
#E0D8F1
(224,216,241)
#EBE7F4
(235,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D51D6; }

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

This text font color is #7D51D6.


Background Color

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

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

This div background color is #7D51D6.


Border color

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

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

This div border color is #7D51D6.


Opacity

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

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

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

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

This text has shadow with #7D51D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D51D6 on black background.


Color preview on white background

This text has color #7D51D6 on white background.



Black color preview on #7D51D6 background

This text has black color on #7D51D6 background.


White color preview on #7D51D6 background

This text has white color on #7D51D6 background.