#705982

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

Shades of Affair #705982

Tints of Affair #705982

Color information

#705982 (or 0x705982) is unknown color: approx Affair. HEX triplet: 70, 59 and 82. RGB value is (112,89,130). Sum of RGB (Red+Green+Blue) = 112+89+130=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #705982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705982 is #8FA67D. Grayscale: #646464. Windows color (decimal): -9414270 or 8542576. OLE color: 8542576.

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

Color convert

RGB11289130-
CMYK0.140.3200.49
HSL273.66º18.72%42.94%-
HSV(B)273.66º31.54%50.98%-
XYZ14.2812.222.72-
YUV100.55144.62136.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=33.84%
G=26.89%
B=39.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112891300.140.3200.49273.6618.7242.94
Hex705982E20031112132b
Octal16013120216400614222353
Binary11100001011001100000101110100000011000110001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705982; }

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

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

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

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

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

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

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

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