#705581

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

Shades of Affair #705581

Tints of Affair #705581

Color information

#705581 (or 0x705581) is unknown color: approx Affair. HEX triplet: 70, 55 and 81. RGB value is (112,85,129). Sum of RGB (Red+Green+Blue) = 112+85+129=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #705581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705581 is #8FAA7E. Grayscale: #616161. Windows color (decimal): -9415295 or 8476016. OLE color: 8476016.

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

Color convert

RGB11285129-
CMYK0.130.3400.49
HSL276.82º20.56%41.96%-
HSV(B)276.82º34.11%50.59%-
XYZ13.8911.5322.26-
YUV98.09145.45137.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=34.36%
G=26.07%
B=39.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112851290.130.3400.49276.8220.5641.96
Hex705581D22031115152a
Octal16012520115420614252552
Binary11100001010101100000011101100010011000110001010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705581; }

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

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

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

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

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

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

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

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