COLOR #750B83

HEX: #750B83
RGB: (117,11,131)

Color info

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

RGB color model

#750B83 color RGB value is (117,11,131).

  • red value is 117;
  • green value is 11;
  • blue value is 131.
RGB:
(117,11,131)
(46%,4%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 11 of 255 = 4%
B 131 of 255 = 51%

117
11
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 11 + 131 = 259 (100%)
R 117 of 259 ~ 45.17%
G 11 of 259 ~ 4.25%
B 131 of 259 ~ 50.58%

%45.17
%50.58

CMYK color model

#750B83 color CMYK value is (11,92,0,49).

  • cyan value is 10.69%
  • magenta value is 91.60%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,92,0,49)
C11M92Y0K49 
(11%,92%,0%,49%)
(0.11/0.92/0.00/0.49)	

CMYK percentages

%10.69
%91.6
%0
%48.63

Codes

Color #750B83 in popluar color models

750B83
RGB11711131
HSL293°84.51%27.84%
HSB/HSV293°91.60%51.37%
CMYK10.69%91.60%0.00%
48.63%

Color #750B83 in popluar number systems.

HEX750B83
Decimal11711131
Binary1110101101110000011
Octal16513203

Shades and tints

Shades of #750B83

#750B83
(117,11,131)
#6B0A78
(107,10,120)
#61096D
(97,9,109)
#570862
(87,8,98)
#4D0757
(77,7,87)
#43064C
(67,6,76)
#390541
(57,5,65)
#2F0436
(47,4,54)
#25032B
(37,3,43)
#1B0220
(27,2,32)
#110115
(17,1,21)
#000000
(0,0,0)

Tints of #750B83

#750B83
(117,11,131)
#81218E
(129,33,142)
#8D3799
(141,55,153)
#994DA4
(153,77,164)
#A563AF
(165,99,175)
#B179BA
(177,121,186)
#BD8FC5
(189,143,197)
#C9A5D0
(201,165,208)
#D5BBDB
(213,187,219)
#E1D1E6
(225,209,230)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750B83 color. Also use rgb(117,11,131) instead hex code.

Text Font Color

.myTextColor { color: #750B83; }

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

This text font color is #750B83.


Background Color

.myBgColor { background-color: #750B83; }

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

This div background color is #750B83.


Border color

.myBorderColor { border: 1px solid #750B83; }

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

This div border color is #750B83.


Opacity

.myOpacity80 { color: #750B83; opacity: 0.8; }

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

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

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

This text has shadow with #750B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750B83 on black background.


Color preview on white background

This text has color #750B83 on white background.



Black color preview on #750B83 background

This text has black color on #750B83 background.


White color preview on #750B83 background

This text has white color on #750B83 background.