COLOR #7537CA

HEX: #7537CA
RGB: (117,55,202)

Color info

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

RGB color model

#7537CA color RGB value is (117,55,202).

  • red value is 117;
  • green value is 55;
  • blue value is 202.
RGB:
(117,55,202)
(46%,22%,79%)

RGB channels and saturation

R 117 of 255 = 46%
G 55 of 255 = 22%
B 202 of 255 = 79%

117
55
202

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

Portions of RGB colors in percentages

R + G + B =
117 + 55 + 202 = 374 (100%)
R 117 of 374 ~ 31.28%
G 55 of 374 ~ 14.71%
B 202 of 374 ~ 54.01%

%31.28
%14.71
%54.01

CMYK color model

#7537CA color CMYK value is (42,73,0,21).

  • cyan value is 42.08%
  • magenta value is 72.77%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(42,73,0,21)
C42M73Y0K21 
(42%,73%,0%,21%)
(0.42/0.73/0.00/0.21)	

CMYK percentages

%42.08
%72.77
%0
%20.78

Codes

Color #7537CA in popluar color models

7537CA
RGB11755202
HSL265°58.10%50.39%
HSB/HSV265°72.77%79.22%
CMYK42.08%72.77%0.00%
20.78%

Color #7537CA in popluar number systems.

HEX7537CA
Decimal11755202
Binary111010111011111001010
Octal16567312

Shades and tints

Shades of #7537CA

#7537CA
(117,55,202)
#6B32B8
(107,50,184)
#612DA6
(97,45,166)
#572894
(87,40,148)
#4D2382
(77,35,130)
#431E70
(67,30,112)
#39195E
(57,25,94)
#2F144C
(47,20,76)
#250F3A
(37,15,58)
#1B0A28
(27,10,40)
#110516
(17,5,22)
#000000
(0,0,0)

Tints of #7537CA

#7537CA
(117,55,202)
#8149CE
(129,73,206)
#8D5BD2
(141,91,210)
#996DD6
(153,109,214)
#A57FDA
(165,127,218)
#B191DE
(177,145,222)
#BDA3E2
(189,163,226)
#C9B5E6
(201,181,230)
#D5C7EA
(213,199,234)
#E1D9EE
(225,217,238)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7537CA color. Also use rgb(117,55,202) instead hex code.

Text Font Color

.myTextColor { color: #7537CA; }

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

This text font color is #7537CA.


Background Color

.myBgColor { background-color: #7537CA; }

<div style="background-color:#7537CA">Inner text</div>

This div background color is #7537CA.


Border color

.myBorderColor { border: 1px solid #7537CA; }

<div style="border:3px solid #7537CA">Div</div>

This div border color is #7537CA.


Opacity

.myOpacity80 { color: #7537CA; opacity: 0.8; }

<p style="color:#7537CA;opacity:0.8;">80%</p>

Text with #7537CA 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 #7537CA;}

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

This text has shadow with #7537CA color.

.textShadow {text-shadow: 3px 3px 1px #7537CA, 3px 3px 1px red;}

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

This text has shadow with #7537CA primary color and red secondary color.


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

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

This text has shadow with #7537CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7537CA on black background.


Color preview on white background

This text has color #7537CA on white background.



Black color preview on #7537CA background

This text has black color on #7537CA background.


White color preview on #7537CA background

This text has white color on #7537CA background.