COLOR #751FB7

HEX: #751FB7 RGB: (117,31,183)

Color info

#751FB7 contains mainly blue color. Web safe color of #751FB7 is #6633CC (or #63C).

RGB color model

#751FB7 color RGB value is (117,31,183).

RGB: (117,31,183) (46%, 12%, 72%)

RGB channels and saturation

R 117 of 255 = 46%
G 31 of 255 = 12%
B 183 of 255 = 72%

117
31
183

R + G + B ~ 43%. #751FB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 31 + 183 = 331 (100%)
R 117 of 331 ~ 35.35%
G 31 of 331 ~ 9.37%
B 183 of 331 ~ 55.29'%

%35.35
%55.29

CMYK color model

#751FB7 color CMYK value is (36,83,0,28).

  • cyan value is 36.07%
  • magenta value is 83.06%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (36,83,0,28) C36M83Y0K28 (36%,83%,0%,28%) (0.36/0.83/0.00/0.28) 

CMYK percentages

%36.07
%83.06
%0
%28.24

Codes

Color #751FB7 in popluar color models

75 1F B7
RGB 117 31 183
HSL 274° 71.03% 41.96%
HSB/HSV 274° 83.06% 71.76%
CMYK 36.07% 83.06% 0.00%
28.24%

Color #751FB7 in popluar number systems.

HEX 75 1F B7
Decimal 117 31 183
Binary 1110101 11111 10110111
Octal 165 37 267

Shades and tints

Shades of #751FB7

#751FB7
(117,31,183)
#6B1DA7
(107,29,167)
#611B97
(97,27,151)
#571987
(87,25,135)
#4D1777
(77,23,119)
#431567
(67,21,103)
#391357
(57,19,87)
#2F1147
(47,17,71)
#250F37
(37,15,55)
#1B0D27
(27,13,39)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #751FB7

#751FB7
(117,31,183)
#8133BD
(129,51,189)
#8D47C3
(141,71,195)
#995BC9
(153,91,201)
#A56FCF
(165,111,207)
#B183D5
(177,131,213)
#BD97DB
(189,151,219)
#C9ABE1
(201,171,225)
#D5BFE7
(213,191,231)
#E1D3ED
(225,211,237)
#EDE7F3
(237,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751FB7; }

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

This text font color is #751FB7.

Background Color

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

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

This div background color is #751FB7.

Border color

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

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

This div border color is #751FB7.

Opacity

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

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

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

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

This text has shadow with #751FB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #751FB7.

Preview

Color preview on black background

This text has color #751FB7 on black background.


Color preview on white background

This text has color #751FB7 on white background.


Black color preview on #751FB7 background

This text has black color on #751FB7 background.


White color preview on #751FB7 background

This text has white color on #751FB7 background.


Related colors

Complementary color

Complementary color for #hex is #8AE048.


I love getcolorcode.com

Triadic colors

1 #B7751F and #1FB775 with #751FB7 are triadic colors.

2 #B71F75 and #1F75B7 with #751FB7 are triadic colors.