#735B84

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

Shades of Affair #735B84

Tints of Affair #735B84

Color information

#735B84 (or 0x735B84) is unknown color: approx Affair. HEX triplet: 73, 5B and 84. RGB value is (115,91,132). Sum of RGB (Red+Green+Blue) = 115+91+132=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #735B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735B84 is #8CA47B. Grayscale: #666666. Windows color (decimal): -9217148 or 8674163. OLE color: 8674163.

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

Color convert

RGB11591132-
CMYK0.130.3100.48
HSL275.12º18.39%43.73%-
HSV(B)275.12º31.06%51.76%-
XYZ14.9812.7923.51-
YUV102.85144.45136.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=34.02%
G=26.92%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115911320.130.3100.48275.1218.3943.73
Hex735B84D1F030113122c
Octal16313320415370604232254
Binary1110011101101110000100110111111011000010001001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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