#7F0154

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

Shades of Eggplant #7F0154

Tints of Eggplant #7F0154

Color information

#7F0154 (or 0x7F0154) is unknown color: approx Eggplant. HEX triplet: 7F, 01 and 54. RGB value is (127,1,84). Sum of RGB (Red+Green+Blue) = 127+1+84=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0154 is #80FEAB. Grayscale: #2F2F2F. Windows color (decimal): -8453804 or 5505407. OLE color: 5505407.

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

Color convert

RGB127184-
CMYK00.990.340.50
HSL320.48º98.44%25.1%-
HSV(B)320.48º99.21%49.8%-
XYZ10.365.178.84-
YUV48.14148.24184.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.91%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=59.91%
G=0.47%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12718400.990.340.50320.4898.4425.1
Hex7F15406322321406219
Octal17711240143426250014231
Binary11111111101010001100011100010110010101000000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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