#735A89

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

Shades of Affair #735A89

Tints of Affair #735A89

Color information

#735A89 (or 0x735A89) is unknown color: approx Affair. HEX triplet: 73, 5A and 89. RGB value is (115,90,137). Sum of RGB (Red+Green+Blue) = 115+90+137=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #735A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735A89 is #8CA576. Grayscale: #666666. Windows color (decimal): -9217399 or 9001587. OLE color: 9001587.

HSL color Cylindrical-coordinate representation of color #735A89: hue angle of 271.91º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #735A89 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11590137-
CMYK0.160.3400.46
HSL271.91º20.7%44.51%-
HSV(B)271.91º34.31%53.73%-
XYZ15.2412.7625.33-
YUV102.83147.28136.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=33.63%
G=26.32%
B=40.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115901370.160.3400.46271.9120.744.51
Hex735A89102202E110152d
Octal16313221120420564202555
Binary111001110110101000100110000100010010111010001000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735A89; }

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

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

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

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

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

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

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

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