#704687

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

Shades of Affair #704687

Tints of Affair #704687

Color information

#704687 (or 0x704687) is unknown color: approx Affair. HEX triplet: 70, 46 and 87. RGB value is (112,70,135). Sum of RGB (Red+Green+Blue) = 112+70+135=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #704687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704687 is #8FB978. Grayscale: #595959. Windows color (decimal): -9419129 or 8865392. OLE color: 8865392.

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

Color convert

RGB11270135-
CMYK0.170.4800.47
HSL278.77º31.71%40.2%-
HSV(B)278.77º48.15%52.94%-
XYZ13.259.5724.07-
YUV89.97153.41143.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=35.33%
G=22.08%
B=42.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112701350.170.4800.47278.7731.7140.2
Hex704687113002F1172028
Octal16010620721600574274050
Binary1110000100011010000111100011100000101111100010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704687; }

 p { color: rgb(112,70,135); }

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

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

 a { background-color: rgb(112,70,135); }

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

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

 span { border-color: rgb(112,70,135); }

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