#705078

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

Shades of Affair #705078

Tints of Affair #705078

Color information

#705078 (or 0x705078) is unknown color: approx Affair. HEX triplet: 70, 50 and 78. RGB value is (112,80,120). Sum of RGB (Red+Green+Blue) = 112+80+120=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #705078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705078 is #8FAF87. Grayscale: #5E5E5E. Windows color (decimal): -9416584 or 7884912. OLE color: 7884912.

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

Color convert

RGB11280120-
CMYK0.070.3300.53
HSL288º20%39.22%-
HSV(B)288º33.33%47.06%-
XYZ12.9410.5419.12-
YUV94.13142.6140.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=35.90%
G=25.64%
B=38.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112801200.070.3300.532882039.22
Hex7050787210351201427
Octal1601201707410654402447
Binary111000010100001111000111100001011010110010000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705078; }

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

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

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

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

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

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

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

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