#735985

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

Shades of Affair #735985

Tints of Affair #735985

Color information

#735985 (or 0x735985) is unknown color: approx Affair. HEX triplet: 73, 59 and 85. RGB value is (115,89,133). Sum of RGB (Red+Green+Blue) = 115+89+133=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #735985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735985 is #8CA67A. Grayscale: #656565. Windows color (decimal): -9217659 or 8739187. OLE color: 8739187.

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

Color convert

RGB11589133-
CMYK0.140.3300.48
HSL275.45º19.82%43.53%-
HSV(B)275.45º33.08%52.16%-
XYZ14.8812.4823.82-
YUV101.79145.61137.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=34.12%
G=26.41%
B=39.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115891330.140.3300.48275.4519.8243.53
Hex735985E21030113142c
Octal16313120516410604232454
Binary11100111011001100001011110100001011000010001001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735985; }

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

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

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

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

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

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

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

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