#734D89

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

Shades of Affair #734D89

Tints of Affair #734D89

Color information

#734D89 (or 0x734D89) is unknown color: approx Affair. HEX triplet: 73, 4D and 89. RGB value is (115,77,137). Sum of RGB (Red+Green+Blue) = 115+77+137=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #734D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734D89 is #8CB276. Grayscale: #5F5F5F. Windows color (decimal): -9220727 or 8998259. OLE color: 8998259.

HSL color Cylindrical-coordinate representation of color #734D89: hue angle of 278º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734D89 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11577137-
CMYK0.160.4400.46
HSL278º28.04%41.96%-
HSV(B)278º43.8%53.73%-
XYZ14.2410.7624.99-
YUV95.2151.59142.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=34.95%
G=23.40%
B=41.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115771370.160.4400.4627828.0441.96
Hex734D89102C02E1161c2a
Octal16311521120540564263452
Binary111001110011011000100110000101100010111010001011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734D89; }

 p { color: rgb(115,77,137); }

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

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

 a { background-color: rgb(115,77,137); }

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

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

 span { border-color: rgb(115,77,137); }

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