#704B87

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

Shades of Affair #704B87

Tints of Affair #704B87

Color information

#704B87 (or 0x704B87) is unknown color: approx Affair. HEX triplet: 70, 4B and 87. RGB value is (112,75,135). Sum of RGB (Red+Green+Blue) = 112+75+135=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #704B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704B87 is #8FB478. Grayscale: #5C5C5C. Windows color (decimal): -9417849 or 8866672. OLE color: 8866672.

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

Color convert

RGB11275135-
CMYK0.170.4400.47
HSL277º28.57%41.18%-
HSV(B)277º44.44%52.94%-
XYZ13.5710.2324.18-
YUV92.9151.76141.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=34.78%
G=23.29%
B=41.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112751350.170.4400.4727728.5741.18
Hex704B87112C02F1151d29
Octal16011320721540574253551
Binary111000010010111000011110001101100010111110001010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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