#745587

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

Shades of Affair #745587

Tints of Affair #745587

Color information

#745587 (or 0x745587) is unknown color: approx Affair. HEX triplet: 74, 55 and 87. RGB value is (116,85,135). Sum of RGB (Red+Green+Blue) = 116+85+135=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #745587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745587 is #8BAA78. Grayscale: #636363. Windows color (decimal): -9153145 or 8869236. OLE color: 8869236.

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

Color convert

RGB11685135-
CMYK0.140.3700.47
HSL277.2º22.73%43.14%-
HSV(B)277.2º37.04%52.94%-
XYZ14.8211.9624.45-
YUV99.97147.77139.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=34.52%
G=25.30%
B=40.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116851350.140.3700.47277.222.7343.14
Hex745587E2502F115172b
Octal16412520716450574252753
Binary11101001010101100001111110100101010111110001010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745587; }

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

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

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

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

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

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

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

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