#705682

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

Shades of Affair #705682

Tints of Affair #705682

Color information

#705682 (or 0x705682) is unknown color: approx Affair. HEX triplet: 70, 56 and 82. RGB value is (112,86,130). Sum of RGB (Red+Green+Blue) = 112+86+130=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #705682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705682 is #8FA97D. Grayscale: #626262. Windows color (decimal): -9415038 or 8541808. OLE color: 8541808.

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

Color convert

RGB11286130-
CMYK0.140.3400.49
HSL275.45º20.37%42.35%-
HSV(B)275.45º33.85%50.98%-
XYZ14.0411.7122.64-
YUV98.79145.61137.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=34.15%
G=26.22%
B=39.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112861300.140.3400.49275.4520.3742.35
Hex705682E22031113142a
Octal16012620216420614232452
Binary11100001010110100000101110100010011000110001001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705682; }

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

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

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

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

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

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

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

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