#785492

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

Shades of Affair #785492

Tints of Affair #785492

Color information

#785492 (or 0x785492) is unknown color: approx Affair. HEX triplet: 78, 54 and 92. RGB value is (120,84,146). Sum of RGB (Red+Green+Blue) = 120+84+146=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #785492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785492 is #87AB6D. Grayscale: #656565. Windows color (decimal): -8891246 or 9589880. OLE color: 9589880.

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

Color convert

RGB12084146-
CMYK0.180.4200.43
HSL274.84º26.96%45.1%-
HSV(B)274.84º42.47%57.25%-
XYZ16.112.4128.74-
YUV101.83152.93140.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=34.29%
G=24%
B=41.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120841460.180.4200.43274.8426.9645.1
Hex785492122A02B1131b2d
Octal17012422222520534233355
Binary111100010101001001001010010101010010101110001001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785492; }

 p { color: rgb(120,84,146); }

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

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

 a { background-color: rgb(120,84,146); }

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

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

 span { border-color: rgb(120,84,146); }

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