#870268

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

Shades of Eggplant #870268

Tints of Eggplant #870268

Color information

#870268 (or 0x870268) is unknown color: approx Eggplant. HEX triplet: 87, 02 and 68. RGB value is (135,2,104). Sum of RGB (Red+Green+Blue) = 135+2+104=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #870268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870268 is #78FD97. Grayscale: #353535. Windows color (decimal): -7929240 or 6816391. OLE color: 6816391.

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

Color convert

RGB1352104-
CMYK00.990.230.47
HSL313.98º97.08%26.86%-
HSV(B)313.98º98.52%52.94%-
XYZ12.516.1913.63-
YUV53.4156.56186.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=56.02%
G=0.83%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135210400.990.230.47313.9897.0826.86
Hex87268063172F13a611b
Octal20721500143275747214133
Binary100001111011010000110001110111101111100111010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870268; }

 p { color: rgb(135,2,104); }

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

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

 a { background-color: rgb(135,2,104); }

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

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

 span { border-color: rgb(135,2,104); }

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