Html Css Color HEX #801359 Eggplant

📋 copy color: '#801359'

red 128 ◦ green 19 ◦ blue 89

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

Shades of Eggplant #801359

Tints of Eggplant #801359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 54.24%
G = 8.05%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#801359 (or 0x801359) is known color: Eggplant. HEX triplet: 80, 13 and 59. RGB value is (128,19,89). Sum of RGB (Red+Green+Blue) = 128+19+89=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #801359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801359 is #7FECA6. Grayscale: #3B3B3B. Windows color (decimal): -8383655 or 5837696. OLE color: 5837696.

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

Color convert

RGB 128 19 89 -
CMYK 0 0.85 0.30 0.50
HSL 321.47º 0.74% 0.29% -
HSV(B) 321.47º 0.85% 0.5% -
XYZ 10.94 5.78 9.99 -
YUV 59.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 128 19 89 0 0.85 0.30 0.50 321.47 0.74 0.29
Hex 80 13 59 0 55 1E 32 141 4A 1D
Octal 200 23 131 0 125 36 62 501 112 35
Binary 10000000 10011 1011001 0 1010101 11110 110010 101000001 1001010 11101

Color Harmonies of #801359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801359

Black with #801359

Text Example


Text Example

White with #801359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801359; }

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

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

background-color css

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

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

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

border-color css

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

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

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