#795880

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

Shades of Affair #795880

Tints of Affair #795880

Color information

#795880 (or 0x795880) is unknown color: approx Affair. HEX triplet: 79, 58 and 80. RGB value is (121,88,128). Sum of RGB (Red+Green+Blue) = 121+88+128=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #795880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795880 is #86A77F. Grayscale: #666666. Windows color (decimal): -8824704 or 8411257. OLE color: 8411257.

HSL color Cylindrical-coordinate representation of color #795880: hue angle of 289.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795880 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12188128-
CMYK0.050.3100.50
HSL289.5º18.52%42.35%-
HSV(B)289.5º31.25%50.2%-
XYZ15.2712.622.05-
YUV102.43142.43141.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=35.91%
G=26.11%
B=37.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121881280.050.3100.50289.518.5242.35
Hex79588051F032122132a
Octal1711302005370624422352
Binary111100110110001000000010111111011001010010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795880; }

 p { color: rgb(121,88,128); }

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

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

 a { background-color: rgb(121,88,128); }

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

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

 span { border-color: rgb(121,88,128); }

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