#735482

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

Shades of Affair #735482

Tints of Affair #735482

Color information

#735482 (or 0x735482) is unknown color: approx Affair. HEX triplet: 73, 54 and 82. RGB value is (115,84,130). Sum of RGB (Red+Green+Blue) = 115+84+130=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #735482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735482 is #8CAB7D. Grayscale: #626262. Windows color (decimal): -9218942 or 8541299. OLE color: 8541299.

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

Color convert

RGB11584130-
CMYK0.120.3500.49
HSL280.43º21.5%41.96%-
HSV(B)280.43º35.38%50.98%-
XYZ14.2711.622.61-
YUV98.51145.77139.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=34.95%
G=25.53%
B=39.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115841300.120.3500.49280.4321.541.96
Hex735482C23031118152a
Octal16312420214430614302552
Binary11100111010100100000101100100011011000110001100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735482; }

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

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

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

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

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

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

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

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