#795295

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

Shades of Affair #795295

Tints of Affair #795295

Color information

#795295 (or 0x795295) is unknown color: approx Affair. HEX triplet: 79, 52 and 95. RGB value is (121,82,149). Sum of RGB (Red+Green+Blue) = 121+82+149=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #795295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795295 is #86AD6A. Grayscale: #656565. Windows color (decimal): -8826219 or 9785977. OLE color: 9785977.

HSL color Cylindrical-coordinate representation of color #795295: hue angle of 274.93º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795295 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12182149-
CMYK0.190.4500.42
HSL274.93º29%45.29%-
HSV(B)274.93º44.97%58.43%-
XYZ16.3312.2729.94-
YUV101.3154.92142.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=34.38%
G=23.30%
B=42.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121821490.190.4500.42274.932945.29
Hex795295132D02A1131d2d
Octal17112222523550524233555
Binary111100110100101001010110011101101010101010001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795295; }

 p { color: rgb(121,82,149); }

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

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

 a { background-color: rgb(121,82,149); }

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

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

 span { border-color: rgb(121,82,149); }

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