Html Css Color HEX #800560 Eggplant

📋 copy color: '#800560'

red 128 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #800560

Tints of Eggplant #800560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 55.9%
G = 2.18%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#800560 (or 0x800560) is known color: Eggplant. HEX triplet: 80, 05 and 60. RGB value is (128,5,96). Sum of RGB (Red+Green+Blue) = 128+5+96=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #800560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800560 is #7FFA9F. Grayscale: #333333. Windows color (decimal): -8387232 or 6292864. OLE color: 6292864.

HSL color Cylindrical-coordinate representation of color #800560: hue angle of 315.61º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800560 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 96 -
CMYK 0 0.96 0.25 0.50
HSL 315.61º 0.92% 0.26% -
HSV(B) 315.61º 0.96% 0.5% -
XYZ 11.07 5.54 11.55 -
YUV 52.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 128 5 96 0 0.96 0.25 0.50 315.61 0.92 0.26
Hex 80 5 60 0 60 19 32 13C 5C 1A
Octal 200 5 140 0 140 31 62 474 134 32
Binary 10000000 101 1100000 0 1100000 11001 110010 100111100 1011100 11010

Color Harmonies of #800560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800560

Black with #800560

Text Example


Text Example

White with #800560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800560; }

 p { color: rgb(128,5,96); }

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

background-color css

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

 a { background-color: rgb(128,5,96); }

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

border-color css

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

 span { border-color: rgb(128,5,96); }

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