#744A87

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

Shades of Affair #744A87

Tints of Affair #744A87

Color information

#744A87 (or 0x744A87) is unknown color: approx Affair. HEX triplet: 74, 4A and 87. RGB value is (116,74,135). Sum of RGB (Red+Green+Blue) = 116+74+135=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #744A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744A87 is #8BB578. Grayscale: #5D5D5D. Windows color (decimal): -9155961 or 8866420. OLE color: 8866420.

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

Color convert

RGB11674135-
CMYK0.140.4500.47
HSL281.31º29.19%40.98%-
HSV(B)281.31º45.19%52.94%-
XYZ14.0210.3624.18-
YUV93.51151.41144.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=35.69%
G=22.77%
B=41.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116741350.140.4500.47281.3129.1940.98
Hex744A87E2D02F1191d29
Octal16411220716550574313551
Binary11101001001010100001111110101101010111110001100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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