#745989

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

Shades of Affair #745989

Tints of Affair #745989

Color information

#745989 (or 0x745989) is unknown color: approx Affair. HEX triplet: 74, 59 and 89. RGB value is (116,89,137). Sum of RGB (Red+Green+Blue) = 116+89+137=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #745989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745989 is #8BA676. Grayscale: #666666. Windows color (decimal): -9152119 or 9001332. OLE color: 9001332.

HSL color Cylindrical-coordinate representation of color #745989: hue angle of 273.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #745989 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11689137-
CMYK0.150.3500.46
HSL273.75º21.24%44.31%-
HSV(B)273.75º35.04%53.73%-
XYZ15.2912.6625.31-
YUV102.54147.45137.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=33.92%
G=26.02%
B=40.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116891370.150.3500.46273.7521.2444.31
Hex745989F2302E112152c
Octal16413121117430564222554
Binary11101001011001100010011111100011010111010001001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745989; }

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

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

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

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

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

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

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

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