Html Css Color HEX #801259 Eggplant

📋 copy color: '#801259'

red 128 ◦ green 18 ◦ blue 89

#801259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #801259

Tints of Eggplant #801259

RGB

 RED value IS 128 (50.39% from 255) = 54.47%

 GREEN value IS 18 (7.42% from 255) = 7.66%

 BLUE value IS 89 (35.16% from 255) = 37.87%

R = 54.47%
G = 7.66%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#801259 (or 0x801259) is known color: Eggplant. HEX triplet: 80, 12 and 59. RGB value is (128,18,89). Sum of RGB (Red+Green+Blue) = 128+18+89=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #801259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801259 is #7FEDA6. Grayscale: #3A3A3A. Windows color (decimal): -8383911 or 5837440. OLE color: 5837440.

HSL color Cylindrical-coordinate representation of color #801259: hue angle of 321.27º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801259 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 89 -
CMYK 0 0.86 0.30 0.50
HSL 321.27º 0.75% 0.29% -
HSV(B) 321.27º 0.86% 0.5% -
XYZ 10.92 5.74 9.98 -
YUV 58.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 128 18 89 0 0.86 0.30 0.50 321.27 0.75 0.29
Hex 80 12 59 0 56 1E 32 141 4B 1D
Octal 200 22 131 0 126 36 62 501 113 35
Binary 10000000 10010 1011001 0 1010110 11110 110010 101000001 1001011 11101

Color Harmonies of #801259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801259

Black with #801259

Text Example


Text Example

White with #801259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801259; }

 p { color: rgb(128,18,89); }

 H1.HeaderClassName
 {
   color: #801259;
 }
 .AnyTagClassName
 {
   color: #801259;
 }
</style>

background-color css

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

 a { background-color: rgb(128,18,89); }

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

border-color css

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

 span { border-color: rgb(128,18,89); }

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