#785991

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

Shades of Affair #785991

Tints of Affair #785991

Color information

#785991 (or 0x785991) is unknown color: approx Affair. HEX triplet: 78, 59 and 91. RGB value is (120,89,145). Sum of RGB (Red+Green+Blue) = 120+89+145=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #785991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785991 is #87A66E. Grayscale: #686868. Windows color (decimal): -8889967 or 9525624. OLE color: 9525624.

HSL color Cylindrical-coordinate representation of color #785991: hue angle of 273.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785991 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12089145-
CMYK0.170.3900.43
HSL273.21º23.93%45.88%-
HSV(B)273.21º38.62%56.86%-
XYZ16.4313.1828.47-
YUV104.65150.77138.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=33.90%
G=25.14%
B=40.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120891450.170.3900.43273.2123.9345.88
Hex785991112702B111182e
Octal17013122121470534213056
Binary111100010110011001000110001100111010101110001000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785991; }

 p { color: rgb(120,89,145); }

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

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

 a { background-color: rgb(120,89,145); }

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

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

 span { border-color: rgb(120,89,145); }

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