#784492

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

Shades of Affair #784492

Tints of Affair #784492

Color information

#784492 (or 0x784492) is unknown color: approx Affair. HEX triplet: 78, 44 and 92. RGB value is (120,68,146). Sum of RGB (Red+Green+Blue) = 120+68+146=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #784492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784492 is #87BB6D. Grayscale: #5C5C5C. Windows color (decimal): -8895342 or 9585784. OLE color: 9585784.

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

Color convert

RGB12068146-
CMYK0.180.5300.43
HSL280º36.45%41.96%-
HSV(B)280º53.42%57.25%-
XYZ1510.228.37-
YUV92.44158.23147.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=35.93%
G=20.36%
B=43.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120681460.180.5300.4328036.4541.96
Hex784492123502B118242a
Octal17010422222650534304452
Binary1111000100010010010010100101101010101011100011000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784492; }

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

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

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

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

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

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

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

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