#795581

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

Shades of Affair #795581

Tints of Affair #795581

Color information

#795581 (or 0x795581) is unknown color: approx Affair. HEX triplet: 79, 55 and 81. RGB value is (121,85,129). Sum of RGB (Red+Green+Blue) = 121+85+129=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #795581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795581 is #86AA7E. Grayscale: #646464. Windows color (decimal): -8825471 or 8476025. OLE color: 8476025.

HSL color Cylindrical-coordinate representation of color #795581: hue angle of 289.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795581 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12185129-
CMYK0.060.3400.49
HSL289.09º20.56%41.96%-
HSV(B)289.09º34.11%50.59%-
XYZ15.112.1522.32-
YUV100.78143.93142.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=36.12%
G=25.37%
B=38.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121851290.060.3400.49289.0920.5641.96
Hex795581622031121152a
Octal1711252016420614412552
Binary1111001101010110000001110100010011000110010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795581; }

 p { color: rgb(121,85,129); }

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

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

 a { background-color: rgb(121,85,129); }

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

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

 span { border-color: rgb(121,85,129); }

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