#785582

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

Shades of Affair #785582

Tints of Affair #785582

Color information

#785582 (or 0x785582) is unknown color: approx Affair. HEX triplet: 78, 55 and 82. RGB value is (120,85,130). Sum of RGB (Red+Green+Blue) = 120+85+130=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #785582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785582 is #87AA7D. Grayscale: #646464. Windows color (decimal): -8891006 or 8541560. OLE color: 8541560.

HSL color Cylindrical-coordinate representation of color #785582: hue angle of 286.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785582 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12085130-
CMYK0.080.3500.49
HSL286.67º20.93%42.16%-
HSV(B)286.67º34.62%50.98%-
XYZ15.0212.122.66-
YUV100.6144.6141.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=35.82%
G=25.37%
B=38.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120851300.080.3500.49286.6720.9342.16
Hex78558282303111f152a
Octal17012520210430614372552
Binary11110001010101100000101000100011011000110001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785582; }

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

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

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

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

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

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

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

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