Html Css Color HEX #800552 Eggplant

📋 copy color: '#800552'

red 128 ◦ green 5 ◦ blue 82

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

Shades of Eggplant #800552

Tints of Eggplant #800552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 59.53%
G = 2.33%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#800552 (or 0x800552) is known color: Eggplant. HEX triplet: 80, 05 and 52. RGB value is (128,5,82). Sum of RGB (Red+Green+Blue) = 128+5+82=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #800552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800552 is #7FFAAD. Grayscale: #323232. Windows color (decimal): -8387246 or 5375360. OLE color: 5375360.

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

Color convert

RGB 128 5 82 -
CMYK 0 0.96 0.36 0.50
HSL 322.44º 0.92% 0.26% -
HSV(B) 322.44º 0.96% 0.5% -
XYZ 10.48 5.31 8.45 -
YUV 50.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 128 5 82 0 0.96 0.36 0.50 322.44 0.92 0.26
Hex 80 5 52 0 60 24 32 142 5C 1A
Octal 200 5 122 0 140 44 62 502 134 32
Binary 10000000 101 1010010 0 1100000 100100 110010 101000010 1011100 11010

Color Harmonies of #800552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800552

Black with #800552

Text Example


Text Example

White with #800552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800552; }

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

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

background-color css

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

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

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

border-color css

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

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

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