#795082

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

Shades of Affair #795082

Tints of Affair #795082

Color information

#795082 (or 0x795082) is unknown color: approx Affair. HEX triplet: 79, 50 and 82. RGB value is (121,80,130). Sum of RGB (Red+Green+Blue) = 121+80+130=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #795082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795082 is #86AF7D. Grayscale: #616161. Windows color (decimal): -8826750 or 8540281. OLE color: 8540281.

HSL color Cylindrical-coordinate representation of color #795082: hue angle of 289.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #795082 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12180130-
CMYK0.070.3800.49
HSL289.2º23.81%41.18%-
HSV(B)289.2º38.46%50.98%-
XYZ14.7811.4122.54-
YUV97.96146.08144.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=36.56%
G=24.17%
B=39.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121801300.070.3800.49289.223.8141.18
Hex7950827260311211829
Octal1711202027460614413051
Binary1111001101000010000010111100110011000110010000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795082; }

 p { color: rgb(121,80,130); }

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

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

 a { background-color: rgb(121,80,130); }

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

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

 span { border-color: rgb(121,80,130); }

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