#794583

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

Shades of Affair #794583

Tints of Affair #794583

Color information

#794583 (or 0x794583) is unknown color: approx Affair. HEX triplet: 79, 45 and 83. RGB value is (121,69,131). Sum of RGB (Red+Green+Blue) = 121+69+131=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #794583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794583 is #86BA7C. Grayscale: #5B5B5B. Windows color (decimal): -8829565 or 8603001. OLE color: 8603001.

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

Color convert

RGB12169131-
CMYK0.080.4700.49
HSL290.32º31%39.22%-
HSV(B)290.32º47.33%51.37%-
XYZ14.119.9622.65-
YUV91.62150.23148.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=37.69%
G=21.50%
B=40.81%

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
Decimal121691310.080.4700.49290.323139.22
Hex79458382F0311221f27
Octal17110520310570614423747
Binary11110011000101100000111000101111011000110010001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794583; }

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

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

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

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

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

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

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

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