COLOR #751DE9

HEX: #751DE9
RGB: (117,29,233)

Color info

#751DE9 contains mainly blue color. Web safe color of #751DE9 is #6633FF (or #63F).

RGB color model

#751DE9 color RGB value is (117,29,233).

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

RGB channels and saturation

R 117 of 255 = 46%
G 29 of 255 = 11%
B 233 of 255 = 91%

117
29
233

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

Portions of RGB colors in percentages

R + G + B =
117 + 29 + 233 = 379 (100%)
R 117 of 379 ~ 30.87%
G 29 of 379 ~ 7.65%
B 233 of 379 ~ 61.48%

%30.87
%61.48

CMYK color model

#751DE9 color CMYK value is (50,88,0,9).

  • cyan value is 49.79%
  • magenta value is 87.55%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(50,88,0,9)
C50M88Y0K9 
(50%,88%,0%,9%)
(0.50/0.88/0.00/0.09)	

CMYK percentages

%49.79
%87.55
%0
%8.63

Codes

Color #751DE9 in popluar color models

751DE9
RGB11729233
HSL266°82.26%51.37%
HSB/HSV266°87.55%91.37%
CMYK49.79%87.55%0.00%
8.63%

Color #751DE9 in popluar number systems.

HEX751DE9
Decimal11729233
Binary11101011110111101001
Octal16535351

Shades and tints

Shades of #751DE9

#751DE9
(117,29,233)
#6B1BD4
(107,27,212)
#6119BF
(97,25,191)
#5717AA
(87,23,170)
#4D1595
(77,21,149)
#431380
(67,19,128)
#39116B
(57,17,107)
#2F0F56
(47,15,86)
#250D41
(37,13,65)
#1B0B2C
(27,11,44)
#110917
(17,9,23)
#000000
(0,0,0)

Tints of #751DE9

#751DE9
(117,29,233)
#8131EB
(129,49,235)
#8D45ED
(141,69,237)
#9959EF
(153,89,239)
#A56DF1
(165,109,241)
#B181F3
(177,129,243)
#BD95F5
(189,149,245)
#C9A9F7
(201,169,247)
#D5BDF9
(213,189,249)
#E1D1FB
(225,209,251)
#EDE5FD
(237,229,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751DE9; }

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

This text font color is #751DE9.


Background Color

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

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

This div background color is #751DE9.


Border color

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

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

This div border color is #751DE9.


Opacity

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

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

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

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

This text has shadow with #751DE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751DE9 on black background.


Color preview on white background

This text has color #751DE9 on white background.



Black color preview on #751DE9 background

This text has black color on #751DE9 background.


White color preview on #751DE9 background

This text has white color on #751DE9 background.