#794892

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

Shades of Affair #794892

Tints of Affair #794892

Color information

#794892 (or 0x794892) is unknown color: approx Affair. HEX triplet: 79, 48 and 92. RGB value is (121,72,146). Sum of RGB (Red+Green+Blue) = 121+72+146=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #794892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794892 is #86B76D. Grayscale: #5E5E5E. Windows color (decimal): -8828782 or 9586809. OLE color: 9586809.

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

Color convert

RGB12172146-
CMYK0.170.5100.43
HSL279.73º33.94%42.75%-
HSV(B)279.73º50.68%57.25%-
XYZ15.3910.7828.46-
YUV95.09156.73146.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=35.69%
G=21.24%
B=43.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121721460.170.5100.43279.7333.9442.75
Hex794892113302B118222b
Octal17111022221630534304253
Binary1111001100100010010010100011100110101011100011000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794892; }

 p { color: rgb(121,72,146); }

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

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

 a { background-color: rgb(121,72,146); }

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

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

 span { border-color: rgb(121,72,146); }

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