#745690

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

Shades of Affair #745690

Tints of Affair #745690

Color information

#745690 (or 0x745690) is unknown color: approx Affair. HEX triplet: 74, 56 and 90. RGB value is (116,86,144). Sum of RGB (Red+Green+Blue) = 116+86+144=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #745690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745690 is #8BA96F. Grayscale: #656565. Windows color (decimal): -9152880 or 9459316. OLE color: 9459316.

HSL color Cylindrical-coordinate representation of color #745690: hue angle of 271.03º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745690 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11686144-
CMYK0.190.4000.44
HSL271.03º25.22%45.1%-
HSV(B)271.03º40.28%56.47%-
XYZ15.5612.3827.96-
YUV101.58151.94138.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=33.53%
G=24.86%
B=41.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116861440.190.4000.44271.0325.2245.1
Hex745690132802C10f192d
Octal16412622023500544173155
Binary111010010101101001000010011101000010110010000111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745690; }

 p { color: rgb(116,86,144); }

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

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

 a { background-color: rgb(116,86,144); }

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

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

 span { border-color: rgb(116,86,144); }

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