#785593

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

Shades of Affair #785593

Tints of Affair #785593

Color information

#785593 (or 0x785593) is unknown color: approx Affair. HEX triplet: 78, 55 and 93. RGB value is (120,85,147). Sum of RGB (Red+Green+Blue) = 120+85+147=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #785593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785593 is #87AA6C. Grayscale: #666666. Windows color (decimal): -8890989 or 9655672. OLE color: 9655672.

HSL color Cylindrical-coordinate representation of color #785593: hue angle of 273.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #785593 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12085147-
CMYK0.180.4200.42
HSL273.87º26.72%45.49%-
HSV(B)273.87º42.18%57.65%-
XYZ16.2612.629.18-
YUV102.53153.1140.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.09%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=34.09%
G=24.15%
B=41.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120851470.180.4200.42273.8726.7245.49
Hex785593122A02A1121b2d
Octal17012522322520524223355
Binary111100010101011001001110010101010010101010001001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785593; }

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

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

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

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

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

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

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

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