COLOR #7503C9

HEX: #7503C9
RGB: (117,3,201)

Color info

#7503C9 contains mainly blue color. Web safe color of #7503C9 is #6600CC (or #60C).

RGB color model

#7503C9 color RGB value is (117,3,201).

  • red value is 117;
  • green value is 3;
  • blue value is 201.
RGB:
(117,3,201)
(46%,1%,79%)

RGB channels and saturation

R 117 of 255 = 46%
G 3 of 255 = 1%
B 201 of 255 = 79%

117
3
201

R + G + B ~ 42%. #7503C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 3 + 201 = 321 (100%)
R 117 of 321 ~ 36.45%
G 3 of 321 ~ 0.93%
B 201 of 321 ~ 62.62%

%36.45
%62.62

CMYK color model

#7503C9 color CMYK value is (42,99,0,21).

  • cyan value is 41.79%
  • magenta value is 98.51%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(42,99,0,21)
C42M99Y0K21 
(42%,99%,0%,21%)
(0.42/0.99/0.00/0.21)	

CMYK percentages

%41.79
%98.51
%0
%21.18

Codes

Color #7503C9 in popluar color models

7503C9
RGB1173201
HSL275°97.06%40.00%
HSB/HSV275°98.51%78.82%
CMYK41.79%98.51%0.00%
21.18%

Color #7503C9 in popluar number systems.

HEX7503C9
Decimal1173201
Binary11101011111001001
Octal1653311

Shades and tints

Shades of #7503C9

#7503C9
(117,3,201)
#6B03B7
(107,3,183)
#6103A5
(97,3,165)
#570393
(87,3,147)
#4D0381
(77,3,129)
#43036F
(67,3,111)
#39035D
(57,3,93)
#2F034B
(47,3,75)
#250339
(37,3,57)
#1B0327
(27,3,39)
#110315
(17,3,21)
#000000
(0,0,0)

Tints of #7503C9

#7503C9
(117,3,201)
#8119CD
(129,25,205)
#8D2FD1
(141,47,209)
#9945D5
(153,69,213)
#A55BD9
(165,91,217)
#B171DD
(177,113,221)
#BD87E1
(189,135,225)
#C99DE5
(201,157,229)
#D5B3E9
(213,179,233)
#E1C9ED
(225,201,237)
#EDDFF1
(237,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7503C9 color. Also use rgb(117,3,201) instead hex code.

Text Font Color

.myTextColor { color: #7503C9; }

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

This text font color is #7503C9.


Background Color

.myBgColor { background-color: #7503C9; }

<div style="background-color:#7503C9">Inner text</div>

This div background color is #7503C9.


Border color

.myBorderColor { border: 1px solid #7503C9; }

<div style="border:3px solid #7503C9">Div</div>

This div border color is #7503C9.


Opacity

.myOpacity80 { color: #7503C9; opacity: 0.8; }

<p style="color:#7503C9;opacity:0.8;">80%</p>

Text with #7503C9 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 #7503C9;}

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

This text has shadow with #7503C9 color.

.textShadow {text-shadow: 3px 3px 1px #7503C9, 3px 3px 1px red;}

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

This text has shadow with #7503C9 primary color and red secondary color.


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

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

This text has shadow with #7503C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7503C9 on black background.


Color preview on white background

This text has color #7503C9 on white background.



Black color preview on #7503C9 background

This text has black color on #7503C9 background.


White color preview on #7503C9 background

This text has white color on #7503C9 background.