#794883

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

Shades of Affair #794883

Tints of Affair #794883

Color information

#794883 (or 0x794883) is unknown color: approx Affair. HEX triplet: 79, 48 and 83. RGB value is (121,72,131). Sum of RGB (Red+Green+Blue) = 121+72+131=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #794883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794883 is #86B77C. Grayscale: #5D5D5D. Windows color (decimal): -8828797 or 8603769. OLE color: 8603769.

HSL color Cylindrical-coordinate representation of color #794883: hue angle of 289.83º 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 #794883 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12172131-
CMYK0.080.4500.49
HSL289.83º29.06%39.8%-
HSV(B)289.83º45.04%51.37%-
XYZ14.310.3422.71-
YUV93.38149.23147.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.35%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=37.35%
G=22.22%
B=40.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121721310.080.4500.49289.8329.0639.8
Hex79488382D0311221d28
Octal17111020310550614423550
Binary11110011001000100000111000101101011000110010001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794883; }

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

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

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

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

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

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

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

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