Html Css Color HEX #880057 Eggplant

📋 copy color: '#880057'

red 136 ◦ green 0 ◦ blue 87

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

Shades of Eggplant #880057

Tints of Eggplant #880057

RGB

 RED value IS 136 (53.52% from 255) = 60.99%

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

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 60.99%
G = 0%
B = 39.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#880057 (or 0x880057) is known color: Eggplant. HEX triplet: 88, 00 and 57. RGB value is (136,0,87). Sum of RGB (Red+Green+Blue) = 136+0+87=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880057 is #77FFA8. Grayscale: #323232. Windows color (decimal): -7864233 or 5701768. OLE color: 5701768.

HSL color Cylindrical-coordinate representation of color #880057: hue angle of 321.62º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880057 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 0 87 -
CMYK 0 1 0.36 0.47
HSL 321.62º 1% 0.27% -
HSV(B) 321.62º 1% 0.53% -
XYZ 11.87 5.92 9.53 -
YUV 50.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 136 0 87 0 1 0.36 0.47 321.62 1 0.27
Hex 88 0 57 0 64 24 2F 142 64 1B
Octal 210 0 127 0 144 44 57 502 144 33
Binary 10001000 0 1010111 0 1100100 100100 101111 101000010 1100100 11011

Color Harmonies of #880057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880057

Black with #880057

Text Example


Text Example

White with #880057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880057; }

 p { color: rgb(136,0,87); }

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

background-color css

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

 a { background-color: rgb(136,0,87); }

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

border-color css

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

 span { border-color: rgb(136,0,87); }

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