Html Css Color HEX #800455 Eggplant

📋 copy color: '#800455'

red 128 ◦ green 4 ◦ blue 85

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

Shades of Eggplant #800455

Tints of Eggplant #800455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.17%

R = 58.99%
G = 1.84%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#800455 (or 0x800455) is known color: Eggplant. HEX triplet: 80, 04 and 55. RGB value is (128,4,85). Sum of RGB (Red+Green+Blue) = 128+4+85=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800455 is #7FFBAA. Grayscale: #323232. Windows color (decimal): -8387499 or 5571712. OLE color: 5571712.

HSL color Cylindrical-coordinate representation of color #800455: hue angle of 320.81º 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 #800455 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 85 -
CMYK 0 0.97 0.34 0.50
HSL 320.81º 0.94% 0.26% -
HSV(B) 320.81º 0.97% 0.5% -
XYZ 10.59 5.33 9.07 -
YUV 50.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 128 4 85 0 0.97 0.34 0.50 320.81 0.94 0.26
Hex 80 4 55 0 61 22 32 141 5E 1A
Octal 200 4 125 0 141 42 62 501 136 32
Binary 10000000 100 1010101 0 1100001 100010 110010 101000001 1011110 11010

Color Harmonies of #800455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800455

Black with #800455

Text Example


Text Example

White with #800455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800455; }

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

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

background-color css

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

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

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

border-color css

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

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

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