#745585

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

Shades of Affair #745585

Tints of Affair #745585

Color information

#745585 (or 0x745585) is unknown color: approx Affair. HEX triplet: 74, 55 and 85. RGB value is (116,85,133). Sum of RGB (Red+Green+Blue) = 116+85+133=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #745585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745585 is #8BAA7A. Grayscale: #636363. Windows color (decimal): -9153147 or 8738164. OLE color: 8738164.

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

Color convert

RGB11685133-
CMYK0.130.3600.48
HSL278.75º22.02%42.75%-
HSV(B)278.75º36.09%52.16%-
XYZ14.6811.923.71-
YUV99.74146.77139.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=34.73%
G=25.45%
B=39.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116851330.130.3600.48278.7522.0242.75
Hex745585D24030117162b
Octal16412520515440604272653
Binary11101001010101100001011101100100011000010001011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745585; }

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

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

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

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

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

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

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

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