#79448E

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

Shades of Affair #79448E

Tints of Affair #79448E

Color information

#79448E (or 0x79448E) is unknown color: approx Affair. HEX triplet: 79, 44 and 8E. RGB value is (121,68,142). Sum of RGB (Red+Green+Blue) = 121+68+142=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #79448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79448E is #86BB71. Grayscale: #5C5C5C. Windows color (decimal): -8829810 or 9323641. OLE color: 9323641.

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

Color convert

RGB12168142-
CMYK0.150.5200.44
HSL282.97º35.24%41.18%-
HSV(B)282.97º52.11%55.69%-
XYZ14.8310.1526.77-
YUV92.28156.06148.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=36.56%
G=20.54%
B=42.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121681420.150.5200.44282.9735.2441.18
Hex79448EF3402C11b2329
Octal17110421617640544334351
Binary111100110001001000111011111101000101100100011011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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