COLOR #751A8C

HEX: #751A8C
RGB: (117,26,140)

Color info

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

RGB color model

#751A8C color RGB value is (117,26,140).

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

RGB channels and saturation

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

117
26
140

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

Portions of RGB colors in percentages

R + G + B =
117 + 26 + 140 = 283 (100%)
R 117 of 283 ~ 41.34%
G 26 of 283 ~ 9.19%
B 140 of 283 ~ 49.47%

%41.34
%49.47

CMYK color model

#751A8C color CMYK value is (16,81,0,45).

  • cyan value is 16.43%
  • magenta value is 81.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(16,81,0,45)
C16M81Y0K45 
(16%,81%,0%,45%)
(0.16/0.81/0.00/0.45)	

CMYK percentages

%16.43
%81.43
%0
%45.1

Codes

Color #751A8C in popluar color models

751A8C
RGB11726140
HSL288°68.67%32.55%
HSB/HSV288°81.43%54.90%
CMYK16.43%81.43%0.00%
45.10%

Color #751A8C in popluar number systems.

HEX751A8C
Decimal11726140
Binary11101011101010001100
Octal16532214

Shades and tints

Shades of #751A8C

#751A8C
(117,26,140)
#6B1880
(107,24,128)
#611674
(97,22,116)
#571468
(87,20,104)
#4D125C
(77,18,92)
#431050
(67,16,80)
#390E44
(57,14,68)
#2F0C38
(47,12,56)
#250A2C
(37,10,44)
#1B0820
(27,8,32)
#110614
(17,6,20)
#000000
(0,0,0)

Tints of #751A8C

#751A8C
(117,26,140)
#812E96
(129,46,150)
#8D42A0
(141,66,160)
#9956AA
(153,86,170)
#A56AB4
(165,106,180)
#B17EBE
(177,126,190)
#BD92C8
(189,146,200)
#C9A6D2
(201,166,210)
#D5BADC
(213,186,220)
#E1CEE6
(225,206,230)
#EDE2F0
(237,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751A8C; }

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

This text font color is #751A8C.


Background Color

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

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

This div background color is #751A8C.


Border color

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

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

This div border color is #751A8C.


Opacity

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

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

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

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

This text has shadow with #751A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751A8C on black background.


Color preview on white background

This text has color #751A8C on white background.



Black color preview on #751A8C background

This text has black color on #751A8C background.


White color preview on #751A8C background

This text has white color on #751A8C background.