#784392

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

Shades of Affair #784392

Tints of Affair #784392

Color information

#784392 (or 0x784392) is unknown color: approx Affair. HEX triplet: 78, 43 and 92. RGB value is (120,67,146). Sum of RGB (Red+Green+Blue) = 120+67+146=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #784392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784392 is #87BC6D. Grayscale: #5B5B5B. Windows color (decimal): -8895598 or 9585528. OLE color: 9585528.

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

Color convert

RGB12067146-
CMYK0.180.5400.43
HSL280.25º37.09%41.76%-
HSV(B)280.25º54.11%57.25%-
XYZ14.9410.0828.35-
YUV91.85158.56148.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 67 (26.56% from 255) = 20.12%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=36.04%
G=20.12%
B=43.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120671460.180.5400.43280.2537.0941.76
Hex784392123602B118252a
Octal17010322222660534304552
Binary1111000100001110010010100101101100101011100011000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784392; }

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

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

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

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

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

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

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

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