#7C0F59

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

Shades of Eggplant #7C0F59

Tints of Eggplant #7C0F59

Color information

#7C0F59 (or 0x7C0F59) is unknown color: approx Eggplant. HEX triplet: 7C, 0F and 59. RGB value is (124,15,89). Sum of RGB (Red+Green+Blue) = 124+15+89=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F59 is #83F0A6. Grayscale: #373737. Windows color (decimal): -8646823 or 5836668. OLE color: 5836668.

HSL color Cylindrical-coordinate representation of color #7C0F59: hue angle of 319.27º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F59 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1241589-
CMYK00.880.280.51
HSL319.27º78.42%27.25%-
HSV(B)319.27º87.9%48.63%-
XYZ10.295.359.94-
YUV56.03146.61176.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.39%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=54.39%
G=6.58%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124158900.880.280.51319.2778.4227.25
Hex7CF590581C3313f4e1b
Octal174171310130346347711633
Binary1111100111110110010101100011100110011100111111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C0F59; }

 p { color: rgb(124,15,89); }

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

<style>
 a { background-color: #7C0F59; }

 a { background-color: rgb(124,15,89); }

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

<style>
 span { border-color: #7C0F59; }

 span { border-color: rgb(124,15,89); }

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