#79578E

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

Shades of Affair #79578E

Tints of Affair #79578E

Color information

#79578E (or 0x79578E) is unknown color: approx Affair. HEX triplet: 79, 57 and 8E. RGB value is (121,87,142). Sum of RGB (Red+Green+Blue) = 121+87+142=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #79578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79578E is #86A871. Grayscale: #676767. Windows color (decimal): -8824946 or 9328505. OLE color: 9328505.

HSL color Cylindrical-coordinate representation of color #79578E: hue angle of 277.09º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79578E is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12187142-
CMYK0.150.3900.44
HSL277.09º24.02%44.9%-
HSV(B)277.09º38.73%55.69%-
XYZ16.1812.8327.22-
YUV103.44149.76140.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=34.57%
G=24.86%
B=40.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121871420.150.3900.44277.0924.0244.9
Hex79578EF2702C115182d
Octal17112721617470544253055
Binary11110011010111100011101111100111010110010001010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79578E; }

 p { color: rgb(121,87,142); }

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

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

 a { background-color: rgb(121,87,142); }

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

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

 span { border-color: rgb(121,87,142); }

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