#705180

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

Shades of Affair #705180

Tints of Affair #705180

Color information

#705180 (or 0x705180) is unknown color: approx Affair. HEX triplet: 70, 51 and 80. RGB value is (112,81,128). Sum of RGB (Red+Green+Blue) = 112+81+128=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #705180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705180 is #8FAE7F. Grayscale: #5F5F5F. Windows color (decimal): -9416320 or 8409456. OLE color: 8409456.

HSL color Cylindrical-coordinate representation of color #705180: hue angle of 279.57º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705180 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11281128-
CMYK0.120.3700.50
HSL279.57º22.49%40.98%-
HSV(B)279.57º36.72%50.2%-
XYZ13.5210.8921.81-
YUV95.63146.27139.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=34.89%
G=25.23%
B=39.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112811280.120.3700.50279.5722.4940.98
Hex705180C250321181629
Octal16012120014450624302651
Binary11100001010001100000001100100101011001010001100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705180; }

 p { color: rgb(112,81,128); }

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

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

 a { background-color: rgb(112,81,128); }

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

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

 span { border-color: rgb(112,81,128); }

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