#79518E

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

Shades of Affair #79518E

Tints of Affair #79518E

Color information

#79518E (or 0x79518E) is unknown color: approx Affair. HEX triplet: 79, 51 and 8E. RGB value is (121,81,142). Sum of RGB (Red+Green+Blue) = 121+81+142=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #79518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79518E is #86AE71. Grayscale: #636363. Windows color (decimal): -8826482 or 9326969. OLE color: 9326969.

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

Color convert

RGB12181142-
CMYK0.150.4300.44
HSL279.34º27.35%43.73%-
HSV(B)279.34º42.96%55.69%-
XYZ15.7111.927.06-
YUV99.91151.75143.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=35.17%
G=23.55%
B=41.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121811420.150.4300.44279.3427.3543.73
Hex79518EF2B02C1171b2c
Octal17112121617530544273354
Binary11110011010001100011101111101011010110010001011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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