#860562

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

Shades of Eggplant #860562

Tints of Eggplant #860562

Color information

#860562 (or 0x860562) is unknown color: approx Eggplant. HEX triplet: 86, 05 and 62. RGB value is (134,5,98). Sum of RGB (Red+Green+Blue) = 134+5+98=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #860562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860562 is #79FA9D. Grayscale: #353535. Windows color (decimal): -7994014 or 6423942. OLE color: 6423942.

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

Color convert

RGB134598-
CMYK00.960.270.47
HSL316.74º92.81%27.25%-
HSV(B)316.74º96.27%52.55%-
XYZ12.096.0612.09-
YUV54.17152.74184.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=56.54%
G=2.11%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13459800.960.270.47316.7492.8127.25
Hex865620601B2F13d5d1b
Octal20651420140335747513533
Binary1000011010111000100110000011011101111100111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860562; }

 p { color: rgb(134,5,98); }

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

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

 a { background-color: rgb(134,5,98); }

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

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

 span { border-color: rgb(134,5,98); }

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