Html Css Color HEX #80005F Eggplant

📋 copy color: '#80005F'

red 128 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #80005F

Tints of Eggplant #80005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 57.4%
G = 0%
B = 42.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80005F (or 0x80005F) is known color: Eggplant. HEX triplet: 80, 00 and 5F. RGB value is (128,0,95). Sum of RGB (Red+Green+Blue) = 128+0+95=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80005F is #7FFFA0. Grayscale: #303030. Windows color (decimal): -8388513 or 6226048. OLE color: 6226048.

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

Color convert

RGB 128 0 95 -
CMYK 0 1 0.26 0.50
HSL 315.47º 1% 0.25% -
HSV(B) 315.47º 1% 0.5% -
XYZ 10.97 5.42 11.29 -
YUV 49.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 128 0 95 0 1 0.26 0.50 315.47 1 0.25
Hex 80 0 5F 0 64 1A 32 13B 64 19
Octal 200 0 137 0 144 32 62 473 144 31
Binary 10000000 0 1011111 0 1100100 11010 110010 100111011 1100100 11001

Color Harmonies of #80005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80005F

Black with #80005F

Text Example


Text Example

White with #80005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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