#870062

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

Shades of Eggplant #870062

Tints of Eggplant #870062

Color information

#870062 (or 0x870062) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 62. RGB value is (135,0,98). Sum of RGB (Red+Green+Blue) = 135+0+98=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #870062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870062 is #78FF9D. Grayscale: #333333. Windows color (decimal): -7929758 or 6422663. OLE color: 6422663.

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

Color convert

RGB135098-
CMYK010.270.47
HSL316.44º100%26.47%-
HSV(B)316.44º100%52.94%-
XYZ12.26.0312.08-
YUV51.54154.23187.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=57.94%
G=0%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135098010.270.47316.4410026.47
Hex870620641B2F13c641a
Octal20701420144335747414432
Binary10000111011000100110010011011101111100111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870062; }

 p { color: rgb(135,0,98); }

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

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

 a { background-color: rgb(135,0,98); }

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

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

 span { border-color: rgb(135,0,98); }

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