#744B87

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

Shades of Affair #744B87

Tints of Affair #744B87

Color information

#744B87 (or 0x744B87) is unknown color: approx Affair. HEX triplet: 74, 4B and 87. RGB value is (116,75,135). Sum of RGB (Red+Green+Blue) = 116+75+135=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #744B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744B87 is #8BB478. Grayscale: #5D5D5D. Windows color (decimal): -9155705 or 8866676. OLE color: 8866676.

HSL color Cylindrical-coordinate representation of color #744B87: hue angle of 281º degrees, saturation: 0.29, 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 #744B87 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11675135-
CMYK0.140.4400.47
HSL281º28.57%41.18%-
HSV(B)281º44.44%52.94%-
XYZ14.0910.4924.2-
YUV94.1151.08143.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=35.58%
G=23.01%
B=41.41%

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
Decimal116751350.140.4400.4728128.5741.18
Hex744B87E2C02F1191d29
Octal16411320716540574313551
Binary11101001001011100001111110101100010111110001100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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