#74597F

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

Shades of Affair #74597F

Tints of Affair #74597F

Color information

#74597F (or 0x74597F) is unknown color: approx Affair. HEX triplet: 74, 59 and 7F. RGB value is (116,89,127). Sum of RGB (Red+Green+Blue) = 116+89+127=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #74597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74597F is #8BA680. Grayscale: #656565. Windows color (decimal): -9152129 or 8345972. OLE color: 8345972.

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

Color convert

RGB11689127-
CMYK0.090.3000.50
HSL282.63º17.59%42.35%-
HSV(B)282.63º29.92%49.8%-
XYZ14.6112.3921.7-
YUV101.4142.45138.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 127 (50% from 255) = 38.25%
R=34.94%
G=26.81%
B=38.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116891270.090.3000.50282.6317.5942.35
Hex74597F91E03211b122a
Octal16413117711360624332252
Binary111010010110011111111100111110011001010001101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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