#735579

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

Shades of Affair #735579

Tints of Affair #735579

Color information

#735579 (or 0x735579) is unknown color: approx Affair. HEX triplet: 73, 55 and 79. RGB value is (115,85,121). Sum of RGB (Red+Green+Blue) = 115+85+121=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #735579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735579 is #8CAA86. Grayscale: #616161. Windows color (decimal): -9218695 or 7951731. OLE color: 7951731.

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

Color convert

RGB11585121-
CMYK0.050.3000.53
HSL290º17.48%40.39%-
HSV(B)290º29.75%47.45%-
XYZ13.7711.5219.59-
YUV98.07140.94140.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=35.83%
G=26.48%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115851210.050.3000.5329017.4840.39
Hex73557951E0351221128
Octal1631251715360654422150
Binary11100111010101111100110111110011010110010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735579; }

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

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

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

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

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

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

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

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