#800058

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

Shades of Eggplant #800058

Tints of Eggplant #800058

Color information

#800058 (or 0x800058) is unknown color: approx Eggplant. HEX triplet: 80, 00 and 58. RGB value is (128,0,88). Sum of RGB (Red+Green+Blue) = 128+0+88=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #800058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800058 is #7FFFA7. Grayscale: #303030. Windows color (decimal): -8388520 or 5767296. OLE color: 5767296.

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

Color convert

RGB128088-
CMYK010.310.50
HSL318.75º100%25.1%-
HSV(B)318.75º100%50.2%-
XYZ10.665.299.69-
YUV48.3150.41184.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=59.26%
G=0%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128088010.310.50318.7510025.1
Hex800580641F3213f6419
Octal20001300144376247714431
Binary10000000010110000110010011111110010100111111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800058; }

 p { color: rgb(128,0,88); }

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

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

 a { background-color: rgb(128,0,88); }

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

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

 span { border-color: rgb(128,0,88); }

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