#795382

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

Shades of Affair #795382

Tints of Affair #795382

Color information

#795382 (or 0x795382) is unknown color: approx Affair. HEX triplet: 79, 53 and 82. RGB value is (121,83,130). Sum of RGB (Red+Green+Blue) = 121+83+130=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #795382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795382 is #86AC7D. Grayscale: #636363. Windows color (decimal): -8825982 or 8541049. OLE color: 8541049.

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

Color convert

RGB12183130-
CMYK0.070.3600.49
HSL288.51º22.07%41.76%-
HSV(B)288.51º36.15%50.98%-
XYZ15.0111.8622.62-
YUV99.72145.09143.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=36.23%
G=24.85%
B=38.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121831300.070.3600.49288.5122.0741.76
Hex795382724031121162a
Octal1711232027440614412652
Binary1111001101001110000010111100100011000110010000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795382; }

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

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

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

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

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

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

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

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