#7F0E58

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

Shades of Eggplant #7F0E58

Tints of Eggplant #7F0E58

Color information

#7F0E58 (or 0x7F0E58) is unknown color: approx Eggplant. HEX triplet: 7F, 0E and 58. RGB value is (127,14,88). Sum of RGB (Red+Green+Blue) = 127+14+88=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E58 is #80F1A7. Grayscale: #383838. Windows color (decimal): -8450472 or 5770879. OLE color: 5770879.

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

Color convert

RGB1271488-
CMYK00.890.310.50
HSL320.71º80.14%27.65%-
HSV(B)320.71º88.98%49.8%-
XYZ10.675.539.74-
YUV56.22145.94178.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.46%
GREEN value IS 14 (5.86% from 255) = 6.11%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=55.46%
G=6.11%
B=38.43%

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
Decimal127148800.890.310.50320.7180.1427.65
Hex7FE580591F32141501c
Octal177161300131376250112034
Binary1111111111010110000101100111111110010101000001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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