#705785

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

Shades of Affair #705785

Tints of Affair #705785

Color information

#705785 (or 0x705785) is unknown color: approx Affair. HEX triplet: 70, 57 and 85. RGB value is (112,87,133). Sum of RGB (Red+Green+Blue) = 112+87+133=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #705785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705785 is #8FA87A. Grayscale: #636363. Windows color (decimal): -9414779 or 8738672. OLE color: 8738672.

HSL color Cylindrical-coordinate representation of color #705785: hue angle of 272.61º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705785 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11287133-
CMYK0.160.3500.48
HSL272.61º20.91%43.14%-
HSV(B)272.61º34.59%52.16%-
XYZ14.3211.9523.74-
YUV99.72146.78136.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=33.73%
G=26.20%
B=40.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112871330.160.3500.48272.6120.9143.14
Hex7057851023030111152b
Octal16012720520430604212553
Binary111000010101111000010110000100011011000010001000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705785; }

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

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

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

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

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

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

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

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