#744989

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

Shades of Affair #744989

Tints of Affair #744989

Color information

#744989 (or 0x744989) is unknown color: approx Affair. HEX triplet: 74, 49 and 89. RGB value is (116,73,137). Sum of RGB (Red+Green+Blue) = 116+73+137=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #744989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744989 is #8BB676. Grayscale: #5C5C5C. Windows color (decimal): -9156215 or 8997236. OLE color: 8997236.

HSL color Cylindrical-coordinate representation of color #744989: hue angle of 280.31º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #744989 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11673137-
CMYK0.150.4700.46
HSL280.31º30.48%41.18%-
HSV(B)280.31º46.72%53.73%-
XYZ14.110.2824.91-
YUV93.15152.75144.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 137 (53.91% from 255) = 42.02%
R=35.58%
G=22.39%
B=42.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116731370.150.4700.46280.3130.4841.18
Hex744989F2F02E1181e29
Octal16411121117570564303651
Binary11101001001001100010011111101111010111010001100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744989; }

 p { color: rgb(116,73,137); }

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

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

 a { background-color: rgb(116,73,137); }

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

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

 span { border-color: rgb(116,73,137); }

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