COLOR #700469

HEX: #700469
RGB: (112,4,105)

Color info

#700469 contains mainly red and blue colors. Web safe color of #700469 is #660066 (or #606).

RGB color model

#700469 color RGB value is (112,4,105).

  • red value is 112;
  • green value is 4;
  • blue value is 105.
RGB:
(112,4,105)
(44%,2%,41%)

RGB channels and saturation

R 112 of 255 = 44%
G 4 of 255 = 2%
B 105 of 255 = 41%

112
4
105

R + G + B ~ 29%. #700469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 4 + 105 = 221 (100%)
R 112 of 221 ~ 50.68%
G 4 of 221 ~ 1.81%
B 105 of 221 ~ 47.51%

%50.68
%47.51

CMYK color model

#700469 color CMYK value is (0,96,6,56).

  • cyan value is 0.00%
  • magenta value is 96.43%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(0,96,6,56)
C0M96Y6K56 
(0%,96%,6%,56%)
(0.00/0.96/0.06/0.56)	

CMYK percentages

%0
%96.43
%6.25
%56.08

Codes

Color #700469 in popluar color models

700469
RGB1124105
HSL304°93.10%22.75%
HSB/HSV304°96.43%43.92%
CMYK0.00%96.43%6.25%
56.08%

Color #700469 in popluar number systems.

HEX700469
Decimal1124105
Binary11100001001101001
Octal1604151

Shades and tints

Shades of #700469

#700469
(112,4,105)
#660460
(102,4,96)
#5C0457
(92,4,87)
#52044E
(82,4,78)
#480445
(72,4,69)
#3E043C
(62,4,60)
#340433
(52,4,51)
#2A042A
(42,4,42)
#200421
(32,4,33)
#160418
(22,4,24)
#0C040F
(12,4,15)
#000000
(0,0,0)

Tints of #700469

#700469
(112,4,105)
#7D1A76
(125,26,118)
#8A3083
(138,48,131)
#974690
(151,70,144)
#A45C9D
(164,92,157)
#B172AA
(177,114,170)
#BE88B7
(190,136,183)
#CB9EC4
(203,158,196)
#D8B4D1
(216,180,209)
#E5CADE
(229,202,222)
#F2E0EB
(242,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700469 color. Also use rgb(112,4,105) instead hex code.

Text Font Color

.myTextColor { color: #700469; }

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

This text font color is #700469.


Background Color

.myBgColor { background-color: #700469; }

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

This div background color is #700469.


Border color

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

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

This div border color is #700469.


Opacity

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

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

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

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

This text has shadow with #700469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700469 on black background.


Color preview on white background

This text has color #700469 on white background.



Black color preview on #700469 background

This text has black color on #700469 background.


White color preview on #700469 background

This text has white color on #700469 background.