#800068

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

Shades of Eggplant #800068

Tints of Eggplant #800068

Color information

#800068 (or 0x800068) is unknown color: approx Eggplant. HEX triplet: 80, 00 and 68. RGB value is (128,0,104). Sum of RGB (Red+Green+Blue) = 128+0+104=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #800068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800068 is #7FFF97. Grayscale: #313131. Windows color (decimal): -8388504 or 6815872. OLE color: 6815872.

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

Color convert

RGB1280104-
CMYK010.190.50
HSL311.25º100%25.1%-
HSV(B)311.25º100%50.2%-
XYZ11.45.5913.57-
YUV50.13158.41183.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=55.17%
G=0%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1280104010.190.50311.2510025.1
Hex8006806413321376419
Octal20001500144236246714431
Binary10000000011010000110010010011110010100110111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800068; }

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

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

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

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

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

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

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

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