#860658

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

Shades of Eggplant #860658

Tints of Eggplant #860658

Color information

#860658 (or 0x860658) is unknown color: approx Eggplant. HEX triplet: 86, 06 and 58. RGB value is (134,6,88). Sum of RGB (Red+Green+Blue) = 134+6+88=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #860658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860658 is #79F9A7. Grayscale: #353535. Windows color (decimal): -7993768 or 5768838. OLE color: 5768838.

HSL color Cylindrical-coordinate representation of color #860658: hue angle of 321.56º degrees, saturation: 0.91, 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 #860658 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB134688-
CMYK00.960.340.47
HSL321.56º91.43%27.45%-
HSV(B)321.56º95.52%52.55%-
XYZ11.665.99.76-
YUV53.62147.41185.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 6 (2.73% from 255) = 2.63%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=58.77%
G=2.63%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13468800.960.340.47321.5691.4327.45
Hex86658060222F1425b1b
Octal20661300140425750213333
Binary10000110110101100001100000100010101111101000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860658; }

 p { color: rgb(134,6,88); }

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

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

 a { background-color: rgb(134,6,88); }

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

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

 span { border-color: rgb(134,6,88); }

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