#79065E

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

Shades of Eggplant #79065E

Tints of Eggplant #79065E

Color information

#79065E (or 0x79065E) is unknown color: approx Eggplant. HEX triplet: 79, 06 and 5E. RGB value is (121,6,94). Sum of RGB (Red+Green+Blue) = 121+6+94=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79065E is #86F9A1. Grayscale: #323232. Windows color (decimal): -8845730 or 6162041. OLE color: 6162041.

HSL color Cylindrical-coordinate representation of color #79065E: hue angle of 314.09º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #79065E is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB121694-
CMYK00.950.220.53
HSL314.09º90.55%24.9%-
HSV(B)314.09º95.04%47.45%-
XYZ9.97511.03-
YUV50.42152.6178.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=54.75%
G=2.71%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12169400.950.220.53314.0990.5524.9
Hex7965E05F163513a5b19
Octal17161360137266547213331
Binary111100111010111100101111110110110101100111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,6,94); }

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

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

 a { background-color: rgb(121,6,94); }

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

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

 span { border-color: rgb(121,6,94); }

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