#794482

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

Shades of Affair #794482

Tints of Affair #794482

Color information

#794482 (or 0x794482) is unknown color: approx Affair. HEX triplet: 79, 44 and 82. RGB value is (121,68,130). Sum of RGB (Red+Green+Blue) = 121+68+130=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #794482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794482 is #86BB7D. Grayscale: #5A5A5A. Windows color (decimal): -8829822 or 8537209. OLE color: 8537209.

HSL color Cylindrical-coordinate representation of color #794482: hue angle of 291.29º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #794482 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12168130-
CMYK0.070.4800.49
HSL291.29º31.31%38.82%-
HSV(B)291.29º47.69%50.98%-
XYZ13.989.8122.28-
YUV90.92150.06149.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=37.93%
G=21.32%
B=40.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121681300.070.4800.49291.2931.3138.82
Hex7944827300311231f27
Octal1711042027600614433747
Binary1111001100010010000010111110000011000110010001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794482; }

 p { color: rgb(121,68,130); }

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

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

 a { background-color: rgb(121,68,130); }

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

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

 span { border-color: rgb(121,68,130); }

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