#7F0E60

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

Shades of Eggplant #7F0E60

Tints of Eggplant #7F0E60

Color information

#7F0E60 (or 0x7F0E60) is unknown color: approx Eggplant. HEX triplet: 7F, 0E and 60. RGB value is (127,14,96). Sum of RGB (Red+Green+Blue) = 127+14+96=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E60 is #80F19F. Grayscale: #383838. Windows color (decimal): -8450464 or 6295167. OLE color: 6295167.

HSL color Cylindrical-coordinate representation of color #7F0E60: hue angle of 316.46º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0E60 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1271496-
CMYK00.890.240.50
HSL316.46º80.14%27.65%-
HSV(B)316.46º88.98%49.8%-
XYZ11.025.6711.58-
YUV57.14149.94177.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.59%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=53.59%
G=5.91%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127149600.890.240.50316.4680.1427.65
Hex7FE60059183213c501c
Octal177161400131306247412034
Binary1111111111011000000101100111000110010100111100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,14,96); }

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

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

 a { background-color: rgb(127,14,96); }

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

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

 span { border-color: rgb(127,14,96); }

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