#880670

Color #880670 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #880670

Tints of Eggplant #880670

Color information

#880670 (or 0x880670) is unknown color: approx Eggplant. HEX triplet: 88, 06 and 70. RGB value is (136,6,112). Sum of RGB (Red+Green+Blue) = 136+6+112=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880670 is #77F98F. Grayscale: #383838. Windows color (decimal): -7862672 or 7341704. OLE color: 7341704.

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

Color convert

RGB1366112-
CMYK00.960.180.47
HSL311.08º91.55%27.84%-
HSV(B)311.08º95.59%53.33%-
XYZ13.146.5315.9-
YUV56.95159.07184.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=53.54%
G=2.36%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136611200.960.180.47311.0891.5527.84
Hex88670060122F1375c1c
Octal21061600140225746713434
Binary1000100011011100000110000010010101111100110111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880670; }

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

 H1.HeaderClassName
 {
   color: #880670;
 }
 .AnyTagClassName
 {
   color: #880670;
 }
</style>
background-color css

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

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

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

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

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

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