COLOR #752AC1

HEX: #752AC1
RGB: (117,42,193)

Color info

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

RGB color model

#752AC1 color RGB value is (117,42,193).

  • red value is 117;
  • green value is 42;
  • blue value is 193.
RGB:
(117,42,193)
(46%,16%,76%)

RGB channels and saturation

R 117 of 255 = 46%
G 42 of 255 = 16%
B 193 of 255 = 76%

117
42
193

R + G + B ~ 46%. #752AC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 42 + 193 = 352 (100%)
R 117 of 352 ~ 33.24%
G 42 of 352 ~ 11.93%
B 193 of 352 ~ 54.83%

%33.24
%11.93
%54.83

CMYK color model

#752AC1 color CMYK value is (39,78,0,24).

  • cyan value is 39.38%
  • magenta value is 78.24%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(39,78,0,24)
C39M78Y0K24 
(39%,78%,0%,24%)
(0.39/0.78/0.00/0.24)	

CMYK percentages

%39.38
%78.24
%0
%24.31

Codes

Color #752AC1 in popluar color models

752AC1
RGB11742193
HSL270°64.26%46.08%
HSB/HSV270°78.24%75.69%
CMYK39.38%78.24%0.00%
24.31%

Color #752AC1 in popluar number systems.

HEX752AC1
Decimal11742193
Binary111010110101011000001
Octal16552301

Shades and tints

Shades of #752AC1

#752AC1
(117,42,193)
#6B27B0
(107,39,176)
#61249F
(97,36,159)
#57218E
(87,33,142)
#4D1E7D
(77,30,125)
#431B6C
(67,27,108)
#39185B
(57,24,91)
#2F154A
(47,21,74)
#251239
(37,18,57)
#1B0F28
(27,15,40)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #752AC1

#752AC1
(117,42,193)
#813DC6
(129,61,198)
#8D50CB
(141,80,203)
#9963D0
(153,99,208)
#A576D5
(165,118,213)
#B189DA
(177,137,218)
#BD9CDF
(189,156,223)
#C9AFE4
(201,175,228)
#D5C2E9
(213,194,233)
#E1D5EE
(225,213,238)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752AC1 color. Also use rgb(117,42,193) instead hex code.

Text Font Color

.myTextColor { color: #752AC1; }

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

This text font color is #752AC1.


Background Color

.myBgColor { background-color: #752AC1; }

<div style="background-color:#752AC1">Inner text</div>

This div background color is #752AC1.


Border color

.myBorderColor { border: 1px solid #752AC1; }

<div style="border:3px solid #752AC1">Div</div>

This div border color is #752AC1.


Opacity

.myOpacity80 { color: #752AC1; opacity: 0.8; }

<p style="color:#752AC1;opacity:0.8;">80%</p>

Text with #752AC1 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 #752AC1;}

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

This text has shadow with #752AC1 color.

.textShadow {text-shadow: 3px 3px 1px #752AC1, 3px 3px 1px red;}

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

This text has shadow with #752AC1 primary color and red secondary color.


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

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

This text has shadow with #752AC1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752AC1 on black background.


Color preview on white background

This text has color #752AC1 on white background.



Black color preview on #752AC1 background

This text has black color on #752AC1 background.


White color preview on #752AC1 background

This text has white color on #752AC1 background.