COLOR #715392

HEX: #715392
RGB: (113,83,146)

Color info

#715392 contains mainly red and blue colors. Web safe color of #715392 is #666699 (or #669).

RGB color model

#715392 color RGB value is (113,83,146).

  • red value is 113;
  • green value is 83;
  • blue value is 146.
RGB:
(113,83,146)
(44%,33%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 83 of 255 = 33%
B 146 of 255 = 57%

113
83
146

R + G + B ~ 45%. #715392 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 83 + 146 = 342 (100%)
R 113 of 342 ~ 33.04%
G 83 of 342 ~ 24.27%
B 146 of 342 ~ 42.69%

%33.04
%24.27
%42.69

CMYK color model

#715392 color CMYK value is (23,43,0,43).

  • cyan value is 22.60%
  • magenta value is 43.15%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(23,43,0,43)
C23M43Y0K43 
(23%,43%,0%,43%)
(0.23/0.43/0.00/0.43)	

CMYK percentages

%22.6
%43.15
%0
%42.75

Codes

Color #715392 in popluar color models

715392
RGB11383146
HSL269°27.51%44.90%
HSB/HSV269°43.15%57.25%
CMYK22.60%43.15%0.00%
42.75%

Color #715392 in popluar number systems.

HEX715392
Decimal11383146
Binary1110001101001110010010
Octal161123222

Shades and tints

Shades of #715392

#715392
(113,83,146)
#674C85
(103,76,133)
#5D4578
(93,69,120)
#533E6B
(83,62,107)
#49375E
(73,55,94)
#3F3051
(63,48,81)
#352944
(53,41,68)
#2B2237
(43,34,55)
#211B2A
(33,27,42)
#17141D
(23,20,29)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #715392

#715392
(113,83,146)
#7D629B
(125,98,155)
#8971A4
(137,113,164)
#9580AD
(149,128,173)
#A18FB6
(161,143,182)
#AD9EBF
(173,158,191)
#B9ADC8
(185,173,200)
#C5BCD1
(197,188,209)
#D1CBDA
(209,203,218)
#DDDAE3
(221,218,227)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715392 color. Also use rgb(113,83,146) instead hex code.

Text Font Color

.myTextColor { color: #715392; }

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

This text font color is #715392.


Background Color

.myBgColor { background-color: #715392; }

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

This div background color is #715392.


Border color

.myBorderColor { border: 1px solid #715392; }

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

This div border color is #715392.


Opacity

.myOpacity80 { color: #715392; opacity: 0.8; }

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

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

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

This text has shadow with #715392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715392 on black background.


Color preview on white background

This text has color #715392 on white background.



Black color preview on #715392 background

This text has black color on #715392 background.


White color preview on #715392 background

This text has white color on #715392 background.