#704786

Color #704786 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #704786

Tints of Affair #704786

Color information

#704786 (or 0x704786) is unknown color: approx Affair. HEX triplet: 70, 47 and 86. RGB value is (112,71,134). Sum of RGB (Red+Green+Blue) = 112+71+134=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #704786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704786 is #8FB879. Grayscale: #5A5A5A. Windows color (decimal): -9418874 or 8800112. OLE color: 8800112.

HSL color Cylindrical-coordinate representation of color #704786: hue angle of 279.05º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #704786 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11271134-
CMYK0.160.4700.47
HSL279.05º30.73%40.2%-
HSV(B)279.05º47.01%52.55%-
XYZ13.249.6723.72-
YUV90.44152.58143.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=35.33%
G=22.40%
B=42.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112711340.160.4700.47279.0530.7340.2
Hex704786102F02F1171f28
Octal16010720620570574273750
Binary111000010001111000011010000101111010111110001011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704786; }

 p { color: rgb(112,71,134); }

 H1.HeaderClassName
 {
   color: #704786;
 }
 .AnyTagClassName
 {
   color: #704786;
 }
</style>
background-color css

<style>
 a { background-color: #704786; }

 a { background-color: rgb(112,71,134); }

 div.DivClassName
 {
   background-color: #704786;
 }
 .BgClassName
 {
   background-color: #704786;
 }
</style>
border-color css

<style>
 span { border-color: #704786; }

 span { border-color: rgb(112,71,134); }

 td.TdClassName
 {
   border-color: #704786;
 }
 .TagClassName
 {
   border-color: #704786;
 }
</style>