#78075B

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

Shades of Eggplant #78075B

Tints of Eggplant #78075B

Color information

#78075B (or 0x78075B) is unknown color: approx Eggplant. HEX triplet: 78, 07 and 5B. RGB value is (120,7,91). Sum of RGB (Red+Green+Blue) = 120+7+91=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78075B is #87F8A4. Grayscale: #323232. Windows color (decimal): -8911013 or 5965688. OLE color: 5965688.

HSL color Cylindrical-coordinate representation of color #78075B: hue angle of 315.4º 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 #78075B is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB120791-
CMYK00.940.240.53
HSL315.4º88.98%24.9%-
HSV(B)315.4º94.17%47.06%-
XYZ9.714.910.33-
YUV50.36150.94177.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=55.05%
G=3.21%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12079100.940.240.53315.488.9824.9
Hex7875B05E183513b5919
Octal17071330136306547313131
Binary111100011110110110101111011000110101100111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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