#705384

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

Shades of Affair #705384

Tints of Affair #705384

Color information

#705384 (or 0x705384) is unknown color: approx Affair. HEX triplet: 70, 53 and 84. RGB value is (112,83,132). Sum of RGB (Red+Green+Blue) = 112+83+132=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #705384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705384 is #8FAC7B. Grayscale: #616161. Windows color (decimal): -9415804 or 8672112. OLE color: 8672112.

HSL color Cylindrical-coordinate representation of color #705384: hue angle of 275.51º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705384 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11283132-
CMYK0.150.3700.48
HSL275.51º22.79%42.16%-
HSV(B)275.51º37.12%51.76%-
XYZ13.9411.323.28-
YUV97.26147.61138.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=34.25%
G=25.38%
B=40.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112831320.150.3700.48275.5122.7942.16
Hex705384F25030114172a
Octal16012320417450604242752
Binary11100001010011100001001111100101011000010001010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705384; }

 p { color: rgb(112,83,132); }

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

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

 a { background-color: rgb(112,83,132); }

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

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

 span { border-color: rgb(112,83,132); }

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