COLOR #751082

HEX: #751082
RGB: (117,16,130)

Color info

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

RGB color model

#751082 color RGB value is (117,16,130).

  • red value is 117;
  • green value is 16;
  • blue value is 130.
RGB:
(117,16,130)
(46%,6%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 16 of 255 = 6%
B 130 of 255 = 51%

117
16
130

R + G + B ~ 34%. #751082 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 16 + 130 = 263 (100%)
R 117 of 263 ~ 44.49%
G 16 of 263 ~ 6.08%
B 130 of 263 ~ 49.43%

%44.49
%49.43

CMYK color model

#751082 color CMYK value is (10,88,0,49).

  • cyan value is 10.00%
  • magenta value is 87.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(10,88,0,49)
C10M88Y0K49 
(10%,88%,0%,49%)
(0.10/0.88/0.00/0.49)	

CMYK percentages

%10
%87.69
%0
%49.02

Codes

Color #751082 in popluar color models

751082
RGB11716130
HSL293°78.08%28.63%
HSB/HSV293°87.69%50.98%
CMYK10.00%87.69%0.00%
49.02%

Color #751082 in popluar number systems.

HEX751082
Decimal11716130
Binary11101011000010000010
Octal16520202

Shades and tints

Shades of #751082

#751082
(117,16,130)
#6B0F77
(107,15,119)
#610E6C
(97,14,108)
#570D61
(87,13,97)
#4D0C56
(77,12,86)
#430B4B
(67,11,75)
#390A40
(57,10,64)
#2F0935
(47,9,53)
#25082A
(37,8,42)
#1B071F
(27,7,31)
#110614
(17,6,20)
#000000
(0,0,0)

Tints of #751082

#751082
(117,16,130)
#81258D
(129,37,141)
#8D3A98
(141,58,152)
#994FA3
(153,79,163)
#A564AE
(165,100,174)
#B179B9
(177,121,185)
#BD8EC4
(189,142,196)
#C9A3CF
(201,163,207)
#D5B8DA
(213,184,218)
#E1CDE5
(225,205,229)
#EDE2F0
(237,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751082 color. Also use rgb(117,16,130) instead hex code.

Text Font Color

.myTextColor { color: #751082; }

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

This text font color is #751082.


Background Color

.myBgColor { background-color: #751082; }

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

This div background color is #751082.


Border color

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

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

This div border color is #751082.


Opacity

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

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

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

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

This text has shadow with #751082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751082 on black background.


Color preview on white background

This text has color #751082 on white background.



Black color preview on #751082 background

This text has black color on #751082 background.


White color preview on #751082 background

This text has white color on #751082 background.