#705781

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

Shades of Affair #705781

Tints of Affair #705781

Color information

#705781 (or 0x705781) is unknown color: approx Affair. HEX triplet: 70, 57 and 81. RGB value is (112,87,129). Sum of RGB (Red+Green+Blue) = 112+87+129=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 129 - color contains mainly: blue. Hex color #705781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705781 is #8FA87E. Grayscale: #636363. Windows color (decimal): -9414783 or 8476528. OLE color: 8476528.

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

Color convert

RGB11287129-
CMYK0.130.3300.49
HSL275.71º19.44%42.35%-
HSV(B)275.71º32.56%50.59%-
XYZ14.0511.8522.31-
YUV99.26144.78137.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=34.15%
G=26.52%
B=39.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112871290.130.3300.49275.7119.4442.35
Hex705781D21031114132a
Octal16012720115410614242352
Binary11100001010111100000011101100001011000110001010010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705781; }

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

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

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

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

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

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

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

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