#79558A

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

Shades of Affair #79558A

Tints of Affair #79558A

Color information

#79558A (or 0x79558A) is unknown color: approx Affair. HEX triplet: 79, 55 and 8A. RGB value is (121,85,138). Sum of RGB (Red+Green+Blue) = 121+85+138=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #79558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79558A is #86AA75. Grayscale: #656565. Windows color (decimal): -8825462 or 9065849. OLE color: 9065849.

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

Color convert

RGB12185138-
CMYK0.120.3800.46
HSL280.75º23.77%43.73%-
HSV(B)280.75º38.41%54.12%-
XYZ15.7212.425.61-
YUV101.81148.43141.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=35.17%
G=24.71%
B=40.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121851380.120.3800.46280.7523.7743.73
Hex79558AC2602E119182c
Octal17112521214460564313054
Binary11110011010101100010101100100110010111010001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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