#705482

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

Shades of Affair #705482

Tints of Affair #705482

Color information

#705482 (or 0x705482) is unknown color: approx Affair. HEX triplet: 70, 54 and 82. RGB value is (112,84,130). Sum of RGB (Red+Green+Blue) = 112+84+130=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #705482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705482 is #8FAB7D. Grayscale: #616161. Windows color (decimal): -9415550 or 8541296. OLE color: 8541296.

HSL color Cylindrical-coordinate representation of color #705482: hue angle of 276.52º 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 #705482 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11284130-
CMYK0.140.3500.49
HSL276.52º21.5%41.96%-
HSV(B)276.52º35.38%50.98%-
XYZ13.8811.422.59-
YUV97.62146.28138.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=34.36%
G=25.77%
B=39.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112841300.140.3500.49276.5221.541.96
Hex705482E23031115152a
Octal16012420216430614252552
Binary11100001010100100000101110100011011000110001010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705482; }

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

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

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

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

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

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

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

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