#7F0E57

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

Shades of Eggplant #7F0E57

Tints of Eggplant #7F0E57

Color information

#7F0E57 (or 0x7F0E57) is unknown color: approx Eggplant. HEX triplet: 7F, 0E and 57. RGB value is (127,14,87). Sum of RGB (Red+Green+Blue) = 127+14+87=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E57 is #80F1A8. Grayscale: #373737. Windows color (decimal): -8450473 or 5705343. OLE color: 5705343.

HSL color Cylindrical-coordinate representation of color #7F0E57: hue angle of 321.24º 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 #7F0E57 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1271487-
CMYK00.890.310.50
HSL321.24º80.14%27.65%-
HSV(B)321.24º88.98%49.8%-
XYZ10.635.519.52-
YUV56.11145.44178.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=55.70%
G=6.14%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127148700.890.310.50321.2480.1427.65
Hex7FE570591F32141501c
Octal177161270131376250112034
Binary1111111111010101110101100111111110010101000001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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