COLOR #7359CA

HEX: #7359CA
RGB: (115,89,202)

Color info

#7359CA contains mainly blue color. Web safe color of #7359CA is #6666CC (or #66C).

RGB color model

#7359CA color RGB value is (115,89,202).

  • red value is 115;
  • green value is 89;
  • blue value is 202.
RGB:
(115,89,202)
(45%,35%,79%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 202 of 255 = 79%

115
89
202

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

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 202 = 406 (100%)
R 115 of 406 ~ 28.33%
G 89 of 406 ~ 21.92%
B 202 of 406 ~ 49.75%

%28.33
%21.92
%49.75

CMYK color model

#7359CA color CMYK value is (43,56,0,21).

  • cyan value is 43.07%
  • magenta value is 55.94%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(43,56,0,21)
C43M56Y0K21 
(43%,56%,0%,21%)
(0.43/0.56/0.00/0.21)	

CMYK percentages

%43.07
%55.94
%0
%20.78

Codes

Color #7359CA in popluar color models

7359CA
RGB11589202
HSL254°51.60%57.06%
HSB/HSV254°55.94%79.22%
CMYK43.07%55.94%0.00%
20.78%

Color #7359CA in popluar number systems.

HEX7359CA
Decimal11589202
Binary1110011101100111001010
Octal163131312

Shades and tints

Shades of #7359CA

#7359CA
(115,89,202)
#6951B8
(105,81,184)
#5F49A6
(95,73,166)
#554194
(85,65,148)
#4B3982
(75,57,130)
#413170
(65,49,112)
#37295E
(55,41,94)
#2D214C
(45,33,76)
#23193A
(35,25,58)
#191128
(25,17,40)
#0F0916
(15,9,22)
#000000
(0,0,0)

Tints of #7359CA

#7359CA
(115,89,202)
#7F68CE
(127,104,206)
#8B77D2
(139,119,210)
#9786D6
(151,134,214)
#A395DA
(163,149,218)
#AFA4DE
(175,164,222)
#BBB3E2
(187,179,226)
#C7C2E6
(199,194,230)
#D3D1EA
(211,209,234)
#DFE0EE
(223,224,238)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7359CA color. Also use rgb(115,89,202) instead hex code.

Text Font Color

.myTextColor { color: #7359CA; }

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

This text font color is #7359CA.


Background Color

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

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

This div background color is #7359CA.


Border color

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

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

This div border color is #7359CA.


Opacity

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

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

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

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

This text has shadow with #7359CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7359CA on black background.


Color preview on white background

This text has color #7359CA on white background.



Black color preview on #7359CA background

This text has black color on #7359CA background.


White color preview on #7359CA background

This text has white color on #7359CA background.