COLOR #751A8D

HEX: #751A8D
RGB: (117,26,141)

Color info

#751A8D contains mainly red and blue colors. Web safe color of #751A8D is #660099 (or #609).

RGB color model

#751A8D color RGB value is (117,26,141).

  • red value is 117;
  • green value is 26;
  • blue value is 141.
RGB:
(117,26,141)
(46%,10%,55%)

RGB channels and saturation

R 117 of 255 = 46%
G 26 of 255 = 10%
B 141 of 255 = 55%

117
26
141

R + G + B ~ 37%. #751A8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 26 + 141 = 284 (100%)
R 117 of 284 ~ 41.2%
G 26 of 284 ~ 9.15%
B 141 of 284 ~ 49.65%

%41.2
%49.65

CMYK color model

#751A8D color CMYK value is (17,82,0,45).

  • cyan value is 17.02%
  • magenta value is 81.56%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(17,82,0,45)
C17M82Y0K45 
(17%,82%,0%,45%)
(0.17/0.82/0.00/0.45)	

CMYK percentages

%17.02
%81.56
%0
%44.71

Codes

Color #751A8D in popluar color models

751A8D
RGB11726141
HSL287°68.86%32.75%
HSB/HSV287°81.56%55.29%
CMYK17.02%81.56%0.00%
44.71%

Color #751A8D in popluar number systems.

HEX751A8D
Decimal11726141
Binary11101011101010001101
Octal16532215

Shades and tints

Shades of #751A8D

#751A8D
(117,26,141)
#6B1881
(107,24,129)
#611675
(97,22,117)
#571469
(87,20,105)
#4D125D
(77,18,93)
#431051
(67,16,81)
#390E45
(57,14,69)
#2F0C39
(47,12,57)
#250A2D
(37,10,45)
#1B0821
(27,8,33)
#110615
(17,6,21)
#000000
(0,0,0)

Tints of #751A8D

#751A8D
(117,26,141)
#812E97
(129,46,151)
#8D42A1
(141,66,161)
#9956AB
(153,86,171)
#A56AB5
(165,106,181)
#B17EBF
(177,126,191)
#BD92C9
(189,146,201)
#C9A6D3
(201,166,211)
#D5BADD
(213,186,221)
#E1CEE7
(225,206,231)
#EDE2F1
(237,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751A8D color. Also use rgb(117,26,141) instead hex code.

Text Font Color

.myTextColor { color: #751A8D; }

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

This text font color is #751A8D.


Background Color

.myBgColor { background-color: #751A8D; }

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

This div background color is #751A8D.


Border color

.myBorderColor { border: 1px solid #751A8D; }

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

This div border color is #751A8D.


Opacity

.myOpacity80 { color: #751A8D; opacity: 0.8; }

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

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

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

This text has shadow with #751A8D color.

.textShadow {text-shadow: 3px 3px 1px #751A8D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751A8D on black background.


Color preview on white background

This text has color #751A8D on white background.



Black color preview on #751A8D background

This text has black color on #751A8D background.


White color preview on #751A8D background

This text has white color on #751A8D background.