COLOR #7D74B7

HEX: #7D74B7
RGB: (125,116,183)

Color info

#7D74B7 contains mainly red and blue colors. Web safe color of #7D74B7 is #6666CC (or #66C).

RGB color model

#7D74B7 color RGB value is (125,116,183).

  • red value is 125;
  • green value is 116;
  • blue value is 183.
RGB:
(125,116,183)
(49%,45%,72%)

RGB channels and saturation

R 125 of 255 = 49%
G 116 of 255 = 45%
B 183 of 255 = 72%

125
116
183

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

Portions of RGB colors in percentages

R + G + B =
125 + 116 + 183 = 424 (100%)
R 125 of 424 ~ 29.48%
G 116 of 424 ~ 27.36%
B 183 of 424 ~ 43.16%

%29.48
%27.36
%43.16

CMYK color model

#7D74B7 color CMYK value is (32,37,0,28).

  • cyan value is 31.69%
  • magenta value is 36.61%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(32,37,0,28)
C32M37Y0K28 
(32%,37%,0%,28%)
(0.32/0.37/0.00/0.28)	

CMYK percentages

%31.69
%36.61
%0
%28.24

Codes

Color #7D74B7 in popluar color models

7D74B7
RGB125116183
HSL248°31.75%58.63%
HSB/HSV248°36.61%71.76%
CMYK31.69%36.61%0.00%
28.24%

Color #7D74B7 in popluar number systems.

HEX7D74B7
Decimal125116183
Binary1111101111010010110111
Octal175164267

Shades and tints

Shades of #7D74B7

#7D74B7
(125,116,183)
#726AA7
(114,106,167)
#676097
(103,96,151)
#5C5687
(92,86,135)
#514C77
(81,76,119)
#464267
(70,66,103)
#3B3857
(59,56,87)
#302E47
(48,46,71)
#252437
(37,36,55)
#1A1A27
(26,26,39)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #7D74B7

#7D74B7
(125,116,183)
#8880BD
(136,128,189)
#938CC3
(147,140,195)
#9E98C9
(158,152,201)
#A9A4CF
(169,164,207)
#B4B0D5
(180,176,213)
#BFBCDB
(191,188,219)
#CAC8E1
(202,200,225)
#D5D4E7
(213,212,231)
#E0E0ED
(224,224,237)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D74B7 color. Also use rgb(125,116,183) instead hex code.

Text Font Color

.myTextColor { color: #7D74B7; }

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

This text font color is #7D74B7.


Background Color

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

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

This div background color is #7D74B7.


Border color

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

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

This div border color is #7D74B7.


Opacity

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

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

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

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

This text has shadow with #7D74B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D74B7 on black background.


Color preview on white background

This text has color #7D74B7 on white background.



Black color preview on #7D74B7 background

This text has black color on #7D74B7 background.


White color preview on #7D74B7 background

This text has white color on #7D74B7 background.