Html Css Color HEX #80045F Eggplant

📋 copy color: '#80045F'

red 128 ◦ green 4 ◦ blue 95

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

Shades of Eggplant #80045F

Tints of Eggplant #80045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

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

R = 56.39%
G = 1.76%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80045F (or 0x80045F) is known color: Eggplant. HEX triplet: 80, 04 and 5F. RGB value is (128,4,95). Sum of RGB (Red+Green+Blue) = 128+4+95=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80045F is #7FFBA0. Grayscale: #333333. Windows color (decimal): -8387489 or 6227072. OLE color: 6227072.

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

Color convert

RGB 128 4 95 -
CMYK 0 0.97 0.26 0.50
HSL 315.97º 0.94% 0.26% -
HSV(B) 315.97º 0.97% 0.5% -
XYZ 11.01 5.5 11.31 -
YUV 51.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 128 4 95 0 0.97 0.26 0.50 315.97 0.94 0.26
Hex 80 4 5F 0 61 1A 32 13C 5E 1A
Octal 200 4 137 0 141 32 62 474 136 32
Binary 10000000 100 1011111 0 1100001 11010 110010 100111100 1011110 11010

Color Harmonies of #80045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80045F

Black with #80045F

Text Example


Text Example

White with #80045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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