#860463

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

Shades of Eggplant #860463

Tints of Eggplant #860463

Color information

#860463 (or 0x860463) is unknown color: approx Eggplant. HEX triplet: 86, 04 and 63. RGB value is (134,4,99). Sum of RGB (Red+Green+Blue) = 134+4+99=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #860463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860463 is #79FB9C. Grayscale: #353535. Windows color (decimal): -7994269 or 6489222. OLE color: 6489222.

HSL color Cylindrical-coordinate representation of color #860463: hue angle of 316.15º 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 #860463 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB134499-
CMYK00.970.260.47
HSL316.15º94.2%27.06%-
HSV(B)316.15º97.01%52.55%-
XYZ12.136.0612.33-
YUV53.7153.57185.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=56.54%
G=1.69%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13449900.970.260.47316.1594.227.06
Hex864630611A2F13c5e1b
Octal20641430141325747413633
Binary1000011010011000110110000111010101111100111100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860463; }

 p { color: rgb(134,4,99); }

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

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

 a { background-color: rgb(134,4,99); }

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

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

 span { border-color: rgb(134,4,99); }

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