Html Css Color HEX #801057 Eggplant

📋 copy color: '#801057'

red 128 ◦ green 16 ◦ blue 87

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

Shades of Eggplant #801057

Tints of Eggplant #801057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

 BLUE value IS 87 (34.38% from 255) = 37.66%

R = 55.41%
G = 6.93%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#801057 (or 0x801057) is known color: Eggplant. HEX triplet: 80, 10 and 57. RGB value is (128,16,87). Sum of RGB (Red+Green+Blue) = 128+16+87=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #801057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801057 is #7FEFA8. Grayscale: #393939. Windows color (decimal): -8384425 or 5705856. OLE color: 5705856.

HSL color Cylindrical-coordinate representation of color #801057: hue angle of 321.96º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801057 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 87 -
CMYK 0 0.88 0.32 0.50
HSL 321.96º 0.78% 0.28% -
HSV(B) 321.96º 0.88% 0.5% -
XYZ 10.81 5.65 9.54 -
YUV 57.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 128 16 87 0 0.88 0.32 0.50 321.96 0.78 0.28
Hex 80 10 57 0 58 20 32 142 4E 1C
Octal 200 20 127 0 130 40 62 502 116 34
Binary 10000000 10000 1010111 0 1011000 100000 110010 101000010 1001110 11100

Color Harmonies of #801057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801057

Black with #801057

Text Example


Text Example

White with #801057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801057; }

 p { color: rgb(128,16,87); }

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

background-color css

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

 a { background-color: rgb(128,16,87); }

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

border-color css

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

 span { border-color: rgb(128,16,87); }

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