#704987

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

Shades of Affair #704987

Tints of Affair #704987

Color information

#704987 (or 0x704987) is unknown color: approx Affair. HEX triplet: 70, 49 and 87. RGB value is (112,73,135). Sum of RGB (Red+Green+Blue) = 112+73+135=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #704987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704987 is #8FB678. Grayscale: #5B5B5B. Windows color (decimal): -9418361 or 8866160. OLE color: 8866160.

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

Color convert

RGB11273135-
CMYK0.170.4600.47
HSL277.74º29.81%40.78%-
HSV(B)277.74º45.93%52.94%-
XYZ13.449.9624.14-
YUV91.73152.42142.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=35%
G=22.81%
B=42.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112731350.170.4600.47277.7429.8140.78
Hex704987112E02F1161e29
Octal16011120721560574263651
Binary111000010010011000011110001101110010111110001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704987; }

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

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

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

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

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

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

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

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