#705487

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

Shades of Affair #705487

Tints of Affair #705487

Color information

#705487 (or 0x705487) is unknown color: approx Affair. HEX triplet: 70, 54 and 87. RGB value is (112,84,135). Sum of RGB (Red+Green+Blue) = 112+84+135=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #705487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705487 is #8FAB78. Grayscale: #626262. Windows color (decimal): -9415545 or 8868976. OLE color: 8868976.

HSL color Cylindrical-coordinate representation of color #705487: hue angle of 272.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705487 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11284135-
CMYK0.170.3800.47
HSL272.94º23.29%42.94%-
HSV(B)272.94º37.78%52.94%-
XYZ14.2311.5324.4-
YUV98.19148.78137.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=33.84%
G=25.38%
B=40.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112841350.170.3800.47272.9423.2942.94
Hex705487112602F111172b
Octal16012420721460574212753
Binary111000010101001000011110001100110010111110001000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705487; }

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

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

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

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

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

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

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

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