#795592

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

Shades of Affair #795592

Tints of Affair #795592

Color information

#795592 (or 0x795592) is unknown color: approx Affair. HEX triplet: 79, 55 and 92. RGB value is (121,85,146). Sum of RGB (Red+Green+Blue) = 121+85+146=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #795592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795592 is #86AA6D. Grayscale: #666666. Windows color (decimal): -8825454 or 9590137. OLE color: 9590137.

HSL color Cylindrical-coordinate representation of color #795592: hue angle of 275.41º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795592 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12185146-
CMYK0.170.4200.43
HSL275.41º26.41%45.29%-
HSV(B)275.41º41.78%57.25%-
XYZ16.3212.6428.77-
YUV102.72152.43141.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=34.38%
G=24.15%
B=41.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121851460.170.4200.43275.4126.4145.29
Hex795592112A02B1131a2d
Octal17112522221520534233255
Binary111100110101011001001010001101010010101110001001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795592; }

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

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

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

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

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

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

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

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