#794683

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

Shades of Affair #794683

Tints of Affair #794683

Color information

#794683 (or 0x794683) is unknown color: approx Affair. HEX triplet: 79, 46 and 83. RGB value is (121,70,131). Sum of RGB (Red+Green+Blue) = 121+70+131=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #794683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794683 is #86B97C. Grayscale: #5C5C5C. Windows color (decimal): -8829309 or 8603257. OLE color: 8603257.

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

Color convert

RGB12170131-
CMYK0.080.4700.49
HSL290.16º30.35%39.41%-
HSV(B)290.16º46.56%51.37%-
XYZ14.1710.0822.67-
YUV92.2149.9148.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=37.58%
G=21.74%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121701310.080.4700.49290.1630.3539.41
Hex79468382F0311221e27
Octal17110620310570614423647
Binary11110011000110100000111000101111011000110010001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794683; }

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

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

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

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

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

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

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

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