#735A87

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

Shades of Affair #735A87

Tints of Affair #735A87

Color information

#735A87 (or 0x735A87) is unknown color: approx Affair. HEX triplet: 73, 5A and 87. RGB value is (115,90,135). Sum of RGB (Red+Green+Blue) = 115+90+135=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #735A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735A87 is #8CA578. Grayscale: #666666. Windows color (decimal): -9217401 or 8870515. OLE color: 8870515.

HSL color Cylindrical-coordinate representation of color #735A87: hue angle of 273.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #735A87 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11590135-
CMYK0.150.3300.47
HSL273.33º20%44.12%-
HSV(B)273.33º33.33%52.94%-
XYZ15.112.7124.58-
YUV102.6146.28136.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=33.82%
G=26.47%
B=39.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115901350.150.3300.47273.332044.12
Hex735A87F2102F111142c
Octal16313220717410574212454
Binary11100111011010100001111111100001010111110001000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,90,135); }

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

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

 a { background-color: rgb(115,90,135); }

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

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

 span { border-color: rgb(115,90,135); }

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