#735379

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

Shades of Affair #735379

Tints of Affair #735379

Color information

#735379 (or 0x735379) is unknown color: approx Affair. HEX triplet: 73, 53 and 79. RGB value is (115,83,121). Sum of RGB (Red+Green+Blue) = 115+83+121=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #735379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735379 is #8CAC86. Grayscale: #606060. Windows color (decimal): -9219207 or 7951219. OLE color: 7951219.

HSL color Cylindrical-coordinate representation of color #735379: hue angle of 290.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #735379 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11583121-
CMYK0.050.3100.53
HSL290.53º18.63%40%-
HSV(B)290.53º31.4%47.45%-
XYZ13.6111.2119.54-
YUV96.9141.6140.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=36.05%
G=26.02%
B=37.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115831210.050.3100.53290.5318.6340
Hex73537951F0351231328
Octal1631231715370654432350
Binary11100111010011111100110111111011010110010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735379; }

 p { color: rgb(115,83,121); }

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

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

 a { background-color: rgb(115,83,121); }

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

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

 span { border-color: rgb(115,83,121); }

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