#794584

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

Shades of Affair #794584

Tints of Affair #794584

Color information

#794584 (or 0x794584) is unknown color: approx Affair. HEX triplet: 79, 45 and 84. RGB value is (121,69,132). Sum of RGB (Red+Green+Blue) = 121+69+132=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #794584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794584 is #86BA7B. Grayscale: #5B5B5B. Windows color (decimal): -8829564 or 8668537. OLE color: 8668537.

HSL color Cylindrical-coordinate representation of color #794584: hue angle of 289.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #794584 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12169132-
CMYK0.080.4800.48
HSL289.52º31.34%39.41%-
HSV(B)289.52º47.73%51.76%-
XYZ14.189.9923.01-
YUV91.73150.73148.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=37.58%
G=21.43%
B=40.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121691320.080.4800.48289.5231.3439.41
Hex7945848300301221f27
Octal17110520410600604423747
Binary11110011000101100001001000110000011000010010001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794584; }

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

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

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

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

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

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

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

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