#794782

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

Shades of Affair #794782

Tints of Affair #794782

Color information

#794782 (or 0x794782) is unknown color: approx Affair. HEX triplet: 79, 47 and 82. RGB value is (121,71,130). Sum of RGB (Red+Green+Blue) = 121+71+130=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #794782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794782 is #86B87D. Grayscale: #5C5C5C. Windows color (decimal): -8829054 or 8537977. OLE color: 8537977.

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

Color convert

RGB12171130-
CMYK0.070.4500.49
HSL290.85º29.35%39.41%-
HSV(B)290.85º45.38%50.98%-
XYZ14.1710.1822.34-
YUV92.68149.06148.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=37.58%
G=22.05%
B=40.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121711300.070.4500.49290.8529.3539.41
Hex79478272D0311231d27
Octal1711072027550614433547
Binary1111001100011110000010111101101011000110010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794782; }

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

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

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

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

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

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

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

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