#705683

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

Shades of Affair #705683

Tints of Affair #705683

Color information

#705683 (or 0x705683) is unknown color: approx Affair. HEX triplet: 70, 56 and 83. RGB value is (112,86,131). Sum of RGB (Red+Green+Blue) = 112+86+131=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #705683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705683 is #8FA97C. Grayscale: #626262. Windows color (decimal): -9415037 or 8607344. OLE color: 8607344.

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

Color convert

RGB11286131-
CMYK0.150.3400.49
HSL274.67º20.74%42.55%-
HSV(B)274.67º34.35%51.37%-
XYZ14.1111.7423-
YUV98.9146.11137.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=34.04%
G=26.14%
B=39.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112861310.150.3400.49274.6720.7442.55
Hex705683F22031113152b
Octal16012620317420614232553
Binary11100001010110100000111111100010011000110001001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705683; }

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

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

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

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

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

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

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

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