#78075C

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

Shades of Eggplant #78075C

Tints of Eggplant #78075C

Color information

#78075C (or 0x78075C) is unknown color: approx Eggplant. HEX triplet: 78, 07 and 5C. RGB value is (120,7,92). Sum of RGB (Red+Green+Blue) = 120+7+92=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78075C is #87F8A3. Grayscale: #323232. Windows color (decimal): -8911012 or 6031224. OLE color: 6031224.

HSL color Cylindrical-coordinate representation of color #78075C: hue angle of 314.87º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78075C is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB120792-
CMYK00.940.230.53
HSL314.87º88.98%24.9%-
HSV(B)314.87º94.17%47.06%-
XYZ9.754.9210.56-
YUV50.48151.44177.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.79%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=54.79%
G=3.20%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12079200.940.230.53314.8788.9824.9
Hex7875C05E173513b5919
Octal17071340136276547313131
Binary111100011110111000101111010111110101100111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78075C; }

 p { color: rgb(120,7,92); }

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

<style>
 a { background-color: #78075C; }

 a { background-color: rgb(120,7,92); }

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

<style>
 span { border-color: #78075C; }

 span { border-color: rgb(120,7,92); }

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