#78095A

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

Shades of Eggplant #78095A

Tints of Eggplant #78095A

Color information

#78095A (or 0x78095A) is unknown color: approx Eggplant. HEX triplet: 78, 09 and 5A. RGB value is (120,9,90). Sum of RGB (Red+Green+Blue) = 120+9+90=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78095A is #87F6A5. Grayscale: #333333. Windows color (decimal): -8910502 or 5900664. OLE color: 5900664.

HSL color Cylindrical-coordinate representation of color #78095A: hue angle of 316.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78095A is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB120990-
CMYK00.920.250.53
HSL316.22º86.05%25.29%-
HSV(B)316.22º92.5%47.06%-
XYZ9.694.9310.11-
YUV51.42149.77176.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.79%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=54.79%
G=4.11%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12099000.920.250.53316.2286.0525.29
Hex7895A05C193513c5619
Octal170111320134316547412631
Binary1111000100110110100101110011001110101100111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,9,90); }

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

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

 a { background-color: rgb(120,9,90); }

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

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

 span { border-color: rgb(120,9,90); }

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