#745982

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

Shades of Affair #745982

Tints of Affair #745982

Color information

#745982 (or 0x745982) is unknown color: approx Affair. HEX triplet: 74, 59 and 82. RGB value is (116,89,130). Sum of RGB (Red+Green+Blue) = 116+89+130=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #745982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745982 is #8BA67D. Grayscale: #656565. Windows color (decimal): -9152126 or 8542580. OLE color: 8542580.

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

Color convert

RGB11689130-
CMYK0.110.3200.49
HSL279.51º18.72%42.94%-
HSV(B)279.51º31.54%50.98%-
XYZ14.812.4722.75-
YUV101.75143.95138.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=34.63%
G=26.57%
B=38.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116891300.110.3200.49279.5118.7242.94
Hex745982B20031118132b
Octal16413120213400614302353
Binary11101001011001100000101011100000011000110001100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745982; }

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

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

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

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

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

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

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

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