#71497A

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

Shades of Affair #71497A

Tints of Affair #71497A

Color information

#71497A (or 0x71497A) is unknown color: approx Affair. HEX triplet: 71, 49 and 7A. RGB value is (113,73,122). Sum of RGB (Red+Green+Blue) = 113+73+122=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #71497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71497A is #8EB685. Grayscale: #5A5A5A. Windows color (decimal): -9352838 or 8014193. OLE color: 8014193.

HSL color Cylindrical-coordinate representation of color #71497A: hue angle of 288.98º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71497A is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11373122-
CMYK0.070.4000.52
HSL288.98º25.13%38.24%-
HSV(B)288.98º40.16%47.84%-
XYZ12.719.6819.61-
YUV90.55145.75144.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=36.69%
G=23.70%
B=39.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113731220.070.4000.52288.9825.1338.24
Hex71497A7280341211926
Octal1611111727500644413146
Binary111000110010011111010111101000011010010010000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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