#785584

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

Shades of Affair #785584

Tints of Affair #785584

Color information

#785584 (or 0x785584) is unknown color: approx Affair. HEX triplet: 78, 55 and 84. RGB value is (120,85,132). Sum of RGB (Red+Green+Blue) = 120+85+132=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #785584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785584 is #87AA7B. Grayscale: #646464. Windows color (decimal): -8891004 or 8672632. OLE color: 8672632.

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

Color convert

RGB12085132-
CMYK0.090.3600.48
HSL284.68º21.66%42.55%-
HSV(B)284.68º35.61%51.76%-
XYZ15.1612.1623.38-
YUV100.82145.6141.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=35.61%
G=25.22%
B=39.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120851320.090.3600.48284.6821.6642.55
Hex78558492403011d162b
Octal17012520411440604352653
Binary11110001010101100001001001100100011000010001110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785584; }

 p { color: rgb(120,85,132); }

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

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

 a { background-color: rgb(120,85,132); }

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

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

 span { border-color: rgb(120,85,132); }

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