#745889

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

Shades of Affair #745889

Tints of Affair #745889

Color information

#745889 (or 0x745889) is unknown color: approx Affair. HEX triplet: 74, 58 and 89. RGB value is (116,88,137). Sum of RGB (Red+Green+Blue) = 116+88+137=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #745889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745889 is #8BA776. Grayscale: #656565. Windows color (decimal): -9152375 or 9001076. OLE color: 9001076.

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

Color convert

RGB11688137-
CMYK0.150.3600.46
HSL274.29º21.78%44.12%-
HSV(B)274.29º35.77%53.73%-
XYZ15.2112.525.28-
YUV101.96147.78138.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=34.02%
G=25.81%
B=40.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116881370.150.3600.46274.2921.7844.12
Hex745889F2402E112162c
Octal16413021117440564222654
Binary11101001011000100010011111100100010111010001001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745889; }

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

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

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

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

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

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

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

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