#70597F

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

Shades of Affair #70597F

Tints of Affair #70597F

Color information

#70597F (or 0x70597F) is unknown color: approx Affair. HEX triplet: 70, 59 and 7F. RGB value is (112,89,127). Sum of RGB (Red+Green+Blue) = 112+89+127=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #70597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70597F is #8FA680. Grayscale: #646464. Windows color (decimal): -9414273 or 8345968. OLE color: 8345968.

HSL color Cylindrical-coordinate representation of color #70597F: hue angle of 276.32º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70597F is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11289127-
CMYK0.120.3000.50
HSL276.32º17.59%42.35%-
HSV(B)276.32º29.92%49.8%-
XYZ14.0912.1221.68-
YUV100.21143.12136.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 127 (50% from 255) = 38.72%
R=34.15%
G=27.13%
B=38.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112891270.120.3000.50276.3217.5942.35
Hex70597FC1E032114122a
Octal16013117714360624242252
Binary111000010110011111111110011110011001010001010010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70597F; }

 p { color: rgb(112,89,127); }

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

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

 a { background-color: rgb(112,89,127); }

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

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

 span { border-color: rgb(112,89,127); }

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