#71597F

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

Shades of Affair #71597F

Tints of Affair #71597F

Color information

#71597F (or 0x71597F) is unknown color: approx Affair. HEX triplet: 71, 59 and 7F. RGB value is (113,89,127). Sum of RGB (Red+Green+Blue) = 113+89+127=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #71597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71597F is #8EA680. Grayscale: #646464. Windows color (decimal): -9348737 or 8345969. OLE color: 8345969.

HSL color Cylindrical-coordinate representation of color #71597F: hue angle of 277.89º 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 #71597F is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11389127-
CMYK0.110.3000.50
HSL277.89º17.59%42.35%-
HSV(B)277.89º29.92%49.8%-
XYZ14.2112.1921.68-
YUV100.51142.95136.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 127 (50% from 255) = 38.60%
R=34.35%
G=27.05%
B=38.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113891270.110.3000.50277.8917.5942.35
Hex71597FB1E032116122a
Octal16113117713360624262252
Binary111000110110011111111101111110011001010001011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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