COLOR #704879

HEX: #704879
RGB: (112,72,121)

Color info

#704879 contains red, green and blue colors in about the same proportion. Web safe color of #704879 is #663366 (or #636).

RGB color model

#704879 color RGB value is (112,72,121).

  • red value is 112;
  • green value is 72;
  • blue value is 121.
RGB:
(112,72,121)
(44%,28%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 72 of 255 = 28%
B 121 of 255 = 47%

112
72
121

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

Portions of RGB colors in percentages

R + G + B =
112 + 72 + 121 = 305 (100%)
R 112 of 305 ~ 36.72%
G 72 of 305 ~ 23.61%
B 121 of 305 ~ 39.67%

%36.72
%23.61
%39.67

CMYK color model

#704879 color CMYK value is (7,40,0,53).

  • cyan value is 7.44%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,40,0,53)
C7M40Y0K53 
(7%,40%,0%,53%)
(0.07/0.40/0.00/0.53)	

CMYK percentages

%7.44
%40.5
%0
%52.55

Codes

Color #704879 in popluar color models

704879
RGB11272121
HSL289°25.39%37.84%
HSB/HSV289°40.50%47.45%
CMYK7.44%40.50%0.00%
52.55%

Color #704879 in popluar number systems.

HEX704879
Decimal11272121
Binary111000010010001111001
Octal160110171

Shades and tints

Shades of #704879

#704879
(112,72,121)
#66426E
(102,66,110)
#5C3C63
(92,60,99)
#523658
(82,54,88)
#48304D
(72,48,77)
#3E2A42
(62,42,66)
#342437
(52,36,55)
#2A1E2C
(42,30,44)
#201821
(32,24,33)
#161216
(22,18,22)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #704879

#704879
(112,72,121)
#7D5885
(125,88,133)
#8A6891
(138,104,145)
#97789D
(151,120,157)
#A488A9
(164,136,169)
#B198B5
(177,152,181)
#BEA8C1
(190,168,193)
#CBB8CD
(203,184,205)
#D8C8D9
(216,200,217)
#E5D8E5
(229,216,229)
#F2E8F1
(242,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704879 color. Also use rgb(112,72,121) instead hex code.

Text Font Color

.myTextColor { color: #704879; }

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

This text font color is #704879.


Background Color

.myBgColor { background-color: #704879; }

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

This div background color is #704879.


Border color

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

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

This div border color is #704879.


Opacity

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

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

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

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

This text has shadow with #704879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704879 on black background.


Color preview on white background

This text has color #704879 on white background.



Black color preview on #704879 background

This text has black color on #704879 background.


White color preview on #704879 background

This text has white color on #704879 background.