#79538D

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

Shades of Affair #79538D

Tints of Affair #79538D

Color information

#79538D (or 0x79538D) is unknown color: approx Affair. HEX triplet: 79, 53 and 8D. RGB value is (121,83,141). Sum of RGB (Red+Green+Blue) = 121+83+141=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #79538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79538D is #86AC72. Grayscale: #646464. Windows color (decimal): -8825971 or 9261945. OLE color: 9261945.

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

Color convert

RGB12183141-
CMYK0.140.4100.45
HSL279.31º25.89%43.92%-
HSV(B)279.31º41.13%55.29%-
XYZ15.7912.1726.72-
YUV100.97150.59142.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=35.07%
G=24.06%
B=40.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121831410.140.4100.45279.3125.8943.92
Hex79538DE2902D1171a2c
Octal17112321516510554273254
Binary11110011010011100011011110101001010110110001011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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