COLOR #750CF2

HEX: #750CF2
RGB: (117,12,242)

Color info

#750CF2 contains mainly blue color. Web safe color of #750CF2 is #6600FF (or #60F).

RGB color model

#750CF2 color RGB value is (117,12,242).

  • red value is 117;
  • green value is 12;
  • blue value is 242.
RGB:
(117,12,242)
(46%,5%,95%)

RGB channels and saturation

R 117 of 255 = 46%
G 12 of 255 = 5%
B 242 of 255 = 95%

117
12
242

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

Portions of RGB colors in percentages

R + G + B =
117 + 12 + 242 = 371 (100%)
R 117 of 371 ~ 31.54%
G 12 of 371 ~ 3.23%
B 242 of 371 ~ 65.23%

%31.54
%65.23

CMYK color model

#750CF2 color CMYK value is (52,95,0,5).

  • cyan value is 51.65%
  • magenta value is 95.04%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(52,95,0,5)
C52M95Y0K5 
(52%,95%,0%,5%)
(0.52/0.95/0.00/0.05)	

CMYK percentages

%51.65
%95.04
%0
%5.1

Codes

Color #750CF2 in popluar color models

750CF2
RGB11712242
HSL267°90.55%49.80%
HSB/HSV267°95.04%94.90%
CMYK51.65%95.04%0.00%
5.10%

Color #750CF2 in popluar number systems.

HEX750CF2
Decimal11712242
Binary1110101110011110010
Octal16514362

Shades and tints

Shades of #750CF2

#750CF2
(117,12,242)
#6B0BDC
(107,11,220)
#610AC6
(97,10,198)
#5709B0
(87,9,176)
#4D089A
(77,8,154)
#430784
(67,7,132)
#39066E
(57,6,110)
#2F0558
(47,5,88)
#250442
(37,4,66)
#1B032C
(27,3,44)
#110216
(17,2,22)
#000000
(0,0,0)

Tints of #750CF2

#750CF2
(117,12,242)
#8122F3
(129,34,243)
#8D38F4
(141,56,244)
#994EF5
(153,78,245)
#A564F6
(165,100,246)
#B17AF7
(177,122,247)
#BD90F8
(189,144,248)
#C9A6F9
(201,166,249)
#D5BCFA
(213,188,250)
#E1D2FB
(225,210,251)
#EDE8FC
(237,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750CF2 color. Also use rgb(117,12,242) instead hex code.

Text Font Color

.myTextColor { color: #750CF2; }

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

This text font color is #750CF2.


Background Color

.myBgColor { background-color: #750CF2; }

<div style="background-color:#750CF2">Inner text</div>

This div background color is #750CF2.


Border color

.myBorderColor { border: 1px solid #750CF2; }

<div style="border:3px solid #750CF2">Div</div>

This div border color is #750CF2.


Opacity

.myOpacity80 { color: #750CF2; opacity: 0.8; }

<p style="color:#750CF2;opacity:0.8;">80%</p>

Text with #750CF2 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 #750CF2;}

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

This text has shadow with #750CF2 color.

.textShadow {text-shadow: 3px 3px 1px #750CF2, 3px 3px 1px red;}

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

This text has shadow with #750CF2 primary color and red secondary color.


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

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

This text has shadow with #750CF2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750CF2 on black background.


Color preview on white background

This text has color #750CF2 on white background.



Black color preview on #750CF2 background

This text has black color on #750CF2 background.


White color preview on #750CF2 background

This text has white color on #750CF2 background.