#745485

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

Shades of Affair #745485

Tints of Affair #745485

Color information

#745485 (or 0x745485) is unknown color: approx Affair. HEX triplet: 74, 54 and 85. RGB value is (116,84,133). Sum of RGB (Red+Green+Blue) = 116+84+133=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #745485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745485 is #8BAB7A. Grayscale: #626262. Windows color (decimal): -9153403 or 8737908. OLE color: 8737908.

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

Color convert

RGB11684133-
CMYK0.130.3700.48
HSL279.18º22.58%42.55%-
HSV(B)279.18º36.84%52.16%-
XYZ14.6111.7523.69-
YUV99.15147.1140.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=34.83%
G=25.23%
B=39.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116841330.130.3700.48279.1822.5842.55
Hex745485D25030117172b
Octal16412420515450604272753
Binary11101001010100100001011101100101011000010001011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745485; }

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

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

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

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

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

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

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

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