#704482

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

Shades of Affair #704482

Tints of Affair #704482

Color information

#704482 (or 0x704482) is unknown color: approx Affair. HEX triplet: 70, 44 and 82. RGB value is (112,68,130). Sum of RGB (Red+Green+Blue) = 112+68+130=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #704482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704482 is #8FBB7D. Grayscale: #585858. Windows color (decimal): -9419646 or 8537200. OLE color: 8537200.

HSL color Cylindrical-coordinate representation of color #704482: hue angle of 282.58º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704482 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11268130-
CMYK0.140.4800.49
HSL282.58º31.31%38.82%-
HSV(B)282.58º47.69%50.98%-
XYZ12.789.1922.22-
YUV88.22151.58144.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=36.13%
G=21.94%
B=41.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112681300.140.4800.49282.5831.3138.82
Hex704482E3003111b1f27
Octal16010420216600614333747
Binary11100001000100100000101110110000011000110001101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704482; }

 p { color: rgb(112,68,130); }

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

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

 a { background-color: rgb(112,68,130); }

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

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

 span { border-color: rgb(112,68,130); }

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