COLOR #751980

HEX: #751980 RGB: (117,25,128)

Color info

#751980 contains mainly red and blue colors. Web safe color of #751980 is #660066 (or #606).

RGB color model

#751980 color RGB value is (117,25,128).

RGB: (117,25,128) (46%, 10%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 25 of 255 = 10%
B 128 of 255 = 50%

117
25
128

R + G + B ~ 35%. #751980 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 25 + 128 = 270 (100%)
R 117 of 270 ~ 43.33%
G 25 of 270 ~ 9.26%
B 128 of 270 ~ 47.41'%

%43.33
%47.41

CMYK color model

#751980 color CMYK value is (9,80,0,50).

  • cyan value is 8.59%
  • magenta value is 80.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK: (9,80,0,50) C9M80Y0K50 (9%,80%,0%,50%) (0.09/0.80/0.00/0.50) 

CMYK percentages

%8.59
%80.47
%0
%49.8

Codes

Color #751980 in popluar color models

75 19 80
RGB 117 25 128
HSL 294° 67.32% 30.00%
HSB/HSV 294° 80.47% 50.20%
CMYK 8.59% 80.47% 0.00%
49.80%

Color #751980 in popluar number systems.

HEX 75 19 80
Decimal 117 25 128
Binary 1110101 11001 10000000
Octal 165 31 200

Shades and tints

Shades of #751980

#751980
(117,25,128)
#6B1775
(107,23,117)
#61156A
(97,21,106)
#57135F
(87,19,95)
#4D1154
(77,17,84)
#430F49
(67,15,73)
#390D3E
(57,13,62)
#2F0B33
(47,11,51)
#250928
(37,9,40)
#1B071D
(27,7,29)
#110512
(17,5,18)
#000000
(0,0,0)

Tints of #751980

#751980
(117,25,128)
#812D8B
(129,45,139)
#8D4196
(141,65,150)
#9955A1
(153,85,161)
#A569AC
(165,105,172)
#B17DB7
(177,125,183)
#BD91C2
(189,145,194)
#C9A5CD
(201,165,205)
#D5B9D8
(213,185,216)
#E1CDE3
(225,205,227)
#EDE1EE
(237,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751980 color. Also use rgb(117,25,128) instead hex code.

Text Font Color

.myTextColor { color: #751980; }

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

This text font color is #751980.

Background Color

.myBgColor { background-color: #751980; }

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

This div background color is #751980.

Border color

.myBorderColor { border: 1px solid #751980; }

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

This div border color is #751980.

Opacity

.myOpacity80 { color: #751980; opacity: 0.8; }

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

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

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

This text has shadow with #751980 color.


.textShadow {text-shadow: 3px 3px 1px #751980', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #751980; -webkit-box-shadow: 1px 1px 3px 2px #751980; box-shadow:1px 1px 3px 2px #751980;">
Div content here
</div>

This div box has shadow with color #751980.

Preview

Color preview on black background

This text has color #751980 on black background.


Color preview on white background

This text has color #751980 on white background.


Black color preview on #751980 background

This text has black color on #751980 background.


White color preview on #751980 background

This text has white color on #751980 background.


Related colors

Complementary color

Complementary color for #hex is #8AE67F.


I love getcolorcode.com

Triadic colors

1 #807519 and #198075 with #751980 are triadic colors.

2 #801975 and #197580 with #751980 are triadic colors.