COLOR #751C8B

HEX: #751C8B RGB: (117,28,139)

Color info

#751C8B contains mainly red and blue colors. Web safe color of #751C8B is #663399 (or #639).

RGB color model

#751C8B color RGB value is (117,28,139).

RGB: (117,28,139) (46%, 11%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 28 of 255 = 11%
B 139 of 255 = 55%

117
28
139

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

Portions of RGB colors in percentages

R + G + B = 117 + 28 + 139 = 284 (100%)
R 117 of 284 ~ 41.2%
G 28 of 284 ~ 9.86%
B 139 of 284 ~ 48.94'%

%41.2
%48.94

CMYK color model

#751C8B color CMYK value is (16,80,0,45).

  • cyan value is 15.83%
  • magenta value is 79.86%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (16,80,0,45)
C16M80Y0K45 (16%, 80%, 0%, 45%)
(0.16 / 0.80 / 0.00 / 0.45)

CMYK percentages

%15.83
%79.86
%0
%45.49

Codes

Color #751C8B in popluar color models

75 1C 8B
RGB 117 28 139
HSL 288° 66.47% 32.75%
HSB/HSV 288° 79.86% 54.51%
CMYK 15.83% 79.86% 0.00%
45.49%

Color #751C8B in popluar number systems.

HEX 75 1C 8B
Decimal 117 28 139
Binary 1110101 11100 10001011
Octal 165 34 213

Shades and tints

Shades of #751C8B

#751C8B
(117,28,139)
#6B1A7F
(107,26,127)
#611873
(97,24,115)
#571667
(87,22,103)
#4D145B
(77,20,91)
#43124F
(67,18,79)
#391043
(57,16,67)
#2F0E37
(47,14,55)
#250C2B
(37,12,43)
#1B0A1F
(27,10,31)
#110813
(17,8,19)
#000000
(0,0,0)

Tints of #751C8B

#751C8B
(117,28,139)
#813095
(129,48,149)
#8D449F
(141,68,159)
#9958A9
(153,88,169)
#A56CB3
(165,108,179)
#B180BD
(177,128,189)
#BD94C7
(189,148,199)
#C9A8D1
(201,168,209)
#D5BCDB
(213,188,219)
#E1D0E5
(225,208,229)
#EDE4EF
(237,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751C8B; }

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

This text font color is #751C8B.

Background Color

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

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

This div background color is #751C8B.

Border color

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

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

This div border color is #751C8B.

Opacity

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

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

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

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

This text has shadow with #751C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #751C8B.

Preview

Color preview on black background

This text has color #751C8B on black background.


Color preview on white background

This text has color #751C8B on white background.


Black color preview on #751C8B background

This text has black color on #751C8B background.


White color preview on #751C8B background

This text has white color on #751C8B background.


Related colors

Complementary color

Complementary color for #hex is #8AE374.


I love getcolorcode.com

Triadic colors

1 #8B751C and #1C8B75 with #751C8B are triadic colors.

2 #8B1C75 and #1C758B with #751C8B are triadic colors.