#79518A

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

Shades of Affair #79518A

Tints of Affair #79518A

Color information

#79518A (or 0x79518A) is unknown color: approx Affair. HEX triplet: 79, 51 and 8A. RGB value is (121,81,138). Sum of RGB (Red+Green+Blue) = 121+81+138=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #79518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79518A is #86AE75. Grayscale: #636363. Windows color (decimal): -8826486 or 9064825. OLE color: 9064825.

HSL color Cylindrical-coordinate representation of color #79518A: hue angle of 282.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79518A is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12181138-
CMYK0.120.4100.46
HSL282.11º26.03%42.94%-
HSV(B)282.11º41.3%54.12%-
XYZ15.4211.7825.51-
YUV99.46149.75143.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=35.59%
G=23.82%
B=40.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121811380.120.4100.46282.1126.0342.94
Hex79518AC2902E11a1a2b
Octal17112121214510564323253
Binary11110011010001100010101100101001010111010001101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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