COLOR #7359B1

HEX: #7359B1 RGB: (115,89,177)

Color info

#7359B1 contains mainly blue color. Web safe color of #7359B1 is #666699 (or #669).

RGB color model

#7359B1 color RGB value is (115,89,177).

RGB: (115,89,177) (45%, 35%, 69%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 177 of 255 = 69%

115
89
177

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

Portions of RGB colors in percentages

R + G + B = 115 + 89 + 177 = 381 (100%)
R 115 of 381 ~ 30.18%
G 89 of 381 ~ 23.36%
B 177 of 381 ~ 46.46'%

%30.18
%23.36
%46.46

CMYK color model

#7359B1 color CMYK value is (35,50,0,31).

  • cyan value is 35.03%
  • magenta value is 49.72%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (35,50,0,31) C35M50Y0K31 (35%,50%,0%,31%) (0.35/0.50/0.00/0.31) 

CMYK percentages

%35.03
%49.72
%0
%30.59

Codes

Color #7359B1 in popluar color models

73 59 B1
RGB 115 89 177
HSL 258° 36.07% 52.16%
HSB/HSV 258° 49.72% 69.41%
CMYK 35.03% 49.72% 0.00%
30.59%

Color #7359B1 in popluar number systems.

HEX 73 59 B1
Decimal 115 89 177
Binary 1110011 1011001 10110001
Octal 163 131 261

Shades and tints

Shades of #7359B1

#7359B1
(115,89,177)
#6951A1
(105,81,161)
#5F4991
(95,73,145)
#554181
(85,65,129)
#4B3971
(75,57,113)
#413161
(65,49,97)
#372951
(55,41,81)
#2D2141
(45,33,65)
#231931
(35,25,49)
#191121
(25,17,33)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #7359B1

#7359B1
(115,89,177)
#7F68B8
(127,104,184)
#8B77BF
(139,119,191)
#9786C6
(151,134,198)
#A395CD
(163,149,205)
#AFA4D4
(175,164,212)
#BBB3DB
(187,179,219)
#C7C2E2
(199,194,226)
#D3D1E9
(211,209,233)
#DFE0F0
(223,224,240)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7359B1; }

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

This text font color is #7359B1.

Background Color

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

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

This div background color is #7359B1.

Border color

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

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

This div border color is #7359B1.

Opacity

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

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

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

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

This text has shadow with #7359B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7359B1.

Preview

Color preview on black background

This text has color #7359B1 on black background.


Color preview on white background

This text has color #7359B1 on white background.


Black color preview on #7359B1 background

This text has black color on #7359B1 background.


White color preview on #7359B1 background

This text has white color on #7359B1 background.


Related colors

Complementary color

Complementary color for #hex is #8CA64E.


I love getcolorcode.com

Triadic colors

1 #B17359 and #59B173 with #7359B1 are triadic colors.

2 #B15973 and #5973B1 with #7359B1 are triadic colors.