#735584

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

Shades of Affair #735584

Tints of Affair #735584

Color information

#735584 (or 0x735584) is unknown color: approx Affair. HEX triplet: 73, 55 and 84. RGB value is (115,85,132). Sum of RGB (Red+Green+Blue) = 115+85+132=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #735584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735584 is #8CAA7B. Grayscale: #636363. Windows color (decimal): -9218684 or 8672627. OLE color: 8672627.

HSL color Cylindrical-coordinate representation of color #735584: hue angle of 278.3º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #735584 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11585132-
CMYK0.130.3600.48
HSL278.3º21.66%42.55%-
HSV(B)278.3º35.61%51.76%-
XYZ14.4811.8123.35-
YUV99.33146.44139.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.64%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=34.64%
G=25.60%
B=39.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115851320.130.3600.48278.321.6642.55
Hex735584D24030116162b
Octal16312520415440604262653
Binary11100111010101100001001101100100011000010001011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735584; }

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

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

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

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

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

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

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

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