#705887

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

Shades of Affair #705887

Tints of Affair #705887

Color information

#705887 (or 0x705887) is unknown color: approx Affair. HEX triplet: 70, 58 and 87. RGB value is (112,88,135). Sum of RGB (Red+Green+Blue) = 112+88+135=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #705887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705887 is #8FA778. Grayscale: #646464. Windows color (decimal): -9414521 or 8870000. OLE color: 8870000.

HSL color Cylindrical-coordinate representation of color #705887: hue angle of 270.64º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705887 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11288135-
CMYK0.170.3500.47
HSL270.64º21.08%43.73%-
HSV(B)270.64º34.81%52.94%-
XYZ14.5412.1724.5-
YUV100.53147.45136.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=33.43%
G=26.27%
B=40.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112881350.170.3500.47270.6421.0843.73
Hex705887112302F10f152c
Octal16013020721430574172554
Binary111000010110001000011110001100011010111110000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705887; }

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

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

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

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

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

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

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

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