#705485

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

Shades of Affair #705485

Tints of Affair #705485

Color information

#705485 (or 0x705485) is unknown color: approx Affair. HEX triplet: 70, 54 and 85. RGB value is (112,84,133). Sum of RGB (Red+Green+Blue) = 112+84+133=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #705485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705485 is #8FAB7A. Grayscale: #616161. Windows color (decimal): -9415547 or 8737904. OLE color: 8737904.

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

Color convert

RGB11284133-
CMYK0.160.3700.48
HSL274.29º22.58%42.55%-
HSV(B)274.29º36.84%52.16%-
XYZ14.0911.4823.66-
YUV97.96147.78138.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=34.04%
G=25.53%
B=40.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112841330.160.3700.48274.2922.5842.55
Hex7054851025030112172b
Octal16012420520450604222753
Binary111000010101001000010110000100101011000010001001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705485; }

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

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

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

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

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

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

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

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