#794884

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

Shades of Affair #794884

Tints of Affair #794884

Color information

#794884 (or 0x794884) is unknown color: approx Affair. HEX triplet: 79, 48 and 84. RGB value is (121,72,132). Sum of RGB (Red+Green+Blue) = 121+72+132=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #794884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794884 is #86B77B. Grayscale: #5D5D5D. Windows color (decimal): -8828796 or 8669305. OLE color: 8669305.

HSL color Cylindrical-coordinate representation of color #794884: hue angle of 289º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #794884 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12172132-
CMYK0.080.4500.48
HSL289º29.41%40%-
HSV(B)289º45.45%51.76%-
XYZ14.3710.3723.07-
YUV93.49149.73147.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=37.23%
G=22.15%
B=40.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121721320.080.4500.4828929.4140
Hex79488482D0301211d28
Octal17111020410550604413550
Binary11110011001000100001001000101101011000010010000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794884; }

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

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

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

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

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

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

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

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