#71597C

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

Shades of Affair #71597C

Tints of Affair #71597C

Color information

#71597C (or 0x71597C) is unknown color: approx Affair. HEX triplet: 71, 59 and 7C. RGB value is (113,89,124). Sum of RGB (Red+Green+Blue) = 113+89+124=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #71597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71597C is #8EA683. Grayscale: #646464. Windows color (decimal): -9348740 or 8149361. OLE color: 8149361.

HSL color Cylindrical-coordinate representation of color #71597C: hue angle of 281.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71597C is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11389124-
CMYK0.090.2800.51
HSL281.14º16.43%41.76%-
HSV(B)281.14º28.23%48.63%-
XYZ14.0212.1120.67-
YUV100.17141.45137.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=34.66%
G=27.30%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113891240.090.2800.51281.1416.4341.76
Hex71597C91C033119102a
Octal16113117411340634312052
Binary111000110110011111100100111100011001110001100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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