#704585

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

Shades of Affair #704585

Tints of Affair #704585

Color information

#704585 (or 0x704585) is unknown color: approx Affair. HEX triplet: 70, 45 and 85. RGB value is (112,69,133). Sum of RGB (Red+Green+Blue) = 112+69+133=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #704585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704585 is #8FBA7A. Grayscale: #585858. Windows color (decimal): -9419387 or 8734064. OLE color: 8734064.

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

Color convert

RGB11269133-
CMYK0.160.4800.48
HSL280.31º31.68%39.61%-
HSV(B)280.31º48.12%52.16%-
XYZ13.049.3923.32-
YUV89.15152.75144.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=35.67%
G=21.97%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112691330.160.4800.48280.3131.6839.61
Hex70458510300301182028
Octal16010520520600604304050
Binary1110000100010110000101100001100000110000100011000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704585; }

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

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

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

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

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

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

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

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