COLOR #751B75

HEX: #751B75
RGB: (117,27,117)

Color info

#751B75 contains mainly red and blue colors. Web safe color of #751B75 is #663366 (or #636).

RGB color model

#751B75 color RGB value is (117,27,117).

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

RGB channels and saturation

R 117 of 255 = 46%
G 27 of 255 = 11%
B 117 of 255 = 46%

117
27
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 27 + 117 = 261 (100%)
R 117 of 261 ~ 44.83%
G 27 of 261 ~ 10.34%
B 117 of 261 ~ 44.83%

%44.83
%10.34
%44.83

CMYK color model

#751B75 color CMYK value is (0,77,0,54).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(0,77,0,54)
C0M77Y0K54 
(0%,77%,0%,54%)
(0.00/0.77/0.00/0.54)	

CMYK percentages

%0
%76.92
%0
%54.12

Codes

Color #751B75 in popluar color models

751B75
RGB11727117
HSL300°62.50%28.24%
HSB/HSV300°76.92%45.88%
CMYK0.00%76.92%0.00%
54.12%

Color #751B75 in popluar number systems.

HEX751B75
Decimal11727117
Binary1110101110111110101
Octal16533165

Shades and tints

Shades of #751B75

#751B75
(117,27,117)
#6B196B
(107,25,107)
#611761
(97,23,97)
#571557
(87,21,87)
#4D134D
(77,19,77)
#431143
(67,17,67)
#390F39
(57,15,57)
#2F0D2F
(47,13,47)
#250B25
(37,11,37)
#1B091B
(27,9,27)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #751B75

#751B75
(117,27,117)
#812F81
(129,47,129)
#8D438D
(141,67,141)
#995799
(153,87,153)
#A56BA5
(165,107,165)
#B17FB1
(177,127,177)
#BD93BD
(189,147,189)
#C9A7C9
(201,167,201)
#D5BBD5
(213,187,213)
#E1CFE1
(225,207,225)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751B75; }

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

This text font color is #751B75.


Background Color

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

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

This div background color is #751B75.


Border color

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

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

This div border color is #751B75.


Opacity

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

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

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

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

This text has shadow with #751B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751B75 on black background.


Color preview on white background

This text has color #751B75 on white background.



Black color preview on #751B75 background

This text has black color on #751B75 background.


White color preview on #751B75 background

This text has white color on #751B75 background.