#745683

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

Shades of Affair #745683

Tints of Affair #745683

Color information

#745683 (or 0x745683) is unknown color: approx Affair. HEX triplet: 74, 56 and 83. RGB value is (116,86,131). Sum of RGB (Red+Green+Blue) = 116+86+131=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #745683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745683 is #8BA97C. Grayscale: #636363. Windows color (decimal): -9152893 or 8607348. OLE color: 8607348.

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

Color convert

RGB11686131-
CMYK0.110.3400.49
HSL280º20.74%42.55%-
HSV(B)280º34.35%51.37%-
XYZ14.6312.0123.02-
YUV100.1145.44139.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=34.83%
G=25.83%
B=39.34%

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
Decimal116861310.110.3400.4928020.7442.55
Hex745683B22031118152b
Octal16412620313420614302553
Binary11101001010110100000111011100010011000110001100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745683; }

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

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

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

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

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

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

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

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