#735382

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

Shades of Affair #735382

Tints of Affair #735382

Color information

#735382 (or 0x735382) is unknown color: approx Affair. HEX triplet: 73, 53 and 82. RGB value is (115,83,130). Sum of RGB (Red+Green+Blue) = 115+83+130=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #735382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735382 is #8CAC7D. Grayscale: #616161. Windows color (decimal): -9219198 or 8541043. OLE color: 8541043.

HSL color Cylindrical-coordinate representation of color #735382: hue angle of 280.85º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #735382 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11583130-
CMYK0.120.3600.49
HSL280.85º22.07%41.76%-
HSV(B)280.85º36.15%50.98%-
XYZ14.1911.4422.58-
YUV97.93146.1140.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=35.06%
G=25.30%
B=39.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115831300.120.3600.49280.8522.0741.76
Hex735382C24031119162a
Octal16312320214440614312652
Binary11100111010011100000101100100100011000110001100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735382; }

 p { color: rgb(115,83,130); }

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

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

 a { background-color: rgb(115,83,130); }

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

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

 span { border-color: rgb(115,83,130); }

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