#73597F

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

Shades of Affair #73597F

Tints of Affair #73597F

Color information

#73597F (or 0x73597F) is unknown color: approx Affair. HEX triplet: 73, 59 and 7F. RGB value is (115,89,127). Sum of RGB (Red+Green+Blue) = 115+89+127=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #73597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73597F is #8CA680. Grayscale: #646464. Windows color (decimal): -9217665 or 8345971. OLE color: 8345971.

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

Color convert

RGB11589127-
CMYK0.090.3000.50
HSL281.05º17.59%42.35%-
HSV(B)281.05º29.92%49.8%-
XYZ14.4712.3221.69-
YUV101.11142.61137.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 127 (50% from 255) = 38.37%
R=34.74%
G=26.89%
B=38.37%

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
Decimal115891270.090.3000.50281.0517.5942.35
Hex73597F91E032119122a
Octal16313117711360624312252
Binary111001110110011111111100111110011001010001100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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