#735289

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

Shades of Affair #735289

Tints of Affair #735289

Color information

#735289 (or 0x735289) is unknown color: approx Affair. HEX triplet: 73, 52 and 89. RGB value is (115,82,137). Sum of RGB (Red+Green+Blue) = 115+82+137=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #735289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735289 is #8CAD76. Grayscale: #616161. Windows color (decimal): -9219447 or 8999539. OLE color: 8999539.

HSL color Cylindrical-coordinate representation of color #735289: hue angle of 276º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #735289 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11582137-
CMYK0.160.4000.46
HSL276º25.11%42.94%-
HSV(B)276º40.15%53.73%-
XYZ14.611.4925.11-
YUV98.14149.93140.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.43%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=34.43%
G=24.55%
B=41.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115821370.160.4000.4627625.1142.94
Hex735289102802E114192b
Octal16312221120500564243153
Binary111001110100101000100110000101000010111010001010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735289; }

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

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

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

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

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

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

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

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