#705885

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

Shades of Affair #705885

Tints of Affair #705885

Color information

#705885 (or 0x705885) is unknown color: approx Affair. HEX triplet: 70, 58 and 85. RGB value is (112,88,133). Sum of RGB (Red+Green+Blue) = 112+88+133=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #705885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705885 is #8FA77A. Grayscale: #646464. Windows color (decimal): -9414523 or 8738928. OLE color: 8738928.

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

Color convert

RGB11288133-
CMYK0.160.3400.48
HSL272º20.36%43.33%-
HSV(B)272º33.83%52.16%-
XYZ14.4112.1223.77-
YUV100.31146.45136.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=33.63%
G=26.43%
B=39.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112881330.160.3400.4827220.3643.33
Hex7058851022030110142b
Octal16013020520420604202453
Binary111000010110001000010110000100010011000010001000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705885; }

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

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

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

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

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

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

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

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