#79528D

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

Shades of Affair #79528D

Tints of Affair #79528D

Color information

#79528D (or 0x79528D) is unknown color: approx Affair. HEX triplet: 79, 52 and 8D. RGB value is (121,82,141). Sum of RGB (Red+Green+Blue) = 121+82+141=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #79528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79528D is #86AD72. Grayscale: #646464. Windows color (decimal): -8826227 or 9261689. OLE color: 9261689.

HSL color Cylindrical-coordinate representation of color #79528D: hue angle of 279.66º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79528D is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12182141-
CMYK0.140.4200.45
HSL279.66º26.46%43.73%-
HSV(B)279.66º41.84%55.29%-
XYZ15.7112.0226.69-
YUV100.39150.92142.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=35.17%
G=23.84%
B=40.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121821410.140.4200.45279.6626.4643.73
Hex79528DE2A02D1181a2c
Octal17112221516520554303254
Binary11110011010010100011011110101010010110110001100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79528D; }

 p { color: rgb(121,82,141); }

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

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

 a { background-color: rgb(121,82,141); }

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

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

 span { border-color: rgb(121,82,141); }

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