#745B8B

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

Shades of Affair #745B8B

Tints of Affair #745B8B

Color information

#745B8B (or 0x745B8B) is unknown color: approx Affair. HEX triplet: 74, 5B and 8B. RGB value is (116,91,139). Sum of RGB (Red+Green+Blue) = 116+91+139=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #745B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745B8B is #8BA474. Grayscale: #676767. Windows color (decimal): -9151605 or 9132916. OLE color: 9132916.

HSL color Cylindrical-coordinate representation of color #745B8B: hue angle of 271.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #745B8B is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11691139-
CMYK0.170.3500.45
HSL271.25º20.87%45.1%-
HSV(B)271.25º34.53%54.51%-
XYZ15.613.0626.12-
YUV103.95147.78136.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=33.53%
G=26.30%
B=40.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116911390.170.3500.45271.2520.8745.1
Hex745B8B112302D10f152d
Octal16413321321430554172555
Binary111010010110111000101110001100011010110110000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745B8B; }

 p { color: rgb(116,91,139); }

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

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

 a { background-color: rgb(116,91,139); }

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

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

 span { border-color: rgb(116,91,139); }

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