#745682

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

Shades of Affair #745682

Tints of Affair #745682

Color information

#745682 (or 0x745682) is unknown color: approx Affair. HEX triplet: 74, 56 and 82. RGB value is (116,86,130). Sum of RGB (Red+Green+Blue) = 116+86+130=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #745682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745682 is #8BA97D. Grayscale: #636363. Windows color (decimal): -9152894 or 8541812. OLE color: 8541812.

HSL color Cylindrical-coordinate representation of color #745682: hue angle of 280.91º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #745682 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11686130-
CMYK0.110.3400.49
HSL280.91º20.37%42.35%-
HSV(B)280.91º33.85%50.98%-
XYZ14.5611.9822.66-
YUV99.99144.94139.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=34.94%
G=25.90%
B=39.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116861300.110.3400.49280.9120.3742.35
Hex745682B22031119142a
Octal16412620213420614312452
Binary11101001010110100000101011100010011000110001100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745682; }

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

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

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

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

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

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

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

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