#744C87

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

Shades of Affair #744C87

Tints of Affair #744C87

Color information

#744C87 (or 0x744C87) is unknown color: approx Affair. HEX triplet: 74, 4C and 87. RGB value is (116,76,135). Sum of RGB (Red+Green+Blue) = 116+76+135=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #744C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744C87 is #8BB378. Grayscale: #5E5E5E. Windows color (decimal): -9155449 or 8866932. OLE color: 8866932.

HSL color Cylindrical-coordinate representation of color #744C87: hue angle of 280.68º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744C87 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11676135-
CMYK0.140.4400.47
HSL280.68º27.96%41.37%-
HSV(B)280.68º43.7%52.94%-
XYZ14.1610.6324.23-
YUV94.69150.75143.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=35.47%
G=23.24%
B=41.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116761350.140.4400.47280.6827.9641.37
Hex744C87E2C02F1191c29
Octal16411420716540574313451
Binary11101001001100100001111110101100010111110001100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744C87; }

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

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

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

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

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

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

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

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