#704685

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

Shades of Affair #704685

Tints of Affair #704685

Color information

#704685 (or 0x704685) is unknown color: approx Affair. HEX triplet: 70, 46 and 85. RGB value is (112,70,133). Sum of RGB (Red+Green+Blue) = 112+70+133=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #704685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704685 is #8FB97A. Grayscale: #595959. Windows color (decimal): -9419131 or 8734320. OLE color: 8734320.

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

Color convert

RGB11270133-
CMYK0.160.4700.48
HSL280º31.03%39.8%-
HSV(B)280º47.37%52.16%-
XYZ13.119.5223.34-
YUV89.74152.41143.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=35.56%
G=22.22%
B=42.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112701330.160.4700.4828031.0339.8
Hex704685102F0301181f28
Octal16010620520570604303750
Binary111000010001101000010110000101111011000010001100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704685; }

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

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

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

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

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

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

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

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