#735682

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

Shades of Affair #735682

Tints of Affair #735682

Color information

#735682 (or 0x735682) is unknown color: approx Affair. HEX triplet: 73, 56 and 82. RGB value is (115,86,130). Sum of RGB (Red+Green+Blue) = 115+86+130=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #735682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735682 is #8CA97D. Grayscale: #636363. Windows color (decimal): -9218430 or 8541811. OLE color: 8541811.

HSL color Cylindrical-coordinate representation of color #735682: hue angle of 279.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #735682 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11586130-
CMYK0.120.3400.49
HSL279.55º20.37%42.35%-
HSV(B)279.55º33.85%50.98%-
XYZ14.4311.9122.66-
YUV99.69145.11138.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=34.74%
G=25.98%
B=39.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115861300.120.3400.49279.5520.3742.35
Hex735682C22031118142a
Octal16312620214420614302452
Binary11100111010110100000101100100010011000110001100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735682; }

 p { color: rgb(115,86,130); }

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

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

 a { background-color: rgb(115,86,130); }

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

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

 span { border-color: rgb(115,86,130); }

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