#795491

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

Shades of Affair #795491

Tints of Affair #795491

Color information

#795491 (or 0x795491) is unknown color: approx Affair. HEX triplet: 79, 54 and 91. RGB value is (121,84,145). Sum of RGB (Red+Green+Blue) = 121+84+145=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #795491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795491 is #86AB6E. Grayscale: #656565. Windows color (decimal): -8825711 or 9524345. OLE color: 9524345.

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

Color convert

RGB12184145-
CMYK0.170.4200.43
HSL276.39º26.64%44.9%-
HSV(B)276.39º42.07%56.86%-
XYZ16.1712.4528.34-
YUV102.02152.26141.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=34.57%
G=24%
B=41.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121841450.170.4200.43276.3926.6444.9
Hex795491112A02B1141b2d
Octal17112422121520534243355
Binary111100110101001001000110001101010010101110001010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795491; }

 p { color: rgb(121,84,145); }

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

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

 a { background-color: rgb(121,84,145); }

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

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

 span { border-color: rgb(121,84,145); }

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