#705782

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

Shades of Affair #705782

Tints of Affair #705782

Color information

#705782 (or 0x705782) is unknown color: approx Affair. HEX triplet: 70, 57 and 82. RGB value is (112,87,130). Sum of RGB (Red+Green+Blue) = 112+87+130=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #705782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705782 is #8FA87D. Grayscale: #636363. Windows color (decimal): -9414782 or 8542064. OLE color: 8542064.

HSL color Cylindrical-coordinate representation of color #705782: hue angle of 274.88º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #705782 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11287130-
CMYK0.140.3300.49
HSL274.88º19.82%42.55%-
HSV(B)274.88º33.08%50.98%-
XYZ14.1211.8722.67-
YUV99.38145.28137-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=34.04%
G=26.44%
B=39.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112871300.140.3300.49274.8819.8242.55
Hex705782E21031113142b
Octal16012720216410614232453
Binary11100001010111100000101110100001011000110001001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705782; }

 p { color: rgb(112,87,130); }

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

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

 a { background-color: rgb(112,87,130); }

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

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

 span { border-color: rgb(112,87,130); }

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