#704787

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

Shades of Affair #704787

Tints of Affair #704787

Color information

#704787 (or 0x704787) is unknown color: approx Affair. HEX triplet: 70, 47 and 87. RGB value is (112,71,135). Sum of RGB (Red+Green+Blue) = 112+71+135=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #704787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704787 is #8FB878. Grayscale: #5A5A5A. Windows color (decimal): -9418873 or 8865648. OLE color: 8865648.

HSL color Cylindrical-coordinate representation of color #704787: hue angle of 278.44º 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 #704787 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11271135-
CMYK0.170.4700.47
HSL278.44º31.07%40.39%-
HSV(B)278.44º47.41%52.94%-
XYZ13.319.724.09-
YUV90.56153.08143.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=35.22%
G=22.33%
B=42.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112711350.170.4700.47278.4431.0740.39
Hex704787112F02F1161f28
Octal16010720721570574263750
Binary111000010001111000011110001101111010111110001011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704787; }

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

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

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

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

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

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

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

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