#704B86

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

Shades of Affair #704B86

Tints of Affair #704B86

Color information

#704B86 (or 0x704B86) is unknown color: approx Affair. HEX triplet: 70, 4B and 86. RGB value is (112,75,134). Sum of RGB (Red+Green+Blue) = 112+75+134=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #704B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704B86 is #8FB479. Grayscale: #5C5C5C. Windows color (decimal): -9417850 or 8801136. OLE color: 8801136.

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

Color convert

RGB11275134-
CMYK0.160.4400.47
HSL277.63º28.23%40.98%-
HSV(B)277.63º44.03%52.55%-
XYZ13.510.223.81-
YUV92.79151.26141.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=34.89%
G=23.36%
B=41.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112751340.160.4400.47277.6328.2340.98
Hex704B86102C02F1161c29
Octal16011320620540574263451
Binary111000010010111000011010000101100010111110001011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B86; }

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

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

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

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

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

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

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

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