#7F0054

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

Shades of Eggplant #7F0054

Tints of Eggplant #7F0054

Color information

#7F0054 (or 0x7F0054) is unknown color: approx Eggplant. HEX triplet: 7F, 00 and 54. RGB value is (127,0,84). Sum of RGB (Red+Green+Blue) = 127+0+84=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0054 is #80FFAB. Grayscale: #2F2F2F. Windows color (decimal): -8454060 or 5505151. OLE color: 5505151.

HSL color Cylindrical-coordinate representation of color #7F0054: hue angle of 320.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0054 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB127084-
CMYK010.340.50
HSL320.31º100%24.9%-
HSV(B)320.31º100%49.8%-
XYZ10.355.158.84-
YUV47.55148.58184.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=60.19%
G=0%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127084010.340.50320.3110024.9
Hex7F05406422321406419
Octal17701240144426250014431
Binary11111110101010001100100100010110010101000000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,0,84); }

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

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

 a { background-color: rgb(127,0,84); }

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

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

 span { border-color: rgb(127,0,84); }

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