#705378

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

Shades of Affair #705378

Tints of Affair #705378

Color information

#705378 (or 0x705378) is unknown color: approx Affair. HEX triplet: 70, 53 and 78. RGB value is (112,83,120). Sum of RGB (Red+Green+Blue) = 112+83+120=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #705378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705378 is #8FAC87. Grayscale: #5F5F5F. Windows color (decimal): -9415816 or 7885680. OLE color: 7885680.

HSL color Cylindrical-coordinate representation of color #705378: hue angle of 287.03º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #705378 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11283120-
CMYK0.070.3100.53
HSL287.03º18.23%39.8%-
HSV(B)287.03º30.83%47.06%-
XYZ13.1710.9919.2-
YUV95.89141.61139.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=35.56%
G=26.35%
B=38.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112831200.070.3100.53287.0318.2339.8
Hex70537871F03511f1228
Octal1601231707370654372250
Binary11100001010011111100011111111011010110001111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705378; }

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

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

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

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

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

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

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

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