#744889

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

Shades of Affair #744889

Tints of Affair #744889

Color information

#744889 (or 0x744889) is unknown color: approx Affair. HEX triplet: 74, 48 and 89. RGB value is (116,72,137). Sum of RGB (Red+Green+Blue) = 116+72+137=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #744889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744889 is #8BB776. Grayscale: #5C5C5C. Windows color (decimal): -9156471 or 8996980. OLE color: 8996980.

HSL color Cylindrical-coordinate representation of color #744889: hue angle of 280.62º degrees, saturation: 0.31, 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 #744889 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11672137-
CMYK0.150.4700.46
HSL280.62º31.1%40.98%-
HSV(B)280.62º47.45%53.73%-
XYZ14.0410.1524.89-
YUV92.57153.08144.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=35.69%
G=22.15%
B=42.15%

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
Decimal116721370.150.4700.46280.6231.140.98
Hex744889F2F02E1191f29
Octal16411021117570564313751
Binary11101001001000100010011111101111010111010001100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744889; }

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

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

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

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

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

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

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

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