#794882

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

Shades of Affair #794882

Tints of Affair #794882

Color information

#794882 (or 0x794882) is unknown color: approx Affair. HEX triplet: 79, 48 and 82. RGB value is (121,72,130). Sum of RGB (Red+Green+Blue) = 121+72+130=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #794882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794882 is #86B77D. Grayscale: #5D5D5D. Windows color (decimal): -8828798 or 8538233. OLE color: 8538233.

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

Color convert

RGB12172130-
CMYK0.070.4500.49
HSL290.69º28.71%39.61%-
HSV(B)290.69º44.62%50.98%-
XYZ14.2310.3122.36-
YUV93.26148.73147.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=37.46%
G=22.29%
B=40.25%

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
Decimal121721300.070.4500.49290.6928.7139.61
Hex79488272D0311231d28
Octal1711102027550614433550
Binary1111001100100010000010111101101011000110010001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794882; }

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

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

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

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

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

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

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

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