#794792

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

Shades of Affair #794792

Tints of Affair #794792

Color information

#794792 (or 0x794792) is unknown color: approx Affair. HEX triplet: 79, 47 and 92. RGB value is (121,71,146). Sum of RGB (Red+Green+Blue) = 121+71+146=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #794792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794792 is #86B86D. Grayscale: #5E5E5E. Windows color (decimal): -8829038 or 9586553. OLE color: 9586553.

HSL color Cylindrical-coordinate representation of color #794792: hue angle of 280º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794792 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12171146-
CMYK0.170.5100.43
HSL280º34.56%42.55%-
HSV(B)280º51.37%57.25%-
XYZ15.3310.6528.44-
YUV94.5157.06146.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=35.80%
G=21.01%
B=43.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121711460.170.5100.4328034.5642.55
Hex794792113302B118232b
Octal17110722221630534304353
Binary1111001100011110010010100011100110101011100011000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794792; }

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

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

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

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

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

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

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

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