#745487

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

Shades of Affair #745487

Tints of Affair #745487

Color information

#745487 (or 0x745487) is unknown color: approx Affair. HEX triplet: 74, 54 and 87. RGB value is (116,84,135). Sum of RGB (Red+Green+Blue) = 116+84+135=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #745487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745487 is #8BAB78. Grayscale: #636363. Windows color (decimal): -9153401 or 8868980. OLE color: 8868980.

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

Color convert

RGB11684135-
CMYK0.140.3800.47
HSL277.65º23.29%42.94%-
HSV(B)277.65º37.78%52.94%-
XYZ14.7511.824.42-
YUV99.38148.1139.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=34.63%
G=25.07%
B=40.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116841350.140.3800.47277.6523.2942.94
Hex745487E2602F116172b
Octal16412420716460574262753
Binary11101001010100100001111110100110010111110001011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745487; }

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

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

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

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

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

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

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

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