#745985

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

Shades of Affair #745985

Tints of Affair #745985

Color information

#745985 (or 0x745985) is unknown color: approx Affair. HEX triplet: 74, 59 and 85. RGB value is (116,89,133). Sum of RGB (Red+Green+Blue) = 116+89+133=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #745985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745985 is #8BA67A. Grayscale: #656565. Windows color (decimal): -9152123 or 8739188. OLE color: 8739188.

HSL color Cylindrical-coordinate representation of color #745985: hue angle of 276.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #745985 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11689133-
CMYK0.130.3300.48
HSL276.82º19.82%43.53%-
HSV(B)276.82º33.08%52.16%-
XYZ15.0112.5523.82-
YUV102.09145.45137.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=34.32%
G=26.33%
B=39.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116891330.130.3300.48276.8219.8243.53
Hex745985D21030115142c
Octal16413120515410604252454
Binary11101001011001100001011101100001011000010001010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745985; }

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

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

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

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

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

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

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

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