#795991

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

Shades of Affair #795991

Tints of Affair #795991

Color information

#795991 (or 0x795991) is unknown color: approx Affair. HEX triplet: 79, 59 and 91. RGB value is (121,89,145). Sum of RGB (Red+Green+Blue) = 121+89+145=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #795991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795991 is #86A66E. Grayscale: #686868. Windows color (decimal): -8824431 or 9525625. OLE color: 9525625.

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

Color convert

RGB12189145-
CMYK0.170.3900.43
HSL274.29º23.93%45.88%-
HSV(B)274.29º38.62%56.86%-
XYZ16.5713.2528.47-
YUV104.95150.6139.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 145 (57.03% from 255) = 40.85%
R=34.08%
G=25.07%
B=40.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121891450.170.3900.43274.2923.9345.88
Hex795991112702B112182e
Octal17113122121470534223056
Binary111100110110011001000110001100111010101110001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795991; }

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

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

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

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

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

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

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

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