#795693

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

Shades of Affair #795693

Tints of Affair #795693

Color information

#795693 (or 0x795693) is unknown color: approx Affair. HEX triplet: 79, 56 and 93. RGB value is (121,86,147). Sum of RGB (Red+Green+Blue) = 121+86+147=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #795693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795693 is #86A96C. Grayscale: #676767. Windows color (decimal): -8825197 or 9655929. OLE color: 9655929.

HSL color Cylindrical-coordinate representation of color #795693: hue angle of 274.43º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #795693 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12186147-
CMYK0.180.4100.42
HSL274.43º26.18%45.69%-
HSV(B)274.43º41.5%57.65%-
XYZ16.4812.8329.21-
YUV103.42152.6140.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=34.18%
G=24.29%
B=41.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121861470.180.4100.42274.4326.1845.69
Hex795693122902A1121a2e
Octal17112622322510524223256
Binary111100110101101001001110010101001010101010001001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795693; }

 p { color: rgb(121,86,147); }

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

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

 a { background-color: rgb(121,86,147); }

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

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

 span { border-color: rgb(121,86,147); }

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