#795994

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

Shades of Affair #795994

Tints of Affair #795994

Color information

#795994 (or 0x795994) is unknown color: approx Affair. HEX triplet: 79, 59 and 94. RGB value is (121,89,148). Sum of RGB (Red+Green+Blue) = 121+89+148=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #795994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795994 is #86A66B. Grayscale: #696969. Windows color (decimal): -8824428 or 9722233. OLE color: 9722233.

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

Color convert

RGB12189148-
CMYK0.180.4000.42
HSL272.54º24.89%46.47%-
HSV(B)272.54º39.86%58.04%-
XYZ16.813.3529.71-
YUV105.29152.1139.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=33.80%
G=24.86%
B=41.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121891480.180.4000.42272.5424.8946.47
Hex795994122802A111192e
Octal17113122422500524213156
Binary111100110110011001010010010101000010101010001000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795994; }

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

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

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

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

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

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

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

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