#704887

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

Shades of Affair #704887

Tints of Affair #704887

Color information

#704887 (or 0x704887) is unknown color: approx Affair. HEX triplet: 70, 48 and 87. RGB value is (112,72,135). Sum of RGB (Red+Green+Blue) = 112+72+135=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #704887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704887 is #8FB778. Grayscale: #5A5A5A. Windows color (decimal): -9418617 or 8865904. OLE color: 8865904.

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

Color convert

RGB11272135-
CMYK0.170.4700.47
HSL278.1º30.43%40.59%-
HSV(B)278.1º46.67%52.94%-
XYZ13.379.8324.11-
YUV91.14152.75142.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=35.11%
G=22.57%
B=42.32%

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
Decimal112721350.170.4700.47278.130.4340.59
Hex704887112F02F1161e29
Octal16011020721570574263651
Binary111000010010001000011110001101111010111110001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704887; }

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

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

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

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

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

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

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

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