COLOR #715999

HEX: #715999
RGB: (113,89,153)

Color info

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

RGB color model

#715999 color RGB value is (113,89,153).

  • red value is 113;
  • green value is 89;
  • blue value is 153.
RGB:
(113,89,153)
(44%,35%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 89 of 255 = 35%
B 153 of 255 = 60%

113
89
153

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

Portions of RGB colors in percentages

R + G + B =
113 + 89 + 153 = 355 (100%)
R 113 of 355 ~ 31.83%
G 89 of 355 ~ 25.07%
B 153 of 355 ~ 43.1%

%31.83
%25.07
%43.1

CMYK color model

#715999 color CMYK value is (26,42,0,40).

  • cyan value is 26.14%
  • magenta value is 41.83%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(26,42,0,40)
C26M42Y0K40 
(26%,42%,0%,40%)
(0.26/0.42/0.00/0.40)	

CMYK percentages

%26.14
%41.83
%0
%40

Codes

Color #715999 in popluar color models

715999
RGB11389153
HSL263°26.45%47.45%
HSB/HSV263°41.83%60.00%
CMYK26.14%41.83%0.00%
40.00%

Color #715999 in popluar number systems.

HEX715999
Decimal11389153
Binary1110001101100110011001
Octal161131231

Shades and tints

Shades of #715999

#715999
(113,89,153)
#67518C
(103,81,140)
#5D497F
(93,73,127)
#534172
(83,65,114)
#493965
(73,57,101)
#3F3158
(63,49,88)
#35294B
(53,41,75)
#2B213E
(43,33,62)
#211931
(33,25,49)
#171124
(23,17,36)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #715999

#715999
(113,89,153)
#7D68A2
(125,104,162)
#8977AB
(137,119,171)
#9586B4
(149,134,180)
#A195BD
(161,149,189)
#ADA4C6
(173,164,198)
#B9B3CF
(185,179,207)
#C5C2D8
(197,194,216)
#D1D1E1
(209,209,225)
#DDE0EA
(221,224,234)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715999 color. Also use rgb(113,89,153) instead hex code.

Text Font Color

.myTextColor { color: #715999; }

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

This text font color is #715999.


Background Color

.myBgColor { background-color: #715999; }

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

This div background color is #715999.


Border color

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

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

This div border color is #715999.


Opacity

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

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

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

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

This text has shadow with #715999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715999 on black background.


Color preview on white background

This text has color #715999 on white background.



Black color preview on #715999 background

This text has black color on #715999 background.


White color preview on #715999 background

This text has white color on #715999 background.