COLOR #751CE3

HEX: #751CE3
RGB: (117,28,227)

Color info

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

RGB color model

#751CE3 color RGB value is (117,28,227).

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

RGB channels and saturation

R 117 of 255 = 46%
G 28 of 255 = 11%
B 227 of 255 = 89%

117
28
227

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

Portions of RGB colors in percentages

R + G + B =
117 + 28 + 227 = 372 (100%)
R 117 of 372 ~ 31.45%
G 28 of 372 ~ 7.53%
B 227 of 372 ~ 61.02%

%31.45
%61.02

CMYK color model

#751CE3 color CMYK value is (48,88,0,11).

  • cyan value is 48.46%
  • magenta value is 87.67%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(48,88,0,11)
C48M88Y0K11 
(48%,88%,0%,11%)
(0.48/0.88/0.00/0.11)	

CMYK percentages

%48.46
%87.67
%0
%10.98

Codes

Color #751CE3 in popluar color models

751CE3
RGB11728227
HSL267°78.04%50.00%
HSB/HSV267°87.67%89.02%
CMYK48.46%87.67%0.00%
10.98%

Color #751CE3 in popluar number systems.

HEX751CE3
Decimal11728227
Binary11101011110011100011
Octal16534343

Shades and tints

Shades of #751CE3

#751CE3
(117,28,227)
#6B1ACF
(107,26,207)
#6118BB
(97,24,187)
#5716A7
(87,22,167)
#4D1493
(77,20,147)
#43127F
(67,18,127)
#39106B
(57,16,107)
#2F0E57
(47,14,87)
#250C43
(37,12,67)
#1B0A2F
(27,10,47)
#11081B
(17,8,27)
#000000
(0,0,0)

Tints of #751CE3

#751CE3
(117,28,227)
#8130E5
(129,48,229)
#8D44E7
(141,68,231)
#9958E9
(153,88,233)
#A56CEB
(165,108,235)
#B180ED
(177,128,237)
#BD94EF
(189,148,239)
#C9A8F1
(201,168,241)
#D5BCF3
(213,188,243)
#E1D0F5
(225,208,245)
#EDE4F7
(237,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751CE3; }

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

This text font color is #751CE3.


Background Color

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

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

This div background color is #751CE3.


Border color

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

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

This div border color is #751CE3.


Opacity

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

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

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

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

This text has shadow with #751CE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751CE3 on black background.


Color preview on white background

This text has color #751CE3 on white background.



Black color preview on #751CE3 background

This text has black color on #751CE3 background.


White color preview on #751CE3 background

This text has white color on #751CE3 background.