Html Css Color HEX #880470 Eggplant

📋 copy color: '#880470'

red 136 ◦ green 4 ◦ blue 112

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

Shades of Eggplant #880470

Tints of Eggplant #880470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 53.97%
G = 1.59%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#880470 (or 0x880470) is known color: Eggplant. HEX triplet: 88, 04 and 70. RGB value is (136,4,112). Sum of RGB (Red+Green+Blue) = 136+4+112=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #880470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880470 is #77FB8F. Grayscale: #373737. Windows color (decimal): -7863184 or 7341192. OLE color: 7341192.

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

Color convert

RGB 136 4 112 -
CMYK 0 0.97 0.18 0.47
HSL 310.91º 0.94% 0.27% -
HSV(B) 310.91º 0.97% 0.53% -
XYZ 13.12 6.49 15.89 -
YUV 55.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 136 4 112 0 0.97 0.18 0.47 310.91 0.94 0.27
Hex 88 4 70 0 61 12 2F 137 5E 1B
Octal 210 4 160 0 141 22 57 467 136 33
Binary 10001000 100 1110000 0 1100001 10010 101111 100110111 1011110 11011

Color Harmonies of #880470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880470

Black with #880470

Text Example


Text Example

White with #880470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880470; }

 p { color: rgb(136,4,112); }

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

background-color css

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

 a { background-color: rgb(136,4,112); }

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

border-color css

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

 span { border-color: rgb(136,4,112); }

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