#71497F

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

Shades of Affair #71497F

Tints of Affair #71497F

Color information

#71497F (or 0x71497F) is unknown color: approx Affair. HEX triplet: 71, 49 and 7F. RGB value is (113,73,127). Sum of RGB (Red+Green+Blue) = 113+73+127=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #71497F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71497F is #8EB680. Grayscale: #5A5A5A. Windows color (decimal): -9352833 or 8341873. OLE color: 8341873.

HSL color Cylindrical-coordinate representation of color #71497F: hue angle of 284.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71497F is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11373127-
CMYK0.110.4300.50
HSL284.44º27%39.22%-
HSV(B)284.44º42.52%49.8%-
XYZ13.029.8121.29-
YUV91.12148.25143.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 127 (50% from 255) = 40.58%
R=36.10%
G=23.32%
B=40.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113731270.110.4300.50284.442739.22
Hex71497FB2B03211c1b27
Octal16111117713530624343347
Binary1110001100100111111111011101011011001010001110011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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