#735B85

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

Shades of Affair #735B85

Tints of Affair #735B85

Color information

#735B85 (or 0x735B85) is unknown color: approx Affair. HEX triplet: 73, 5B and 85. RGB value is (115,91,133). Sum of RGB (Red+Green+Blue) = 115+91+133=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #735B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735B85 is #8CA47A. Grayscale: #666666. Windows color (decimal): -9217147 or 8739699. OLE color: 8739699.

HSL color Cylindrical-coordinate representation of color #735B85: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #735B85 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11591133-
CMYK0.140.3200.48
HSL274.29º18.75%43.92%-
HSV(B)274.29º31.58%52.16%-
XYZ15.0412.8223.87-
YUV102.96144.95136.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 91 (35.94% from 255) = 26.84%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=33.92%
G=26.84%
B=39.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115911330.140.3200.48274.2918.7543.92
Hex735B85E20030112132c
Octal16313320516400604222354
Binary11100111011011100001011110100000011000010001001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735B85; }

 p { color: rgb(115,91,133); }

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

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

 a { background-color: rgb(115,91,133); }

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

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

 span { border-color: rgb(115,91,133); }

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