#785594

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

Shades of Affair #785594

Tints of Affair #785594

Color information

#785594 (or 0x785594) is unknown color: approx Affair. HEX triplet: 78, 55 and 94. RGB value is (120,85,148). Sum of RGB (Red+Green+Blue) = 120+85+148=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #785594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785594 is #87AA6B. Grayscale: #666666. Windows color (decimal): -8890988 or 9721208. OLE color: 9721208.

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

Color convert

RGB12085148-
CMYK0.190.4300.42
HSL273.33º27.04%45.69%-
HSV(B)273.33º42.57%58.04%-
XYZ16.3412.6329.59-
YUV102.65153.6140.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=33.99%
G=24.08%
B=41.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120851480.190.4300.42273.3327.0445.69
Hex785594132B02A1111b2e
Octal17012522423530524213356
Binary111100010101011001010010011101011010101010001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785594; }

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

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

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

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

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

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

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

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