#79518F

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

Shades of Affair #79518F

Tints of Affair #79518F

Color information

#79518F (or 0x79518F) is unknown color: approx Affair. HEX triplet: 79, 51 and 8F. RGB value is (121,81,143). Sum of RGB (Red+Green+Blue) = 121+81+143=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #79518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79518F is #86AE70. Grayscale: #636363. Windows color (decimal): -8826481 or 9392505. OLE color: 9392505.

HSL color Cylindrical-coordinate representation of color #79518F: hue angle of 278.71º degrees, saturation: 0.28, 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 #79518F is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12181143-
CMYK0.150.4300.44
HSL278.71º27.68%43.92%-
HSV(B)278.71º43.36%56.08%-
XYZ15.7911.9327.46-
YUV100.03152.25142.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 143 (56.25% from 255) = 41.45%
R=35.07%
G=23.48%
B=41.45%

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
Decimal121811430.150.4300.44278.7127.6843.92
Hex79518FF2B02C1171c2c
Octal17112121717530544273454
Binary11110011010001100011111111101011010110010001011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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